Install PyTorch

Your one-stop solution for easy PyTorch installation.

5 followers

You can filter by CUDA, ROCm, Python, or your operating system to locate the specific version of PyTorch you need. Choose to either copy the 'pip install' command-line instruction or directly download thewhl file.
Free
Launch tags:Developer ToolsGitHub
Launch Team / Built With
Webflow | AI site builder
Webflow | AI site builder
Start fast. Build right.
Promoted

What do you think? …

ppaanngggg
Maker
📌
When dealing with an older code repository or a specific device, I need to locate a particular version of PyTorch that meets all requirements. However, no convenient tool exists for this purpose, so I developed a web tool to streamline this process. What I did: 1. I retrieve all the .whl files from PyTorch's official PyPi repository, and parse them for version, device support, Python support, OS, and architecture. 2. I developed a website that supports filtering by all labels and lists all PyTorch resources after filtering. Feel free to comment or open an issue on my GitHub page if you need any features or if the data needs to be updated.