下載hugging face的倉庫命令
比如要下載 https://huggingface.co/bigscience/bloom-560m 這個倉庫的模型
首先確定你安裝了git和git-lfs
直接執行git和git lfs,有正常輸出則安裝成功
上述的下載命令就是
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/bigscience/bloom-560m
cd something
git lfs pull
比如要下載 https://huggingface.co/bigscience/bloom-560m 這個倉庫的模型
首先確定你安裝了git和git-lfs
直接執行git和git lfs,有正常輸出則安裝成功
上述的下載命令就是
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/bigscience/bloom-560m
cd something
git lfs pull