CUDA SETUP: CUDA detection failed! Possible reasons: You need to manually override the PyTorch CUDA version. Please see: "https://github.com/TimDettmers/bitsandbytes/blob/main/how_to_use_nonpytorch_cuda.md CUDA driver not installed CUDA not installed You have multiple conflicting CUDA libraries...
"message": "Failed to import transformers.integrations.bitsandbytes because of the following error (look up to see its traceback):\n\n CUDA Setup failed despite GPU being available. Please run the following command to get more information:\n\n python -m bitsandbytes\n\n Inspect the output...
CUDA SETUP: CUDA detection failed! Possible reasons: CUDA driver not installed CUDA not installed You have multiple conflicting CUDA libraries Required library not pre-compiled for this bitsandbytes release! CUDA SETUP: If you compiled from source, try again withmake CUDA_VERSION=DETECTED_CUDA_VERSI...
CUDA SETUP: Something unexpected happened. Please compile from source: git clone git@github.com:TimDettmers/bitsandbytes.git cd bitsandbytes CUDA_VERSION=100 python setup.py install CUDA SETUP: Required library version not found: libbitsandbytes_cuda100.so. Maybe you need to comp...
CUDA SETUP: CUDA detection failed! Possible reasons: You need to manually override the PyTorch CUDA version. Please see: "https://github.com/TimDettmers/bitsandbytes/blob/main/how_to_use_nonpytorch_cuda.md CUDA driver not installed CUDA not installed ...
CUDA SETUP: CUDA detection failed! Possible reasons: CUDA driver not installed CUDA not installed You have multiple conflicting CUDA libraries Required library not pre-compiled for this bitsandbytes release! CUDA SETUP: If you compiled from source, try again with make CUDA_VERSION=DETECTED_CUDA_VER...
CUDA SETUP: CUDA detection failed! Possible reasons: 1. You need to manually override the PyTorch CUDA version. Please see: "https://github.com/TimDettmers/bitsandbytes/blob/main/how_to_use_nonpytorch_cuda.md 2. CUDA driver not installed ...
CUDA SETUP: CUDA detection failed! Possible reasons: You need to manually override the PyTorch CUDA version. Please see: "https://github.com/TimDettmers/bitsandbytes/blob/main/how_to_use_nonpytorch_cuda.md CUDA driver not installed CUDA not installed ...
CUDA SETUP: CUDA detection failed! Possible reasons: You need to manually override the PyTorch CUDA version. Please see: "https://github.com/TimDettmers/bitsandbytes/blob/main/how_to_use_nonpytorch_cuda.md CUDA driver not installed CUDA not installed You have multiple conflicting CUDA libraries...
I'm getting this error: CUDA Setup failed despite GPU being available Even though I checked my Cuda installation with the provided nvidia cuda samples: https://github.com/NVIDIA/cuda-samples, and it passed all the tests. nvidia-smi and t...