Release 2.9.1 Final RC is available

The final 2.9.1 RC for PyTorch core and Domain Libraries is available for download from the pytorch-test channel.

Remaining Key Dates:

  • M3: All RC binaries are ready for testing (10th NOV) - Complete
  • M4: Release 2.9.1 General Availability (12th NOV)

Download instructions for testing Final RC
PIP CPU:

Windows/Linux x86 and aarch64/MacOS:

pip3 install torch==2.9.1 --index-url https://download.pytorch.org/whl/test/cpu

PIP CUDA 12.6, 12.8, 13.0

Windows/Linux x86 and aarch64:

pip3 install torch==2.9.1 --index-url https://download.pytorch.org/whl/test/cu126

pip3 install torch==2.9.1 --index-url https://download.pytorch.org/whl/test/cu128

pip3 install torch==2.9.1 --index-url https://download.pytorch.org/whl/test/cu130

PIP ROCM 6.3

pip3 install torch==2.9.1 --index-url https://download.pytorch.org/whl/test/rocm6.3

PIP ROCM 6.4

pip3 install torch==2.9.1 --index-url https://download.pytorch.org/whl/test/rocm6.4

PIP XPU

Linux/Windows:

pip3 install torch==2.9.1 --index-url https://download.pytorch.org/whl/test/xpu

Libtorch

CPU Linux:
(cxx11 ABI): https://download.pytorch.org/libtorch/test/cpu/libtorch-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/nightly/cpu/libtorch-macos-arm64-latest.zip

CUDA 12.6, 12.8, 13.0 Linux
(cxx11 ABI):
https://download.pytorch.org/libtorch/test/cu126/libtorch-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/test/cu128/libtorch-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/test/cu130/libtorch-shared-with-deps-latest.zip

Windows CUDA 12.6, 12.8, 13.0
(Release version):
https://download.pytorch.org/libtorch/test/cu126/libtorch-win-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/test/cu128/libtorch-win-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/test/cu130/libtorch-win-shared-with-deps-latest.zip

(Debug version):
https://download.pytorch.org/libtorch/test/cu126/libtorch-win-shared-with-deps-debug-latest.zip
https://download.pytorch.org/libtorch/test/cu128/libtorch-win-shared-with-deps-debug-latest.zip
https://download.pytorch.org/libtorch/test/cu130/libtorch-win-shared-with-deps-debug-latest.zip

Cheers,
Team PyTorch