Linly-Talker / scripts /modelscope_download.py
linxianzhong0128's picture
Upload folder using huggingface_hub
7088d16 verified
raw
history blame contribute delete
222 Bytes
# pip install modelscope
# https://www.modelscope.cn/models/Kedreamix/Linly-Talker/summary
from modelscope import snapshot_download
model_dir = snapshot_download('Kedreamix/Linly-Talker', cache_dir='./', revision='master')