Commit 5694607c authored by wangkx1's avatar wangkx1
Browse files

Update download_models.sh

parent 27303286
......@@ -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"
)
# 遍历并下载每个模型
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment