Thought I’d ask this here rather than starting a whole new thread. We’re shopping for a new GPU to use with PyTorch and I’d be very grateful for some recommendations regarding what models will work best. We don’t have unlimited budget, of course…
Any guidance would be much appreciated. (As you can imagine, I didn’t get very far searching the forums for “GPU” and “model”!)
I think CUDA5 was released in 2012 or 2013, so I doubt you could build PyTorch using these old versions at all.
What kind of GPU are you using that you would like to stick to CUDA5?
Sorry, I might have misunderstood the question, but do you mean CUDA5 or a GPU with compute capability 5?
The latter should be supported in the current binaries, the former was never supported as far as I know.
What about even older cards? There are many of us who cannot afford new ones.
…dist-packages/torch/cuda/init.py:81: UserWarning:
Found GPU0 GeForce GTX 760 which is of cuda capability 3.0.
PyTorch no longer supports this GPU because it is too old.
The minimum cuda capability that we support is 3.5.
Older compute capabilities are still supported in the current binary releases starting from sm_37, which means that the binaries support architectures from sm_37 (Kepler), through Maxwell, Pascal, Volta, Turing, to Ampere (sm_86). Your 650M was released in 2012 and its support was dropped a while ago while we moved to CUDA operators, which are not supported on these old compute capabilities anymore.