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 Downloading (…)/adapter_config.json: 0%| | 0.00/461 [00:00<?, ?B/s] Downloading (…)/adapter_config.json: 100%|██████████| 461/461 [00:00<00:00, 3.53MB/s] Downloading (…)lve/main/config.json: 0%| | 0.00/963 [00:00<?, ?B/s] Downloading (…)lve/main/config.json: 100%|██████████| 963/963 [00:00<00:00, 10.7MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 18, in <module> model = AutoPeftModelForCausalLM.from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/peft/auto.py", line 101, in from_pretrained base_model = target_class.from_pretrained(base_model_path, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 565, in from_pretrained return model_class.from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 2724, in from_pretrained raise RuntimeError("GPU is required to quantize or run quantize model.") RuntimeError: GPU is required to quantize or run quantize model.
Container logs:
Fetching error logs...