From b0f696f91c915e78ac0a5dc0b85432ef4fa2abd4 Mon Sep 17 00:00:00 2001 From: Junghwan Park Date: Thu, 3 Sep 2026 16:33:04 +0900 Subject: [PATCH] =?UTF-8?q?PyTorch=202.14.0=20=EB=B0=98=EC=98=81=20(pytorc?= =?UTF-8?q?h/pytorch.github.io@563f92c)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _get_started/previous-versions.md | 25 + _get_started/version-compatibility.md | 22 +- assets/quick-start-module.js | 6 +- published_versions.json | 182 +++++++- releases.json | 636 +++++++++----------------- 5 files changed, 447 insertions(+), 424 deletions(-) diff --git a/_get_started/previous-versions.md b/_get_started/previous-versions.md index 9057d04ac..819e9d87a 100644 --- a/_get_started/previous-versions.md +++ b/_get_started/previous-versions.md @@ -17,6 +17,31 @@ redirect_from: /previous-versions.html ## 1.0.0 이상 버전 설치하기 +### v2.13.0 + +#### Wheel + +##### OSX + +``` +pip install torch==2.13.0 torchvision==0.28.0 +``` + +##### Linux and Windows + +``` +# ROCM 7.2 (Linux only) +pip install torch==2.13.0 torchvision==0.28.0 --index-url https://download.pytorch.org/whl/rocm7.2 +# CUDA 12.6 +pip install torch==2.13.0 torchvision==0.28.0 --index-url https://download.pytorch.org/whl/cu126 +# CUDA 13.0 +pip install torch==2.13.0 torchvision==0.28.0 --index-url https://download.pytorch.org/whl/cu130 +# CUDA 13.2 +pip install torch==2.13.0 torchvision==0.28.0 --index-url https://download.pytorch.org/whl/cu132 +# CPU only +pip install torch==2.13.0 torchvision==0.28.0 --index-url https://download.pytorch.org/whl/cpu +``` + ### v2.12.1 #### Wheel diff --git a/_get_started/version-compatibility.md b/_get_started/version-compatibility.md index 3e3ab234f..5e7a6e293 100644 --- a/_get_started/version-compatibility.md +++ b/_get_started/version-compatibility.md @@ -32,6 +32,18 @@ PyTorch 및 Domain APIs의 버전 호환성을 정리하였습니다. \ + + 2.14.0 + 2026/09/02 + 0.29.0 + + + + 0.16.0 + >=3.10, <=3.14 + 13.2; 13.0; 12.6 + 7.14 + 2.13.0 2026/07/08 @@ -856,6 +868,14 @@ PyTorch 릴리즈별 지원 환경(Python, C++, CUDA, ROCm) 호환성 매트릭 + + 2.14 + >=3.10, <=(3.15, 3.15t experimental) + C++20 + CUDA 12.6 (CUDNN 9.10.2.21) (NCCL 2.29.3), CUDA 13.0 (CUDNN 9.24.0.43) (NCCL 2.30.7), CUDA 13.2 (CUDNN 9.24.0.43) (NCCL 2.30.7) + — + ROCm 7.14 + 2.13 >=3.10, <=(3.15, 3.15t experimental) @@ -1089,5 +1109,5 @@ PyTorch 2.11 릴리즈에서 지원하는 CUDA 아키텍처 정보입니다.

- Last Update: 2026-07-09 + Last Update: 2026-09-03

diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js index dc97cff2a..d2d6019ac 100644 --- a/assets/quick-start-module.js +++ b/assets/quick-start-module.js @@ -11,8 +11,8 @@ var archInfoMap = new Map([ ['accnone', {title: "CPU", platforms: new Set(['linux', 'macos', 'windows'])}] ]); -let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "13.0"], "cuda.z": ["cuda", "13.2"], "rocm5.x": ["rocm", "7.2"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "13.0"], "cuda.z": ["cuda", "13.2"], "rocm5.x": ["rocm", "7.2"]}} -let stable_version="Stable (2.13.0)"; +let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "13.0"], "cuda.z": ["cuda", "13.2"], "rocm5.x": ["rocm", "10.0"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "13.0"], "cuda.z": ["cuda", "13.2"], "rocm5.x": ["rocm", "7.14"]}} +let stable_version="Stable (2.14.0)"; var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS(); var opts = { @@ -267,7 +267,7 @@ $("[data-toggle='cloud-dropdown']").on("click", function(e) { }); function commandMessage(key) { - var object = {"preview,pip,linux,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,linux,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,linux,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "preview,pip,linux,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "preview,pip,linux,rocm5.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2", "preview,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu132/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm7.2/libtorch-shared-with-deps-latest.zip", "preview,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,libtorch,macos,accnone,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.y,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.z,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,rocm5.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,pip,windows,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,windows,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,windows,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "preview,pip,windows,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "preview,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip", "preview,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip", "preview,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip", "preview,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-latest.zip", "preview,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows", "stable,pip,linux,accnone,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "stable,pip,linux,cuda.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "stable,pip,linux,cuda.y,python": "pip3 install torch torchvision", "stable,pip,linux,cuda.z,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2", "stable,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.13.0%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.13.0%2Bcu126.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.13.0%2Bcu130.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu132/libtorch-shared-with-deps-2.13.0%2Bcu132.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm7.2/libtorch-shared-with-deps-2.13.0%2Brocm7.2.zip", "stable,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,accnone,python": "pip3 install torch torchvision", "stable,libtorch,macos,accnone,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.13.0.zip", "stable,libtorch,macos,cuda.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.13.0.zip", "stable,libtorch,macos,cuda.y,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.13.0.zip", "stable,libtorch,macos,cuda.z,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.13.0.zip", "stable,libtorch,macos,rocm5.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.13.0.zip", "stable,pip,windows,accnone,python": "pip3 install torch torchvision", "stable,pip,windows,cuda.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "stable,pip,windows,cuda.y,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "stable,pip,windows,cuda.z,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "stable,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.13.0%2Bcpu.zip", "stable,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.13.0%2Bcu126.zip", "stable,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.13.0%2Bcu130.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-2.13.0%2Bcu132.zip", "stable,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows"}; + var object = {"preview,pip,linux,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,linux,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,linux,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "preview,pip,linux,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "preview,pip,linux,rocm5.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm10.0", "preview,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu132/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm10.0/libtorch-shared-with-deps-latest.zip", "preview,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,libtorch,macos,accnone,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.y,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.z,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,rocm5.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,pip,windows,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,windows,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,windows,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "preview,pip,windows,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "preview,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip", "preview,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip", "preview,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip", "preview,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-latest.zip", "preview,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows", "stable,pip,linux,accnone,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "stable,pip,linux,cuda.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "stable,pip,linux,cuda.y,python": "pip3 install torch torchvision", "stable,pip,linux,cuda.z,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.14", "stable,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.14.0%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.14.0%2Bcu126.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.14.0%2Bcu130.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu132/libtorch-shared-with-deps-2.14.0%2Bcu132.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm7.14/libtorch-shared-with-deps-2.14.0%2Brocm7.14.zip", "stable,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,accnone,python": "pip3 install torch torchvision", "stable,libtorch,macos,accnone,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.14.0.zip", "stable,libtorch,macos,cuda.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.14.0.zip", "stable,libtorch,macos,cuda.y,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.14.0.zip", "stable,libtorch,macos,cuda.z,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.14.0.zip", "stable,libtorch,macos,rocm5.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.14.0.zip", "stable,pip,windows,accnone,python": "pip3 install torch torchvision", "stable,pip,windows,cuda.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "stable,pip,windows,cuda.y,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "stable,pip,windows,cuda.z,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "stable,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.14.0%2Bcpu.zip", "stable,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.14.0%2Bcu126.zip", "stable,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.14.0%2Bcu130.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-2.14.0%2Bcu132.zip", "stable,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows"}; if (!object.hasOwnProperty(key)) { $("#command").html( diff --git a/published_versions.json b/published_versions.json index dbffe28e7..d60a44291 100644 --- a/published_versions.json +++ b/published_versions.json @@ -1,5 +1,5 @@ { - "latest_stable": "2.13.0", + "latest_stable": "2.14.0", "latest_lts": "lts-1.8.2", "versions": { "preview": { @@ -23,7 +23,7 @@ }, "rocm5.x": { "note": null, - "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2" + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm10.0" } }, "libtorch": { @@ -54,7 +54,7 @@ "rocm5.x": { "note": null, "versions": { - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm7.2/libtorch-shared-with-deps-latest.zip" + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm10.0/libtorch-shared-with-deps-latest.zip" } } } @@ -7623,6 +7623,182 @@ } } } + }, + "2.14.0": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision" + }, + "cuda.z": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132" + }, + "rocm5.x": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.14" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.14.0%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.14.0%2Bcu126.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.14.0%2Bcu130.zip" + } + }, + "cuda.z": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu132/libtorch-shared-with-deps-2.14.0%2Bcu132.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm7.14/libtorch-shared-with-deps-2.14.0%2Brocm7.14.zip" + } + } + } + }, + "macos": { + "pip": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision", + "default": true + }, + "cuda.z": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision", + "default": true + }, + "accnone": { + "note": null, + "command": "pip3 install torch torchvision" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.14.0.zip" + } + }, + "cuda.x": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.14.0.zip" + } + }, + "cuda.y": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.14.0.zip" + } + }, + "cuda.z": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.14.0.zip" + } + }, + "rocm5.x": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.14.0.zip" + } + } + } + }, + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130" + }, + "cuda.z": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.14.0%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.14.0%2Bcu126.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.14.0%2Bcu130.zip" + } + }, + "cuda.z": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-2.14.0%2Bcu132.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null + } + } + } } } } \ No newline at end of file diff --git a/releases.json b/releases.json index f6a4d4286..fc7c355d4 100644 --- a/releases.json +++ b/releases.json @@ -13,7 +13,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.10", @@ -27,7 +27,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.10", @@ -41,7 +41,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.10", @@ -55,35 +55,21 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.10", "gpu_arch_type": "rocm", - "gpu_arch_version": "7.1", - "desired_cuda": "rocm7.1", - "container_image": "pytorch/manylinux2_28-builder:rocm7.1", + "gpu_arch_version": "10.0", + "desired_cuda": "rocm10.0", + "container_image": "pytorch/manylinux2_28-builder:rocm10.0", "package_type": "manywheel", - "build_name": "manywheel-py3_10-rocm7_1", + "build_name": "manywheel-py3_10-rocm10_0", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm10.0", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.10", - "gpu_arch_type": "rocm", - "gpu_arch_version": "7.2", - "desired_cuda": "rocm7.2", - "container_image": "pytorch/manylinux2_28-builder:rocm7.2", - "package_type": "manywheel", - "build_name": "manywheel-py3_10-rocm7_2", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", @@ -97,7 +83,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", @@ -111,7 +97,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", @@ -125,7 +111,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", @@ -139,35 +125,21 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", "gpu_arch_type": "rocm", - "gpu_arch_version": "7.1", - "desired_cuda": "rocm7.1", - "container_image": "pytorch/manylinux2_28-builder:rocm7.1", + "gpu_arch_version": "10.0", + "desired_cuda": "rocm10.0", + "container_image": "pytorch/manylinux2_28-builder:rocm10.0", "package_type": "manywheel", - "build_name": "manywheel-py3_11-rocm7_1", + "build_name": "manywheel-py3_11-rocm10_0", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm10.0", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.11", - "gpu_arch_type": "rocm", - "gpu_arch_version": "7.2", - "desired_cuda": "rocm7.2", - "container_image": "pytorch/manylinux2_28-builder:rocm7.2", - "package_type": "manywheel", - "build_name": "manywheel-py3_11-rocm7_2", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", @@ -181,7 +153,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", @@ -195,7 +167,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", @@ -209,7 +181,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", @@ -223,35 +195,21 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.12", - "gpu_arch_type": "rocm", - "gpu_arch_version": "7.1", - "desired_cuda": "rocm7.1", - "container_image": "pytorch/manylinux2_28-builder:rocm7.1", - "package_type": "manywheel", - "build_name": "manywheel-py3_12-rocm7_1", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", "gpu_arch_type": "rocm", - "gpu_arch_version": "7.2", - "desired_cuda": "rocm7.2", - "container_image": "pytorch/manylinux2_28-builder:rocm7.2", + "gpu_arch_version": "10.0", + "desired_cuda": "rocm10.0", + "container_image": "pytorch/manylinux2_28-builder:rocm10.0", "package_type": "manywheel", - "build_name": "manywheel-py3_12-rocm7_2", + "build_name": "manywheel-py3_12-rocm10_0", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm10.0", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -265,7 +223,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -279,7 +237,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -293,7 +251,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -307,35 +265,21 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", "gpu_arch_type": "rocm", - "gpu_arch_version": "7.1", - "desired_cuda": "rocm7.1", - "container_image": "pytorch/manylinux2_28-builder:rocm7.1", + "gpu_arch_version": "10.0", + "desired_cuda": "rocm10.0", + "container_image": "pytorch/manylinux2_28-builder:rocm10.0", "package_type": "manywheel", - "build_name": "manywheel-py3_13-rocm7_1", + "build_name": "manywheel-py3_13-rocm10_0", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm10.0", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.13", - "gpu_arch_type": "rocm", - "gpu_arch_version": "7.2", - "desired_cuda": "rocm7.2", - "container_image": "pytorch/manylinux2_28-builder:rocm7.2", - "package_type": "manywheel", - "build_name": "manywheel-py3_13-rocm7_2", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", @@ -349,7 +293,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", @@ -363,7 +307,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", @@ -377,7 +321,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", @@ -391,35 +335,21 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.14", - "gpu_arch_type": "rocm", - "gpu_arch_version": "7.1", - "desired_cuda": "rocm7.1", - "container_image": "pytorch/manylinux2_28-builder:rocm7.1", - "package_type": "manywheel", - "build_name": "manywheel-py3_14-rocm7_1", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", "gpu_arch_type": "rocm", - "gpu_arch_version": "7.2", - "desired_cuda": "rocm7.2", - "container_image": "pytorch/manylinux2_28-builder:rocm7.2", + "gpu_arch_version": "10.0", + "desired_cuda": "rocm10.0", + "container_image": "pytorch/manylinux2_28-builder:rocm10.0", "package_type": "manywheel", - "build_name": "manywheel-py3_14-rocm7_2", + "build_name": "manywheel-py3_14-rocm10_0", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm10.0", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -433,7 +363,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -447,7 +377,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -461,7 +391,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -475,35 +405,21 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.14t", - "gpu_arch_type": "rocm", - "gpu_arch_version": "7.1", - "desired_cuda": "rocm7.1", - "container_image": "pytorch/manylinux2_28-builder:rocm7.1", - "package_type": "manywheel", - "build_name": "manywheel-py3_14t-rocm7_1", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", "gpu_arch_type": "rocm", - "gpu_arch_version": "7.2", - "desired_cuda": "rocm7.2", - "container_image": "pytorch/manylinux2_28-builder:rocm7.2", + "gpu_arch_version": "10.0", + "desired_cuda": "rocm10.0", + "container_image": "pytorch/manylinux2_28-builder:rocm10.0", "package_type": "manywheel", - "build_name": "manywheel-py3_14t-rocm7_2", + "build_name": "manywheel-py3_14t-rocm10_0", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm10.0", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cpu", @@ -518,7 +434,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cuda", @@ -533,7 +449,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cuda", @@ -548,7 +464,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cuda", @@ -563,37 +479,22 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.13.0" - }, - { - "gpu_arch_type": "rocm", - "gpu_arch_version": "7.1", - "desired_cuda": "rocm7.1", - "libtorch_variant": "shared-with-deps", - "libtorch_config": "", - "devtoolset": "cxx11-abi", - "container_image": "pytorch/libtorch-cxx11-builder:rocm7.1", - "package_type": "libtorch", - "build_name": "libtorch-rocm7_1-shared-with-deps-cxx11-abi", - "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/nightly/rocm7.1/libtorch-shared-with-deps-latest.zip", - "channel": "nightly", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "rocm", - "gpu_arch_version": "7.2", - "desired_cuda": "rocm7.2", + "gpu_arch_version": "10.0", + "desired_cuda": "rocm10.0", "libtorch_variant": "shared-with-deps", "libtorch_config": "", "devtoolset": "cxx11-abi", - "container_image": "pytorch/libtorch-cxx11-builder:rocm7.2", + "container_image": "pytorch/libtorch-cxx11-builder:rocm10.0", "package_type": "libtorch", - "build_name": "libtorch-rocm7_2-shared-with-deps-cxx11-abi", + "build_name": "libtorch-rocm10_0-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/nightly/rocm7.2/libtorch-shared-with-deps-latest.zip", + "installation": "https://download.pytorch.org/libtorch/nightly/rocm10.0/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.13.0" + "stable_version": "2.14.0" } ], "windows": [ @@ -609,7 +510,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.10", @@ -623,7 +524,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.10", @@ -637,7 +538,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.10", @@ -651,7 +552,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", @@ -665,7 +566,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", @@ -679,7 +580,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", @@ -693,7 +594,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", @@ -707,7 +608,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", @@ -721,7 +622,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", @@ -735,7 +636,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", @@ -749,7 +650,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", @@ -763,7 +664,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -777,7 +678,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -791,7 +692,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -805,7 +706,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -819,7 +720,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", @@ -833,7 +734,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", @@ -847,7 +748,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", @@ -861,7 +762,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", @@ -875,7 +776,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -889,7 +790,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -903,7 +804,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -917,7 +818,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -931,7 +832,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cpu", @@ -946,7 +847,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cuda", @@ -961,7 +862,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cuda", @@ -976,7 +877,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cuda", @@ -991,7 +892,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.13.0" + "stable_version": "2.14.0" } ], "macos": [ @@ -1007,7 +908,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11.14", @@ -1021,7 +922,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12.12", @@ -1035,7 +936,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -1049,7 +950,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14.3", @@ -1063,7 +964,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -1077,7 +978,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cpu", @@ -1092,7 +993,7 @@ "validation_runner": "macos-m1-stable", "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "channel": "nightly", - "stable_version": "2.13.0" + "stable_version": "2.14.0" } ] }, @@ -1110,7 +1011,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.10", @@ -1124,7 +1025,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.10", @@ -1138,7 +1039,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.10", @@ -1152,35 +1053,21 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.10", "gpu_arch_type": "rocm", - "gpu_arch_version": "7.1", - "desired_cuda": "rocm7.1", - "container_image": "pytorch/manylinux2_28-builder:rocm7.1", + "gpu_arch_version": "7.14", + "desired_cuda": "rocm7.14", + "container_image": "pytorch/manylinux2_28-builder:rocm7.14", "package_type": "manywheel", - "build_name": "manywheel-py3_10-rocm7_1", + "build_name": "manywheel-py3_10-rocm7_14", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.14", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.10", - "gpu_arch_type": "rocm", - "gpu_arch_version": "7.2", - "desired_cuda": "rocm7.2", - "container_image": "pytorch/manylinux2_28-builder:rocm7.2", - "package_type": "manywheel", - "build_name": "manywheel-py3_10-rocm7_2", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2", - "channel": "release", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", @@ -1194,7 +1081,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", @@ -1208,7 +1095,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", @@ -1222,7 +1109,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", @@ -1236,35 +1123,21 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", "gpu_arch_type": "rocm", - "gpu_arch_version": "7.1", - "desired_cuda": "rocm7.1", - "container_image": "pytorch/manylinux2_28-builder:rocm7.1", + "gpu_arch_version": "7.14", + "desired_cuda": "rocm7.14", + "container_image": "pytorch/manylinux2_28-builder:rocm7.14", "package_type": "manywheel", - "build_name": "manywheel-py3_11-rocm7_1", + "build_name": "manywheel-py3_11-rocm7_14", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.14", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.11", - "gpu_arch_type": "rocm", - "gpu_arch_version": "7.2", - "desired_cuda": "rocm7.2", - "container_image": "pytorch/manylinux2_28-builder:rocm7.2", - "package_type": "manywheel", - "build_name": "manywheel-py3_11-rocm7_2", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2", - "channel": "release", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", @@ -1278,7 +1151,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", @@ -1292,7 +1165,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", @@ -1306,7 +1179,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", @@ -1320,35 +1193,21 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.12", - "gpu_arch_type": "rocm", - "gpu_arch_version": "7.1", - "desired_cuda": "rocm7.1", - "container_image": "pytorch/manylinux2_28-builder:rocm7.1", - "package_type": "manywheel", - "build_name": "manywheel-py3_12-rocm7_1", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1", - "channel": "release", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", "gpu_arch_type": "rocm", - "gpu_arch_version": "7.2", - "desired_cuda": "rocm7.2", - "container_image": "pytorch/manylinux2_28-builder:rocm7.2", + "gpu_arch_version": "7.14", + "desired_cuda": "rocm7.14", + "container_image": "pytorch/manylinux2_28-builder:rocm7.14", "package_type": "manywheel", - "build_name": "manywheel-py3_12-rocm7_2", + "build_name": "manywheel-py3_12-rocm7_14", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.14", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -1362,7 +1221,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -1376,7 +1235,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -1390,7 +1249,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -1404,35 +1263,21 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", "gpu_arch_type": "rocm", - "gpu_arch_version": "7.1", - "desired_cuda": "rocm7.1", - "container_image": "pytorch/manylinux2_28-builder:rocm7.1", + "gpu_arch_version": "7.14", + "desired_cuda": "rocm7.14", + "container_image": "pytorch/manylinux2_28-builder:rocm7.14", "package_type": "manywheel", - "build_name": "manywheel-py3_13-rocm7_1", + "build_name": "manywheel-py3_13-rocm7_14", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.14", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.13", - "gpu_arch_type": "rocm", - "gpu_arch_version": "7.2", - "desired_cuda": "rocm7.2", - "container_image": "pytorch/manylinux2_28-builder:rocm7.2", - "package_type": "manywheel", - "build_name": "manywheel-py3_13-rocm7_2", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2", - "channel": "release", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", @@ -1446,7 +1291,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", @@ -1460,7 +1305,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", @@ -1474,7 +1319,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", @@ -1488,35 +1333,21 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.14", - "gpu_arch_type": "rocm", - "gpu_arch_version": "7.1", - "desired_cuda": "rocm7.1", - "container_image": "pytorch/manylinux2_28-builder:rocm7.1", - "package_type": "manywheel", - "build_name": "manywheel-py3_14-rocm7_1", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1", - "channel": "release", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", "gpu_arch_type": "rocm", - "gpu_arch_version": "7.2", - "desired_cuda": "rocm7.2", - "container_image": "pytorch/manylinux2_28-builder:rocm7.2", + "gpu_arch_version": "7.14", + "desired_cuda": "rocm7.14", + "container_image": "pytorch/manylinux2_28-builder:rocm7.14", "package_type": "manywheel", - "build_name": "manywheel-py3_14-rocm7_2", + "build_name": "manywheel-py3_14-rocm7_14", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.14", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -1530,7 +1361,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -1544,7 +1375,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -1558,7 +1389,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -1572,35 +1403,21 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.14t", - "gpu_arch_type": "rocm", - "gpu_arch_version": "7.1", - "desired_cuda": "rocm7.1", - "container_image": "pytorch/manylinux2_28-builder:rocm7.1", - "package_type": "manywheel", - "build_name": "manywheel-py3_14t-rocm7_1", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1", - "channel": "release", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", "gpu_arch_type": "rocm", - "gpu_arch_version": "7.2", - "desired_cuda": "rocm7.2", - "container_image": "pytorch/manylinux2_28-builder:rocm7.2", + "gpu_arch_version": "7.14", + "desired_cuda": "rocm7.14", + "container_image": "pytorch/manylinux2_28-builder:rocm7.14", "package_type": "manywheel", - "build_name": "manywheel-py3_14t-rocm7_2", + "build_name": "manywheel-py3_14t-rocm7_14", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.14", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cpu", @@ -1613,9 +1430,9 @@ "package_type": "libtorch", "build_name": "libtorch-cpu-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.13.0%2Bcpu.zip", + "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.14.0%2Bcpu.zip", "channel": "release", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cuda", @@ -1628,9 +1445,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda12_6-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.13.0%2Bcu126.zip", + "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.14.0%2Bcu126.zip", "channel": "release", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cuda", @@ -1643,9 +1460,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda13_0-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.13.0%2Bcu130.zip", + "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.14.0%2Bcu130.zip", "channel": "release", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cuda", @@ -1658,39 +1475,24 @@ "package_type": "libtorch", "build_name": "libtorch-cuda13_2-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/cu132/libtorch-shared-with-deps-2.13.0%2Bcu132.zip", - "channel": "release", - "stable_version": "2.13.0" - }, - { - "gpu_arch_type": "rocm", - "gpu_arch_version": "7.1", - "desired_cuda": "rocm7.1", - "libtorch_variant": "shared-with-deps", - "libtorch_config": "", - "devtoolset": "cxx11-abi", - "container_image": "pytorch/libtorch-cxx11-builder:rocm7.1", - "package_type": "libtorch", - "build_name": "libtorch-rocm7_1-shared-with-deps-cxx11-abi", - "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/rocm7.1/libtorch-shared-with-deps-2.13.0%2Brocm7.1.zip", + "installation": "https://download.pytorch.org/libtorch/cu132/libtorch-shared-with-deps-2.14.0%2Bcu132.zip", "channel": "release", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "rocm", - "gpu_arch_version": "7.2", - "desired_cuda": "rocm7.2", + "gpu_arch_version": "7.14", + "desired_cuda": "rocm7.14", "libtorch_variant": "shared-with-deps", "libtorch_config": "", "devtoolset": "cxx11-abi", - "container_image": "pytorch/libtorch-cxx11-builder:rocm7.2", + "container_image": "pytorch/libtorch-cxx11-builder:rocm7.14", "package_type": "libtorch", - "build_name": "libtorch-rocm7_2-shared-with-deps-cxx11-abi", + "build_name": "libtorch-rocm7_14-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/rocm7.2/libtorch-shared-with-deps-2.13.0%2Brocm7.2.zip", + "installation": "https://download.pytorch.org/libtorch/rocm7.14/libtorch-shared-with-deps-2.14.0%2Brocm7.14.zip", "channel": "release", - "stable_version": "2.13.0" + "stable_version": "2.14.0" } ], "windows": [ @@ -1706,7 +1508,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.10", @@ -1720,7 +1522,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.10", @@ -1734,7 +1536,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.10", @@ -1748,7 +1550,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", @@ -1762,7 +1564,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", @@ -1776,7 +1578,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", @@ -1790,7 +1592,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11", @@ -1804,7 +1606,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", @@ -1818,7 +1620,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", @@ -1832,7 +1634,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", @@ -1846,7 +1648,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12", @@ -1860,7 +1662,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -1874,7 +1676,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -1888,7 +1690,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -1902,7 +1704,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -1916,7 +1718,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", @@ -1930,7 +1732,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", @@ -1944,7 +1746,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", @@ -1958,7 +1760,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14", @@ -1972,7 +1774,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -1986,7 +1788,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -2000,7 +1802,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -2014,7 +1816,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -2028,7 +1830,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cpu", @@ -2041,9 +1843,9 @@ "package_type": "libtorch", "build_name": "libtorch-cpu-shared-with-deps-release", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.13.0%2Bcpu.zip", + "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.14.0%2Bcpu.zip", "channel": "release", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cuda", @@ -2056,9 +1858,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda12_6-shared-with-deps-release", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.13.0%2Bcu126.zip", + "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.14.0%2Bcu126.zip", "channel": "release", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cuda", @@ -2071,9 +1873,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda13_0-shared-with-deps-release", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.13.0%2Bcu130.zip", + "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.14.0%2Bcu130.zip", "channel": "release", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cuda", @@ -2086,9 +1888,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda13_2-shared-with-deps-release", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-2.13.0%2Bcu132.zip", + "installation": "https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-2.14.0%2Bcu132.zip", "channel": "release", - "stable_version": "2.13.0" + "stable_version": "2.14.0" } ], "macos": [ @@ -2104,7 +1906,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.11.14", @@ -2118,7 +1920,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.12.12", @@ -2132,7 +1934,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.13", @@ -2146,7 +1948,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14.3", @@ -2160,7 +1962,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "python_version": "3.14t", @@ -2174,7 +1976,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cpu", @@ -2187,9 +1989,9 @@ "package_type": "libtorch", "build_name": "libtorch-cpu-shared-with-deps-cxx11-abi", "validation_runner": "macos-m1-stable", - "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.13.0.zip", + "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.14.0.zip", "channel": "release", - "stable_version": "2.13.0" + "stable_version": "2.14.0" } ] }