Skip to content

List available PyTorch wheels

Louis Maddox edited this page Apr 12, 2021 · 1 revision

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"

[1]: https://download.pytorch.org/whl/torch_stable.html)

Clone this wiki locally