runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py:628: 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 ā†‘ Those bitsandbytes warnings are expected on ZeroGPU ā†‘ Traceback (most recent call last): File "/home/user/app/app.py", line 6, in <module> from sotopia_space.chat import chat_introduction, chat_tab, get_sotopia_profiles File "/home/user/app/sotopia_space/chat.py", line 9, in <module> from sotopia_generate import prepare_model, generate_action File "/home/user/app/sotopia_generate.py", line 25, in <module> import spaces 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...