PyTorch 2.9 RC1 produced for pytorch

Following the announcement of branch cut completion, the core binaries are now available for download and testing on pytorch test channel. Here is the 2.9 release issue tracker for cherry pick submissions.

Reminder of Key Dates

Milestones M1 through M3.2 are complete.

  • M3.2: Release first RC1 Binary for PyTorch Core (09/10) COMPLETE
  • M3.3: Ecosystem libraries cut RC Branch (09/11)
  • M4: Release branch finalized, Announce final launch date, new features published (week of 09/29) - Final RC is produced.
  • M4.1 Tutorial drafts submission deadline (10/08)
  • M5: External-Facing Content Finalized (10/10)
  • M6: Release Day (10/15)

Download instructions for testing RC1 for pytorch

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

Hi, it should be

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

for the CPU , instead of 2.90

updated now, thank you!