runtime error

ension.py:31: 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 ā†‘ Downloading shards: 0%| | 0/4 [00:00<?, ?it/s] Downloading shards: 25%|ā–ˆā–ˆā–Œ | 1/4 [00:06<00:18, 6.11s/it] Downloading shards: 50%|ā–ˆā–ˆā–ˆā–ˆā–ˆ | 2/4 [00:14<00:14, 7.41s/it] Downloading shards: 75%|ā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–Œ | 3/4 [00:22<00:07, 7.74s/it] Downloading shards: 100%|ā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆ| 4/4 [00:28<00:00, 7.19s/it] Downloading shards: 100%|ā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆ| 4/4 [00:28<00:00, 7.23s/it] Loading checkpoint shards: 0%| | 0/4 [00:00<?, ?it/s] Loading checkpoint shards: 25%|ā–ˆā–ˆā–Œ | 1/4 [00:02<00:08, 2.92s/it] Loading checkpoint shards: 50%|ā–ˆā–ˆā–ˆā–ˆā–ˆ | 2/4 [00:05<00:05, 2.99s/it] Loading checkpoint shards: 75%|ā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–Œ | 3/4 [00:08<00:02, 2.89s/it] Loading checkpoint shards: 100%|ā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆ| 4/4 [00:11<00:00, 2.70s/it] Loading checkpoint shards: 100%|ā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆ| 4/4 [00:11<00:00, 2.78s/it] Traceback (most recent call last): File "/home/user/app/app.py", line 52, in <module> def instruct(instruction, max_token_output=1024): File "/usr/local/lib/python3.10/site-packages/spaces/zero/decorator.py", line 79, in GPU return _GPU(task, duration) File "/usr/local/lib/python3.10/site-packages/spaces/zero/decorator.py", line 111, in _GPU client.startup_report() File "/usr/local/lib/python3.10/site-packages/spaces/zero/client.py", line 44, in startup_report raise RuntimeError("Error while initializing ZeroGPU: Unknown") RuntimeError: Error while initializing ZeroGPU: Unknown

Container logs:

Fetching error logs...