Skip to content

Commit

Permalink
add download-skywork.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yxq321 committed Nov 8, 2023
1 parent 8832c83 commit 06e2206
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions download-skywork.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
'''
下载大模型文件
默认路径在~/.cache//huggingface/hub/
'''
from huggingface_hub import snapshot_download
model_name = "Skywork/Skywork-13B-Base"
snapshot_download(repo_id=model_name)

0 comments on commit 06e2206

Please sign in to comment.