PyTorch 2.1 RC1 is produced for pytorch, vision and audio

PyTorch core and Domain Libraries are available for download from pytorch-test channel.

Reminder of key dates:

  • M3.3: Domain libraries cut RC Branch (08/31/23) - COMPLETED
  • M4: Release Branch Finalized & Announce Final launch date (week of 09/11/23)
  • M5: External-Facing Content Finalized (09/25/23)
  • M6: Release Day (10/04/23)

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.8, 12.1

Windows/Linux:
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch-test -c nvidia
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -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.8, 12.1
Windows/Linux:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu118
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu121

PIP ROCM 5.6
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/rocm5.6/

PIP Linux Aarch64
pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/test/cpu
(please note these are prototype builds. The “–pre” option will be removed for next rc. These builds should be later released on pypi)

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.8, 12.1 Linux

(Pre-cxx11 ABI):

https://download.pytorch.org/libtorch/test/cu118/libtorch-shared-with-deps-latest.zip

https://download.pytorch.org/libtorch/test/cu121/libtorch-shared-with-deps-latest.zip

(cxx11 ABI):

https://download.pytorch.org/libtorch/test/cu118/libtorch-cxx11-abi-shared-with-deps-latest.zip

https://download.pytorch.org/libtorch/test/cu121/libtorch-cxx11-abi-shared-with-deps-latest.zip

Windows CUDA 11.8, 12.1

(Release version):

https://download.pytorch.org/libtorch/test/cu118/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/cu121/libtorch-win-shared-with-deps-debug-latest.zip

If you have any questions please comment below or reach out to us on this thread.

PyTorch RC2 is produced for PyTorch, Vision and Audio

In this RC Linux aarch64 builds can be installed with following command:
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/test/cpu

Reminder of key dates:

  • M4: Release Branch Finalized & Announce Final launch date (week of 09/11/23) - Last Cherry Pick on 09/11/23
  • M5: External-Facing Content Finalized (09/25/23)
  • M6: Release Day (10/04/23)