PyTorch 2.9 Final RC Available

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

Remaining Key Dates

Milestones M1 through M4 are complete.

  • M4.1: Tutorial drafts submission deadline (10/08)
  • M5: External-Facing Content Finalized. (10/10 ) *Please add your features here asap (instructions on previous post) if you would like them in the release blogpost & release notes highlights.
  • M6: Release Day (10/15)

Download instructions for testing Final RC

PIP CPU:

Windows/Linux x86 and aarch64/MacOS:

pip3 install torch==2.9.0 --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.0 --index-url https://download.pytorch.org/whl/test/cu126

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

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

PIP ROCM 6.3

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

PIP ROCM 6.4

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

PIP XPU

Linux/Windows:

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

Libtorch

CPU Linux:

CPU Windows:

CPU MacOS:

CUDA 12.6, 12.8, 13.0 Linux

(cxx11 ABI):

Windows CUDA 12.6, 12.8, 13.0

(Release version):

(Debug version):

Cheers,

Team PyTorch

2 Likes