大模型下载以后找不到了,怎么办2 #294
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#294
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
现在我再重新进入当时下载的路径,也再找不到大模型,有办法处理吗?请看一下截图,一个截图记录的是我当时下载路径,另一个是我今天想看看这个目录中有没有大模型
这边建议你使用modelscope download --model ChineseAlpacaGroup/llama-3-chinese-8b --output /path/to/your/directory/来指定你下载的文件的路径。
请将 /path/to/your/directory/ 替换为你希望下载文件的具体路径。这样,下载的文件将会被保存到你指定的目录中,这样更方便你查看,因为可能你默认的下载路径的文件夹会没有权限访问。或者你想要有访问你当前的下载路径的话可以在命令行前加sudo试试。