下载模型

from modelscope import snapshot_download

model= 'Qwen/QwQ-32B'

model_dir = snapshot_download(model, cache_dir=model, local_dir=model)