如何将huggingface-cli更换为国内镜像站以加速下载?
摘要:✨huggingface-cli更换国内镜像站 huggingface国内镜像站 https:hf-mirror.com macOSLinux更换国内镜像站 zsh echo "export HF_ENDP
✨huggingface-cli更换国内镜像站
huggingface国内镜像站
https://hf-mirror.com/
macOS/Linux更换国内镜像站
zsh
echo "export HF_ENDPOINT=https://hf-mirror.com" >> ~/.zshrc
bash
echo "export HF_ENDPOINT=https://hf-mirror.com" >> ~/.bashrc
Windows更换国内镜像站
pwsh
echo '$env:HF_ENDPOINT = "https://hf-mirror.com"' >> $PROFILE
⭐转载请注明出处
本文作者:双份浓缩馥芮白
