Final RC for PyTorch core and Domain Libraries is available for download from pytorch-test
channel.
Reminder of key dates:
Release date Dec 13th 2023
List of Issues included in the Patch Release 2.1.2 can be found here: 2.1.1 Milestone
Cherry-Picks included in the Patch Release 2.1.2 can be found here: [v2.1.2] Release Tracker
Following are instructions on how to download different versions of RC for testing.
CONDA CPU
Windows/LInux:
conda install pytorch=2.1.2 torchvision=0.16.2 torchaudio=2.1.2 cpuonly -c pytorch-test
MacOS:
conda install pytorch=2.1.2 torchvision=0.16.2 torchaudio=2.1.2 -c pytorch-test
CONDA CUDA 11.8, 12.1
Windows/Linux:
conda install pytorch=2.1.2 torchvision=0.16.2 torchaudio=2.1.2 pytorch-cuda=11.8 -c pytorch-test -c nvidia
conda install pytorch=2.1.2 torchvision=0.16.2 torchaudio=2.1.2 pytorch-cuda=12.1 -c pytorch-test -c nvidia
PIP CPU
Windows/Linux/MacOS:
pip3 install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/test/cpu
PIP CUDA 11.8, 12.1
Windows/Linux:
pip3 install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/test/cu118
pip3 install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/test/cu121
PIP ROCM 5.6
pip3 install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/test/rocm5.6
PIP Linux Aarch64
pip3 install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/test/cpu
Libtorch
CPU Linux:
(Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/test/cpu/libtorch-shared-with-deps-2.1.2%2Bcpu.zip
(cxx11 ABI):
https://download.pytorch.org/libtorch/test/cpu/libtorch-cxx11-abi-shared-with-deps-2.1.2%2Bcpu.zip
CPU Windows:
Download here (Release version):
https://download.pytorch.org/libtorch/test/cpu/libtorch-win-shared-with-deps-2.1.2%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/test/cpu/libtorch-win-shared-with-deps-debug-2.1.2%2Bcpu.zip
CPU MacOS:
https://download.pytorch.org/libtorch/test/cpu/libtorch-macos-2.1.2.zip
CUDA 11.8, 12.1 Linux
(Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/test/cu118/libtorch-shared-with-deps-2.1.2%2Bcu118.zip
https://download.pytorch.org/libtorch/test/cu121/libtorch-shared-with-deps-2.1.2%2Bcu121.zip
(cxx11 ABI):
https://download.pytorch.org/libtorch/test/cu118/libtorch-cxx11-abi-shared-with-deps-2.1.2%2Bcu118.zip
https://download.pytorch.org/libtorch/test/cu121/libtorch-cxx11-abi-shared-with-deps-2.1.2%2Bcu121.zip
Windows CUDA 11.8, 12.1
(Release version):
https://download.pytorch.org/libtorch/test/cu118/libtorch-win-shared-with-deps-2.1.2%2Bcu118.zip
https://download.pytorch.org/libtorch/test/cu121/libtorch-win-shared-with-deps-2.1.2%2Bcu121.zip
(Debug version):
https://download.pytorch.org/libtorch/test/cu118/libtorch-win-shared-with-deps-debug-2.1.2%2Bcu118.zip
https://download.pytorch.org/libtorch/test/cu121/libtorch-win-shared-with-deps-debug-2.1.2%2Bcu121.zip
If you have any questions please comment below or reach out to us on this thread.