1
0
This commit is contained in:
liushuang 2025-10-14 15:39:47 +08:00
parent 8db5a35e56
commit bc4adc5a95

View File

@ -32,4 +32,5 @@ pip install modelscope -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host
# 使用 modelscope 拉取 gpt-oss-20b 模型 # 使用 modelscope 拉取 gpt-oss-20b 模型
modelscope download --model openai-mirror/gpt-oss-20b --local_dir /home/ss/vllm-py12/gpt-oss-20b
``` ```