Now the torch nightly corresponding to cuda 12.8 is well supported on my machine, but some programs require me to install a lower version of torch, such as torch1.10. Is there a way to solve this problem now?

My graphics card is 5070ti Windows 11

No, PyTorch 1.10 was released in Oct. 2021 and won’t be compatible with the latest CUDA toolkit.
I would also not recommend trying to backport all needed changes into such an old release but to make your repository compatible with the latest PyTorch version instead.

1 Like