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...