I’m having trouble installing PyTorch. I’ve been trying to get it to work for hours, but it’s not working…
I get this error:
Found GPU0 NVIDIA GeForce GTX 1080 Ti which is of cuda capability 6.1.
Minimum and Maximum cuda capability supported by this version of PyTorch is
(7.0) - (12.0)
and in theory, cu118 is supported by my 1080ti.
The GTX 1080 Ti has a CUDA compute capability of 6.1
NVIDIA’s official documentation and support information confirm that the CUDA Toolkit 11.8 supports GPUs with compute capabilities starting at version 3.5. Since 6.1 is greater than 3.5, my GPU is fully supported.