官方文档

https://hf-mirror.com/docs/huggingface_hub/guides/cli

# 使用国内镜像下载

export HF_ENDPOINT=https://hf-mirror.com

# 下载完整模型

# huggingface-cli download  模型名

huggingface-cli download HuggingFaceH4/zephyr-7b-beta

huggingface-cli 有断点续传,如果下载意外中断,再次启动即可

git clone

如 DeepSeek-R1 满血版 671B(642G)

https://modelscope.cn/models/deepseek-ai/DeepSeek-R1

可直接使用以下 git 命令下载

git clone https://modelscope.cn/models/deepseek-ai/DeepSeek-R1
作者:Jeebiz  创建时间:2025-05-04 20:05
最后编辑:Jeebiz  更新时间:2025-05-12 09:20