Introduction
Sometime we might find no matching distribution for PyTorch. So in this article, I’ll show you how to install old version PyTorch.
Solution
For example, if we want to build PyTorch version 1.5.0, just type in the command below in the terminal.
pip install torch===1.5.0 -f https://download.pytorch.org/whl/torch_stable.html