List available PyTorch wheels - lmmx/devnotes GitHub Wiki
PyTorch wheels can be installed from a list, and one is published at [https://download.pytorch.org/whl/torch_stable.html][1]
import pandas as pd
import requests
wheel_list_url = "https://download.pytorch.org/whl/torch_stable.html"