汇视威-SCNet 在平台去下载模型,运行代码找不到模型 #725
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#725
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?
huggingface-cli download jinaai/clip-models ViT-B-32.pt --local-dir ViT-B-32

下载在根目录下,终端能看到,但是运行jupyter找不到模型文件
将
./ViT-B-32xxxxxx
换成/ViT-B-32xxxx
试试?