Getting error for not updating the gradio

I am getting this runtime error for my demo: VQAScore - a Hugging Face Space by zhiqiulin

Exit code: 1. Reason: IMPORTANT: You are using gradio version 4.31.2, however version 5.0.1 is available, please upgrade.

ZeroGPU tensors packing: 0%| | 0.00/6.32G [00:00<?, ?B/s]e[A
ZeroGPU tensors packing: 0%| | 0.00/6.32G [00:00<?, ?B/s]
Traceback (most recent call last):
File “/home/user/app/app.py”, line 193, in
demo_vqascore_ranking.launch(share=False)
File “/usr/local/lib/python3.10/site-packages/spaces/zero/gradio.py”, line 142, in launch
task(*task_args, **task_kwargs)
File “/usr/local/lib/python3.10/site-packages/spaces/zero/torch/patching.py”, line 339, in pack
_pack(Config.zerogpu_offload_dir)
File “/usr/local/lib/python3.10/site-packages/spaces/zero/torch/patching.py”, line 331, in _pack
pack = pack_tensors(originals, fakes, offload_dir, callback=update)
File “/usr/local/lib/python3.10/site-packages/spaces/zero/torch/packing.py”, line 110, in pack_tensors
os.posix_fallocate(fd, 0, total_asize)
OSError: [Errno 28] No space left on device

1 Like

OSError: [Errno 28] No space left on device

I don’t think that Gradio error message was actually related to the crash.
It’s crashing due to lack of RAM or VRAM or HDD.
Maybe the model you are using is too big?