#安装ModelScope
pip install modelscope
#SDK模型下载
from modelscope import snapshot_download
model_dir = snapshot_download('jonathanfu/longlegs')
print("下载完成!模型路径:")
print(model_dir)
作者 铁血 汉子 4 天前
2026/05/02/10:47:11am 2026/4/28/9:17:31
0 14