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 Current working directory: /home/user/app config.json: 0%| | 0.00/571 [00:00<?, ?B/s] config.json: 100%|██████████| 571/571 [00:00<00:00, 4.16MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> model = LudwigModel.load('model_weights') File "/home/user/.local/lib/python3.10/site-packages/ludwig/api.py", line 1646, in load ludwig_model.model = LudwigModel.create_model(config_obj) File "/home/user/.local/lib/python3.10/site-packages/ludwig/api.py", line 1874, in create_model return model_type(config_obj, random_seed=random_seed) File "/home/user/.local/lib/python3.10/site-packages/ludwig/models/llm.py", line 126, in __init__ self.model = load_pretrained_from_config(self.config_obj, model_config=self.model_config) File "/home/user/.local/lib/python3.10/site-packages/ludwig/models/llm.py", line 102, in load_pretrained_from_config model: PreTrainedModel = AutoModelForCausalLM.from_pretrained(pretrained_model_name_or_path, **load_kwargs) 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 2714, 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...