SDK下载
#安装ModelScope pip install modelscope
#SDK模型下载 from modelscope import snapshot_download model_dir = snapshot_download('模型路径')