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/438 [00:00<?, ?B/s] Downloading (…)/adapter_config.json: 100%|██████████| 438/438 [00:00<00:00, 2.90MB/s] Downloading (…)lve/main/config.json: 0%| | 0.00/715 [00:00<?, ?B/s] Downloading (…)lve/main/config.json: 100%|██████████| 715/715 [00:00<00:00, 5.87MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> model = AutoModelForCausalLM.from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 563, in from_pretrained return model_class.from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 2482, in from_pretrained raise ImportError( ImportError: Using `load_in_8bit=True` requires Accelerate: `pip install accelerate` and the latest version of bitsandbytes `pip install -i https://test.pypi.org/simple/ bitsandbytes` or pip install bitsandbytes`

Container logs:

Fetching error logs...