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

Update download_models.sh

parent 27303286
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
pip3 install modelscope -i https://pypi.tuna.tsinghua.edu.cn/simple pip3 install modelscope -i https://pypi.tuna.tsinghua.edu.cn/simple
export DEFAULT_MAX_WORKERS=1
# 设置日志目录 # 设置日志目录
LOG_DIR="./log_downloads" LOG_DIR="./log_downloads"
CACHE_DIR="./" CACHE_DIR="./"
...@@ -19,9 +21,8 @@ fi ...@@ -19,9 +21,8 @@ fi
# 要下载的模型列表 # 要下载的模型列表
MODELS=( MODELS=(
"deepseek-ai/DeepSeek-R1-0528" "FlagRelease/DeepSeek-V4-Flash-hygon-FlagOS"
"Qwen/Qwen3-235B-A22B-GPTQ-Int4" "othermodel"
"Qwen/Qwen3-235B-A22B"
) )
# 遍历并下载每个模型 # 遍历并下载每个模型
......
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