runtime error

Exit code: 1. Reason: gradio: 4.26.0 /usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py:654: UserWarning: Can't initialize NVML warnings.warn("Can't initialize NVML") /usr/local/lib/python3.10/site-packages/bitsandbytes/cextension.py:34: UserWarning: The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers, 8-bit multiplication, and GPU quantization are unavailable. warn("The installed version of bitsandbytes was compiled without GPU support. " /usr/local/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cpu.so: undefined symbol: cadam32bit_grad_fp32 /usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py:654: UserWarning: Can't initialize NVML warnings.warn("Can't initialize NVML") ā†‘ Those bitsandbytes warnings are expected on ZeroGPU ā†‘ Traceback (most recent call last): File "/home/user/app/app.py", line 16, in <module> from model_worker import ModelWorker File "/home/user/app/model_worker.py", line 32, in <module> import spaces # for use zero of huggingface File "/usr/local/lib/python3.10/site-packages/spaces/__init__.py", line 19, in <module> from .zero.decorator import GPU File "/usr/local/lib/python3.10/site-packages/spaces/zero/__init__.py", line 15, in <module> raise RuntimeError( RuntimeError: CUDA has been initialized before importing the `spaces` package

Container logs:

Fetching error logs...