Hello I am trying to install PyTorch 1.7 to use for a Github repo I found quite interesting, however when I run the pip commands found on Previous PyTorch Versions | PyTorch, it appears the version of PyTorch could not be found. Is there a way to manually download it, or is the repo simply no longer feasible to use?
A quick search shows PyTorch==1.7 was released in Oct. 2020 while Python==3.11 was released in Oct. 2022, so yes you would need to downgrade your Python version.