比如要下载 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