Anonymous
8/5/2025, 4:37:33 PM No.106150114
>want to download AI models on huggingface
>there's multiple checkpoints that i want to download, all on single repo totalling 40GB
>can't be fucked to download one by one
>i know a bit of git, so i just git clone the repo
>feelin hackerman when i type in the command prompt
>git clone finish
>holdup.jpg
>why is my hard drive is now 80GB less space?
>thats twice the repo size
>check the cloned repo
>it's 80GB
>wtf
>dig through the repo to find whats taking the extra space
>turns out there's a hidden .git\lfs folder
>turns out the folder contains the EXACT copy of the repo files, but with randomized names
>why, and what the fuck are these leftovers?
>turns out that this is a feature, not a bug of git ""LFS system"
>turns out that all of my other previous git clones were also doing this. taking up 200GB+ of wasted space
>mfw
anyone else knows this feel?
>there's multiple checkpoints that i want to download, all on single repo totalling 40GB
>can't be fucked to download one by one
>i know a bit of git, so i just git clone the repo
>feelin hackerman when i type in the command prompt
>git clone finish
>holdup.jpg
>why is my hard drive is now 80GB less space?
>thats twice the repo size
>check the cloned repo
>it's 80GB
>wtf
>dig through the repo to find whats taking the extra space
>turns out there's a hidden .git\lfs folder
>turns out the folder contains the EXACT copy of the repo files, but with randomized names
>why, and what the fuck are these leftovers?
>turns out that this is a feature, not a bug of git ""LFS system"
>turns out that all of my other previous git clones were also doing this. taking up 200GB+ of wasted space
>mfw
anyone else knows this feel?
Replies: