

Note: most pytorch versions are available only for specific CUDA versions. Particular one (replace ‘0.1.9’ with the desired version) withįollow the install from source instructions in the README.md of the PyTorchĭownload the whl file with the desired version from the following html pages:

You can list tags in PyTorch git repository with git tag and checkout a It is possible to checkout an older version of PyTorch Replace “0.4.1” in the following commands with the desired versionĬonda install pytorch=0.4.1 cuda90 -c pytorchĬonda install pytorch=0.4.1 cuda92 -c pytorchĬonda install pytorch=0.4.1 cuda80 -c pytorchĬonda install pytorch=0.4.1 cuda75 -c pytorchĬonda install pytorch=0.4.1 -c pytorch From source

To install a previous version of PyTorch via Anaconda or Miniconda, This should be used for most previous macOS version installs.
