modelscope下载Qwen2.5 72B 模型方法
conda create -n modelscope python=3.10
conda activate modelscope
pip install modelscope
执行这个python代码:
from modelscope.hub.snapshot_download import snapshot_download# 下载模型到当前路径
model_dir = snapshot_download(
conda create -n modelscope python=3.10
conda activate modelscope
pip install modelscope
执行这个python代码:
from modelscope.hub.snapshot_download import snapshot_download# 下载模型到当前路径
model_dir = snapshot_download(