Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux 环境下model_name_or_path = 'scutcyr/SoulChat' 在哪里? #16

Open
yeyujujishou opened this issue Jun 13, 2024 · 1 comment
Open
Labels
question Further information is requested
Milestone

Comments

@yeyujujishou
Copy link

model_name_or_path = 'scutcyr/SoulChat' 这个路径是在本地吗?find命令找不到,那下载的十几个G的模型去哪里了?

@scutcyr
Copy link
Owner

scutcyr commented Jun 15, 2024

model_name_or_path = 'scutcyr/SoulChat' 这个路径是在本地吗?find命令找不到,那下载的十几个G的模型去哪里了?

你好,这是huggingface的模型调用方式,使用该方式,模型会先下载到本地,默认下载在~/.cache/huggingface下面,如果想下载在自己的指定路径,你可以使用git clone方法下载到本地。

国内用户推荐使用https://hf-mirror.com/推荐的**方法三:使用 hfd **进行下载,参考如下命令:

./hfd.sh scutcyr/SoulChat --tool aria2c -x 4

@scutcyr scutcyr added the question Further information is requested label Jun 15, 2024
@scutcyr scutcyr modified the milestones: 解决, closed Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants