So, I was creating a space and have around 1GB of git-lfs storage, now, many of you have faced a problem (Error: Repository storage limit reached (Max: 1 GB) - #16 by Respair), but actual solution doesn’t seems to exist. Can you guys say, how to increase the 1GB storage on the git-lfs for the free tier?
Also, is there any other options available, like I can upload the stash in some other servers like figshare which has a very fast bandwidth and then clone/wget it from there and then use the pipeline in my huggingface space as it is, seamlessly? Is there a tutorial/resource available for this kind of thing, since I am unable to find one, and I have used about 850 MB of 1 GB space in the current git-lfs storage.
how to increase the 1GB storage on the git-lfs for the free tier?
There’s no way to do this even if it’s not free…
However, the size limit for the Spaces’ git is only 1GB, but you can use up to 50GB after startup, so you can use Dockerfile, requirements.txt, or subprocess to execute pip or download without consuming the repository capacity. Alternatively, you can place the excess data in Hugging Face’s private repository for extremely fast speeds.
If the commit history becomes too large, use super-squash-history.
Hi @jisnoo There isn’t a way to increase a Space’s storage above 1 GB. Instead data files can be loaded from other Hub repo types (models, datasets) easily into your Gradio app.