Pytorch release 1.13.1 - rc1 is available

PYTORCH RELEASE 1.13.1 - RC1 IS AVAILABLE.

PyTorch core and Domain Libraries are available for download from pytorch-test channel.
Release date is planned for 12/15.
List of bug fixes included in this minor release can be found here.
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 torchvision torchaudio -c pytorch-test

CUDA 11.6, 11.7
Windows/Linux:
conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch-test -c nvidia
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch-test -c nvidia

PIP CPU:
Windows/Linux/MacOS:
pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/test/cpu/torch_test.html

PIP CUDA 11.6, 11.7
Windows/Linux
pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/test/cu116/torch_test.html
pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/test/cu117/torch_test.html

PIP ROCM 5.2
pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/test/rocm5.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.6, 11.7 Linux
(Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/test/cu116/libtorch-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/test/cu117/libtorch-shared-with-deps-latest.zip
(cxx11 ABI):
https://download.pytorch.org/libtorch/test/cu116/libtorch-cxx11-abi-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/test/cu117/libtorch-cxx11-abi-shared-with-deps-latest.zip

Windows CUDA 11.6, 11.7
(Release version):
https://download.pytorch.org/libtorch/test/cu116/libtorch-win-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/test/cu117/libtorch-win-shared-with-deps-latest.zip
(Debug version):
https://download.pytorch.org/libtorch/test/cu116/libtorch-win-shared-with-deps-debug-latest.zip
https://download.pytorch.org/libtorch/test/cu117/libtorch-win-shared-with-deps-debug-latest.zip

Please contact PyTorch OSS release team if you have any issues or concerns.

2 Likes