runtime error

/home/user/.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. " /home/user/.local/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cpu.so: undefined symbol: cadam32bit_grad_fp32 tokenizer_config.json: 0%| | 0.00/695 [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 695/695 [00:00<00:00, 3.35MB/s] tokenizer.model: 0%| | 0.00/500k [00:00<?, ?B/s] tokenizer.model: 100%|██████████| 500k/500k [00:00<00:00, 101MB/s] tokenizer.json: 0%| | 0.00/1.84M [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 1.84M/1.84M [00:00<00:00, 32.4MB/s] added_tokens.json: 0%| | 0.00/21.0 [00:00<?, ?B/s] added_tokens.json: 100%|██████████| 21.0/21.0 [00:00<00:00, 115kB/s] special_tokens_map.json: 0%| | 0.00/434 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 434/434 [00:00<00:00, 1.95MB/s] config.json: 0%| | 0.00/632 [00:00<?, ?B/s] config.json: 100%|██████████| 632/632 [00:00<00:00, 4.11MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 29, in <module> base_model = AutoModelForCausalLM.from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 566, in from_pretrained return model_class.from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3030, in from_pretrained raise RuntimeError("No GPU found. A GPU is needed for quantization.") RuntimeError: No GPU found. A GPU is needed for quantization.

Container logs:

Fetching error logs...