THERE is big problem on using git clone on huggingface repo

THERE is big problem on using git clone on huggingface repo , the git clone only download a few small files and not downloading the models it self i tried all ways login by higgingface client alll but nothing its working please help

wget -r -np -nH --cut-dirs=1 https://huggingface.co/distil-whisper/distil-large-v2

try git-lfs

1 Like

i was having the same problem, I solve it with:
GIT_LFS_SKIP_SMUDGE=0 git clone THE_URL_HERE , instead of using this: GIT_LFS_SKIP_SMUDGE=1 you replace the 1 by 0 and it will download: GIT_LFS_SKIP_SMUDGE=0 git clone THE_URL_HERE