Why are my model files only 135 bytes after a clone repository on Pytorch template?
Each safetensor file is only 135 bytes, despite me cloning the respository. All the other smaller files downloaded correctly though.
I got around this by just uploading each safetensor file manually from my desktop (took like 30 mins tho), but I was just curious for the future.
This is the prompt command I used:
git clone https://huggingface.co/LoneStriker/Yi-34B-200K-DARE-megamerge-v8-8.0bpw-h8-exl2
3 Replies
You have to install git-lfs
apt update
apt install git-lfs
Solution
Also:
git lfs install