现在通过git 的方式已经几乎下载不到huggingface上的东西了。不过我们还可以使用huggingface-cli实现快速下载,以openlm-research/open_llama_3b_v2为例。
首先安装huggingface-cli
pip install -U huggingface_hub
接下来使用:
huggingface-cli download --resume-download openlm-research/open_llama_3b_v2 --local-dir D:\model
如图所示,效果还不错