Apply for community grant: Academic project (gpu and storage)

#23
by flamehaze1115 - opened
This comment has been hidden
flamehaze1115 changed discussion status to closed
flamehaze1115 changed discussion status to open

Hi @flamehaze1115 I'm confused. This Space has a 1xL4 grant for long time.

Hi @hysts , I’m trying to update the model weights in this space, but I encountered the error: “Repo storage limit reached (Max: 1 GB).” Could you please advise on how I can resolve this issue? Should I request additional storage, or is there another recommended solution?

Thank you for your assistance!

Looks like you resolved the error by removing the weight files.
As for the error, it was possible to add large files to a Space repo, though it wasn't recommended because it makes the docker image of the Space bigger and slows down the build and startup significantly, but apparently 1GB size limit is finally introduced to Space repositories recently.
The recommended approach is to host your model files in a separate model repo instead of putting them in your Space repo. You can download the model files to your Space at startup time using the huggingface_hub library. You can use hf_hub_download or snapshot_download depending on your use case. docs

Sign up or log in to comment