能科学上网:
Models - Hugging Face
不能科学上网
魔搭社区
以DeepSeek-R1-Distill-Llama-8B-GGUF为例
安装ModelScope
pip install modelscope
下载完整模型库到当前路径下“dir”目录
打开某个目录 cmd 打开命令框,输入如下命令
modelscope download --model unsloth/DeepSeek-R1-Distill-Llama-8B-GGUF --local_dir ./dir
下载单个文件到指定本地文件夹(以下载README.md到当前路径下“dir”目录为例)
modelscope download --model unsloth/DeepSeek-R1-Distill-Llama-8B-GGUF README.md --local_dir ./dir
下载完整模型库
modelscope download --model unsloth/DeepSeek-R1-Distill-Llama-8B-GGUF