# 私有模型下载,前提是您有响应模型权限 方法1
git lfs install
git clone http://oauth2:your_git_token@www.modelscope.cn/<namespace>/<model-name>.git
例如,要下载qwen/Qwen1.5-MoE-A2.7B
<namespace>/<model-name>.git就是qwen/Qwen1.5-MoE-A2.7B.git
如何获取git token
用您的账号登录https://www.modelscope.cn ,在个人中心->访问令牌,拷贝git token.