PyTorch 2.13 Final RC Available

The final 2.13.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 (30/6/26)
  • M5: External-Facing Content Finalized (1/7/26)
  • M6: Release Day (8/7/26)

Download instructions for testing Final RC

PIP CPU:

Windows/Linux x86 and aarch64/MacOS:

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

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

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

PIP ROCM 7.1, 7.2

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

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

PIP XPU

Linux/Windows:

  pip3 install torch==2.13.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):

Cheers,
Team PyTorch