PyTorch 2.10 RC1 produced for pytorch, torchvision & torchaudio

The core binaries are now available for download and testing on pytorch test channel. Here is the 2.10 release issue tracker for cherry pick submissions.

Reminder of Key Dates

Milestones M1 through M3.3 are complete.

  • M3.3: Domain libraries cut RC Branch (12/12/25) COMPLETE
  • M4: Release branch finalized, Announce final launch date, Feature classifications published (week of 1/9/26) - Final RC is produced.
  • M4.1: Tutorial drafts submission deadline (1/12/26)
  • M5: External-Facing Content Finalized (1/16/26)
  • M6: Release Day (1/21/26)

Important note: Beginning with the next 2.11 release, please be aware that the release of torchaudio will be discontinued. Further details can be found in the torchaudio issue available here.

Download instructions for testing RC1 for pytorch, torchvision and torchaudio

PIP CPU:

Windows/Linux x86 and aarch64/MacOS:

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

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

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

PIP ROCM 7.0, 7.1

pip3 install torch==2.10.0  torchvision torchaudio --index-url https://download.pytorch.org/whl/test/rocm7.0

pip3 install torch==2.10.0  torchvision torchaudio --index-url https://download.pytorch.org/whl/test/rocm7.1

PIP XPU

Linux/Windows:

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

Libtorch

CPU Linux:

CPU Windows:

CPU MacOS

CUDA 12.6, 12.8, 13.0 Linux

Windows CUDA 12.6, 12.8, 13.0

(Release version):

(Debug version):

Cheers,
Team PyTorch