Benjamin Callonnec

Results 2 comments of Benjamin Callonnec

In colab i had the same issue, command `!nvcc --version` outputs -> cuda version 12.2 But command `torch.version.cuda` outputs -> 11.7 So i followed the recommandations of [this post](https://stackoverflow.com/questions/50560395/how-to-install-cuda-in-google-colab-gpus/74561909#74561909) to...

If torch.version.cuda outputs -> 12.1 Then try to install cuda toolkit for cuda 12.1 and then run `python -m bitsandbytes`