Pytorch 1.1 and CUDA 12.5

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

Your locally installed CUDA toolkit won’t be used as PyTorch ships with its own CUDA dependencies (unless you build PyTorch from source or a custom CUDA extension). Only a valid NVIDIA driver must be installed to execute PyTorch workloads on an NVIDIA GPU.