Final RC for PyTorch core and Domain Libraries is available for download from pytorch-test channel.
Reminder of key dates:
- Release date 05/05
List of Issues included in the Patch Release 2.0.1 can be found here: 2.0.1 Milestone · GitHub
Cherry-Picks included in the Patch Release 2.0.1 can be found here: [v2.0.1] Release Tracker · Issue #97272 · pytorch/pytorch · GitHub
Following are instructions on how to download different versions of RC for testing.
CONDA CPU:
Windows/LInux:
conda install pytorch torchvision torchaudio cpuonly -c pytorch-test
MacOS:
conda install pytorch-test::pytorch torchvision torchaudio -c pytorch-test
CUDA 11.7, 11.8
Windows/Linux:
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch-test -c nvidia
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch-test -c nvidia
PIP CPU:
Windows/Linux/MacOS:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cpu
PIP CUDA 11.7, 11.8
Windows/Linux:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu117
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu118
PIP ROCM 5.4
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/rocm5.4.2/
Libtorch:
CPU Linux:
(Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/test/cpu/libtorch-shared-with-deps-latest.zip
(cxx11 ABI):
https://download.pytorch.org/libtorch/test/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip
CPU Windows:
Download here (Release version):
https://download.pytorch.org/libtorch/test/cpu/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/test/cpu/libtorch-win-shared-with-deps-debug-latest.zip
CPU MacOS:
https://download.pytorch.org/libtorch/test/cpu/libtorch-macos-latest.zip
CUDA 11.7, 11.8 Linux
(Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/test/cu117/libtorch-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/test/cu118/libtorch-shared-with-deps-latest.zip
(cxx11 ABI):
https://download.pytorch.org/libtorch/test/cu117/libtorch-cxx11-abi-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/test/cu118/libtorch-cxx11-abi-shared-with-deps-latest.zip
Windows CUDA 11.7, 11.8
(Release version):
https://download.pytorch.org/libtorch/test/cu117/libtorch-win-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/test/cu118/libtorch-win-shared-with-deps-latest.zip
(Debug version):
https://download.pytorch.org/libtorch/test/cu117/libtorch-win-shared-with-deps-debug-latest.zip
https://download.pytorch.org/libtorch/test/cu118/libtorch-win-shared-with-deps-debug-latest.zip
If you have any questions please comment below or reach out to us on this thread.