Project02/AITrain/model_download.py

2 lines
148 B
Python
Raw Normal View History

2025-08-06 17:02:29 +08:00
from modelscope import snapshot_download
model_dir = snapshot_download('deepseek-ai/DeepSeek-R1-Distill-Qwen-7B', cache_dir='./', revision='master')