pip install torch==1.10.2+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
Looking in links: download.pytorch.org/whl/cu113/torch_stable.html
warning: missing-index-doctype
× The package index page being used does not have a proper HTML doctype declaration.
╰─> Problematic URL: (the pytorch one)
note: This is an issue with the page at the URL mentioned above.
hint: You might need to reach out to the owner of that package index, to get this fixed. See github\pypa/pip/issues/10825 for context.
ERROR: Could not find a version that satisfies the requirement torch==1.10.2+cu113 (from versions: none)
ERROR: No matching distribution found for torch==1.10.2+cu113
This was the error I just got with that same command, my pip is updated, and I have the most recent version of Python, and ideas? Btw, I slightly changed the links in this comment due to restrictions from pytorch forums for me, however I assure you they were the same links as you gave me.