大模型-模型文件下载

工具:git lfs
直接使用git lfs clone 速度很慢,先把文件用普通方式拉下来,再去git lfs pull对应的大文件

// Skip smudge - We’ll download binary files later in a faster batch
git lfs install --skip-smudge

// Do git clone here
git clone …

// Fetch all the binary files in the new clone
git lfs pull

// Reinstate smudge
git lfs install --force