runtime error

Exit code: 1. Reason: │ │ ā± 6 from bitsandbytes.cextension import COMPILED_WITH_CUDA │ │ 7 │ │ 8 from .adagrad import Adagrad, Adagrad8bit, Adagrad32bit │ │ 9 from .adam import Adam, Adam8bit, Adam32bit │ │ │ │ /home/user/.pyenv/versions/3.8.16/lib/python3.8/site-packages/bitsandbytes/c │ │ extension.py:20 in <module> │ │ │ │ 17 │ if lib is None and torch.cuda.is_available(): │ │ 18 │ │ CUDASetup.get_instance().generate_instructions() │ │ 19 │ │ CUDASetup.get_instance().print_log_stack() │ │ ā± 20 │ │ raise RuntimeError(''' │ │ 21 │ │ CUDA Setup failed despite GPU being available. Please run the f │ │ 22 │ │ │ │ 23 │ │ python -m bitsandbytes │ ╰──────────────────────────────────────────────────────────────────────────────╯ RuntimeError: CUDA Setup failed despite GPU being available. Please run the following command to get more information: python -m bitsandbytes Inspect the output of the command and see if you can locate CUDA libraries. You might need to add them to your LD_LIBRARY_PATH. If you suspect a bug, please take the information from python -m bitsandbytes and open an issue at: https://github.com/TimDettmers/bitsandbytes/issues

Container logs:

Fetching error logs...