PyTorch 2.12 Final RC produced for pytorch & torchvision

The final 2.12.0 RC for PyTorch is available for download from the pytorch-test channel.

Remaining Key Dates

Milestones M1 through M4 are complete.

  • M4.1: Tutorial drafts submission deadline (6/5/26)
  • M5: External-Facing Content Finalized (8/5/26)
  • M6: Release Day (13/5/26)

Download instructions for testing Final RC

PIP CPU:

Windows/Linux x86 and aarch64/MacOS:

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

PIP CUDA 12.6, 13.0, 13.2
Windows/Linux x86 and aarch64:

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

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

  pip3 install torch==2.11.0  torchvision --index-url https://download.pytorch.org/whl/test/cu132

PIP ROCM 7.1, 7.2

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

  pip3 install torch==2.12.0  torchvision --index-url https://download.pytorch.org/whl/test/rocm7.2

PIP XPU

Linux/Windows:

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

Libtorch

CPU Linux:

CPU Windows:

CPU MacOS

CUDA 12.6, 13.0, 13.2 Linux

Windows CUDA 12.6, 13.0, 13.2

(Release version):

(Debug version):

Cheers,
Team PyTorch