Hello! I am trying to run a program and these are the requirements:
- Python 3.6+
- PyTorch 1.1 or higher (tested on PyTorch 1.1, 1,3, 1,5~1.10)
I have CUDA 12.5 and I was trying to install pytorch 1.10. However, it is not supported by CUDA 12.5 so, can it be supported by CUDA 11.8 for example? If not, between those options which version of pytorch would be the best option?
Thanks in advance