#安装ModelScope
pip install modelscope
#SDK模型下载
from modelscope import snapshot_download
model_dir = snapshot_download('jonathanfu/longlegs')
print("下载完成!模型路径:")
print(model_dir)
作者 铁血 汉子 25 天前
2026/05/23/07:42:54pm 2026/4/28/9:17:31
0 54