#Not Enough Disk Space

1 messages · Page 1 of 1 (latest)

zinc pulsarBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

digital salmon
#

posted by mistake, sorry guys

#

"/usr/local/lib/python3.11/dist-packages/huggingface_hub/file_download.py:1006: UserWarning: Not enough free disk space to download the file. The expected file size is: 9991.31 MB. The target location /runpod-volume/.cache/huggingface/hub/models--core42--jais-13b-chat/blobs only has 2.07 MB free disk space."

I was getting this error, i can increase the disk space in the template itself, i didnt pay attention to that part

warped river
#

Yeah you can increase the container disk size in your serverless template. I don't recommend downloading files from huggingface in your serverless worker though, its better to either download them to network storage or build them into your Docker image.

digital salmon
#

this is for testing purpose, i will later download the model in to the docker image itself. Thanks for the insights anyways

digital salmon
#

should i even select container disk size, ai-helper-runpod is advising to set it to 0. My docker image has models build in

warped river
#

The size of your docker image is independent of your container disk.

digital salmon
#

thank you for the clarification

sand pagoda
#

I keep getting diskspace errros no matter the container size I use. (I set it to 60GB)