R
Runpod•4mo ago
Jonas

Network Volume Attached but not really?

Hi! I have a serverless worker running that is supposed to have a network volume attached. On the overview tab its getting displayed, in the worker metrics its not shown and I get out of storage errors when pulling a model:
/usr/local/lib/python3.12/dist-packages/huggingface_hub/file_download.py:799: UserWarning: Not enough free disk space to download the file. The expected file size is: 3077.77 MB. The target location /workspace/.hf-cache/hub/models--Menlo--Jan-nano-128k/blobs only has 273.49 MB free disk space.
/usr/local/lib/python3.12/dist-packages/huggingface_hub/file_download.py:799: UserWarning: Not enough free disk space to download the file. The expected file size is: 3077.77 MB. The target location /workspace/.hf-cache/hub/models--Menlo--Jan-nano-128k/blobs only has 273.49 MB free disk space.
I deployed a few new releases but this issue persists. Am I doing something wrong here? 👀
No description
No description
No description
3 Replies
Jonas
JonasOP•4mo ago
Trying to run docker.io/vllm/vllm-openai:latest with Menlo/Jan-nano-128k in EU-SE-1
Dj
Dj•4mo ago
Serverless workers non intuitively put the network volume on /runpod-volume - sorry :(
Jonas
JonasOP•4mo ago
ahhh! I tried pods before and there it was /workspace

Did you find this page helpful?