#Not Enough Disk Space
1 messages · Page 1 of 1 (latest)
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
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.
this is for testing purpose, i will later download the model in to the docker image itself. Thanks for the insights anyways
should i even select container disk size, ai-helper-runpod is advising to set it to 0. My docker image has models build in
It was referring to volume disk not container disk, you need a minimum of 5GB container disk.
The size of your docker image is independent of your container disk.
thank you for the clarification
how do I build it in the docker image?
I keep getting diskspace errros no matter the container size I use. (I set it to 60GB)
this is the model I am trying to setup: