Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangkx1
model-downloader
Commits
5694607c
Commit
5694607c
authored
Apr 27, 2026
by
wangkx1
Browse files
Update download_models.sh
parent
27303286
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
download_models.sh
download_models.sh
+4
-3
No files found.
download_models.sh
View file @
5694607c
...
...
@@ -2,6 +2,8 @@
pip3
install
modelscope
-i
https://pypi.tuna.tsinghua.edu.cn/simple
export
DEFAULT_MAX_WORKERS
=
1
# 设置日志目录
LOG_DIR
=
"./log_downloads"
CACHE_DIR
=
"./"
...
...
@@ -19,9 +21,8 @@ fi
# 要下载的模型列表
MODELS
=(
"deepseek-ai/DeepSeek-R1-0528"
"Qwen/Qwen3-235B-A22B-GPTQ-Int4"
"Qwen/Qwen3-235B-A22B"
"FlagRelease/DeepSeek-V4-Flash-hygon-FlagOS"
"othermodel"
)
# 遍历并下载每个模型
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment