From aa1ac6386f0665500221f3b3048e8c6f122f86df Mon Sep 17 00:00:00 2001 From: atalman Date: Wed, 2 Sep 2026 16:52:43 +0000 Subject: [PATCH] Modify published_versions.json, releases.json and quick-start-module.js --- assets/quick-start-module.js | 6 +- published_versions.json | 182 +++++++- releases.json | 817 ++++++++++------------------------- 3 files changed, 401 insertions(+), 604 deletions(-) diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js index bed0894c4c91..d2d6019ac762 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.14"]}, "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.14", "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.14/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 55c059a0faf7..d60a44291afa 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.14" + "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.14/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 6156b7882f76..fc7c355d4096 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,21 +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.14", - "desired_cuda": "rocm7.14", - "container_image": "pytorch/manylinux2_28-builder:rocm7.14", + "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_14", + "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.14", + "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.11", @@ -83,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", @@ -97,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", @@ -111,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", @@ -125,21 +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.14", - "desired_cuda": "rocm7.14", - "container_image": "pytorch/manylinux2_28-builder:rocm7.14", + "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_14", + "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.14", + "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.12", @@ -153,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", @@ -167,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", @@ -181,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", @@ -195,21 +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" + "stable_version": "2.14.0" }, { "python_version": "3.12", "gpu_arch_type": "rocm", - "gpu_arch_version": "7.14", - "desired_cuda": "rocm7.14", - "container_image": "pytorch/manylinux2_28-builder:rocm7.14", + "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_14", + "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.14", + "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", @@ -223,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", @@ -237,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", @@ -251,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", @@ -265,21 +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.14", - "desired_cuda": "rocm7.14", - "container_image": "pytorch/manylinux2_28-builder:rocm7.14", + "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_14", + "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.14", + "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.14", @@ -293,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", @@ -307,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", @@ -321,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", @@ -335,21 +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" + "stable_version": "2.14.0" }, { "python_version": "3.14", "gpu_arch_type": "rocm", - "gpu_arch_version": "7.14", - "desired_cuda": "rocm7.14", - "container_image": "pytorch/manylinux2_28-builder:rocm7.14", + "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_14", + "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.14", + "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", @@ -363,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", @@ -377,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", @@ -391,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", @@ -405,161 +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" + "stable_version": "2.14.0" }, { "python_version": "3.14t", "gpu_arch_type": "rocm", - "gpu_arch_version": "7.14", - "desired_cuda": "rocm7.14", - "container_image": "pytorch/manylinux2_28-builder:rocm7.14", + "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_14", + "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.14", + "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.15", - "gpu_arch_type": "cpu", - "gpu_arch_version": "", - "desired_cuda": "cpu", - "container_image": "pytorch/manylinux2_28-builder:cpu", - "package_type": "manywheel", - "build_name": "manywheel-py3_15-cpu", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.15", - "gpu_arch_type": "cuda", - "gpu_arch_version": "12.6", - "desired_cuda": "cu126", - "container_image": "pytorch/manylinux2_28-builder:cuda12.6", - "package_type": "manywheel", - "build_name": "manywheel-py3_15-cuda12_6", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.15", - "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", - "package_type": "manywheel", - "build_name": "manywheel-py3_15-cuda13_0", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu130", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.15", - "gpu_arch_type": "cuda", - "gpu_arch_version": "13.2", - "desired_cuda": "cu132", - "container_image": "pytorch/manylinux2_28-builder:cuda13.2", - "package_type": "manywheel", - "build_name": "manywheel-py3_15-cuda13_2", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu132", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.15", - "gpu_arch_type": "rocm", - "gpu_arch_version": "7.14", - "desired_cuda": "rocm7.14", - "container_image": "pytorch/manylinux2_28-builder:rocm7.14", - "package_type": "manywheel", - "build_name": "manywheel-py3_15-rocm7_14", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/rocm7.14", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.15t", - "gpu_arch_type": "cpu", - "gpu_arch_version": "", - "desired_cuda": "cpu", - "container_image": "pytorch/manylinux2_28-builder:cpu", - "package_type": "manywheel", - "build_name": "manywheel-py3_15t-cpu", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.15t", - "gpu_arch_type": "cuda", - "gpu_arch_version": "12.6", - "desired_cuda": "cu126", - "container_image": "pytorch/manylinux2_28-builder:cuda12.6", - "package_type": "manywheel", - "build_name": "manywheel-py3_15t-cuda12_6", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.15t", - "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", - "package_type": "manywheel", - "build_name": "manywheel-py3_15t-cuda13_0", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu130", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.15t", - "gpu_arch_type": "cuda", - "gpu_arch_version": "13.2", - "desired_cuda": "cu132", - "container_image": "pytorch/manylinux2_28-builder:cuda13.2", - "package_type": "manywheel", - "build_name": "manywheel-py3_15t-cuda13_2", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu132", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.15t", - "gpu_arch_type": "rocm", - "gpu_arch_version": "7.14", - "desired_cuda": "rocm7.14", - "container_image": "pytorch/manylinux2_28-builder:rocm7.14", - "package_type": "manywheel", - "build_name": "manywheel-py3_15t-rocm7_14", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/rocm7.14", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" + "stable_version": "2.14.0" }, { "gpu_arch_type": "cpu", @@ -574,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", @@ -589,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", @@ -604,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", @@ -619,22 +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" + "stable_version": "2.14.0" }, { "gpu_arch_type": "rocm", - "gpu_arch_version": "7.14", - "desired_cuda": "rocm7.14", + "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.14", + "container_image": "pytorch/libtorch-cxx11-builder:rocm10.0", "package_type": "libtorch", - "build_name": "libtorch-rocm7_14-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.14/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": [ @@ -650,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", @@ -664,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", @@ -678,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", @@ -692,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", @@ -706,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", @@ -720,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", @@ -734,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", @@ -748,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", @@ -762,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", @@ -776,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", @@ -790,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", @@ -804,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", @@ -818,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", @@ -832,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", @@ -846,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", @@ -860,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", @@ -874,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", @@ -888,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", @@ -902,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", @@ -916,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", @@ -930,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", @@ -944,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", @@ -958,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", @@ -972,119 +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" - }, - { - "python_version": "3.15", - "gpu_arch_type": "cpu", - "gpu_arch_version": "", - "desired_cuda": "cpu", - "container_image": "pytorch/manylinux2_28-builder:cpu", - "package_type": "wheel", - "build_name": "wheel-py3_15-cpu", - "validation_runner": "windows.4xlarge", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.15", - "gpu_arch_type": "cuda", - "gpu_arch_version": "12.6", - "desired_cuda": "cu126", - "container_image": "pytorch/manylinux2_28-builder:cuda12.6", - "package_type": "wheel", - "build_name": "wheel-py3_15-cuda12_6", - "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.15", - "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", - "package_type": "wheel", - "build_name": "wheel-py3_15-cuda13_0", - "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu130", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.15", - "gpu_arch_type": "cuda", - "gpu_arch_version": "13.2", - "desired_cuda": "cu132", - "container_image": "pytorch/manylinux2_28-builder:cuda13.2", - "package_type": "wheel", - "build_name": "wheel-py3_15-cuda13_2", - "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu132", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.15t", - "gpu_arch_type": "cpu", - "gpu_arch_version": "", - "desired_cuda": "cpu", - "container_image": "pytorch/manylinux2_28-builder:cpu", - "package_type": "wheel", - "build_name": "wheel-py3_15t-cpu", - "validation_runner": "windows.4xlarge", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.15t", - "gpu_arch_type": "cuda", - "gpu_arch_version": "12.6", - "desired_cuda": "cu126", - "container_image": "pytorch/manylinux2_28-builder:cuda12.6", - "package_type": "wheel", - "build_name": "wheel-py3_15t-cuda12_6", - "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.15t", - "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", - "package_type": "wheel", - "build_name": "wheel-py3_15t-cuda13_0", - "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu130", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.15t", - "gpu_arch_type": "cuda", - "gpu_arch_version": "13.2", - "desired_cuda": "cu132", - "container_image": "pytorch/manylinux2_28-builder:cuda13.2", - "package_type": "wheel", - "build_name": "wheel-py3_15t-cuda13_2", - "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch --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", @@ -1099,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", @@ -1114,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", @@ -1129,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", @@ -1144,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": [ @@ -1160,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", @@ -1174,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", @@ -1188,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", @@ -1202,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", @@ -1216,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", @@ -1230,35 +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" - }, - { - "python_version": "3.15", - "gpu_arch_type": "cpu", - "gpu_arch_version": "", - "desired_cuda": "cpu", - "container_image": "pytorch/manylinux2_28-builder:cpu", - "package_type": "wheel", - "build_name": "wheel-py3_15-cpu", - "validation_runner": "macos-m1-stable", - "installation": "pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.13.0" - }, - { - "python_version": "3.15t", - "gpu_arch_type": "cpu", - "gpu_arch_version": "", - "desired_cuda": "cpu", - "container_image": "pytorch/manylinux2_28-builder:cpu", - "package_type": "wheel", - "build_name": "wheel-py3_15t-cpu", - "validation_runner": "macos-m1-stable", - "installation": "pip3 install --pre torch --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", @@ -1273,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" } ] }, @@ -1291,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", @@ -1305,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", @@ -1319,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", @@ -1333,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" - }, - { - "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", - "package_type": "manywheel", - "build_name": "manywheel-py3_10-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.10", "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_10-rocm7_2", + "build_name": "manywheel-py3_10-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.11", @@ -1375,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", @@ -1389,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", @@ -1403,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", @@ -1417,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" - }, - { - "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", - "package_type": "manywheel", - "build_name": "manywheel-py3_11-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.11", "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_11-rocm7_2", + "build_name": "manywheel-py3_11-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.12", @@ -1459,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", @@ -1473,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", @@ -1487,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", @@ -1501,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" + "stable_version": "2.14.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" - }, - { - "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", @@ -1543,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", @@ -1557,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", @@ -1571,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", @@ -1585,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", - "package_type": "manywheel", - "build_name": "manywheel-py3_13-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" - }, - { - "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", + "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_2", + "build_name": "manywheel-py3_13-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.14", @@ -1627,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", @@ -1641,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", @@ -1655,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", @@ -1669,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", @@ -1711,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", @@ -1725,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", @@ -1739,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", @@ -1753,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" + "stable_version": "2.14.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" - }, - { - "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", @@ -1794,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", @@ -1809,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", @@ -1824,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", @@ -1839,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", + "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.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", - "channel": "release", - "stable_version": "2.13.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": [ @@ -1887,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", @@ -1901,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", @@ -1915,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", @@ -1929,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", @@ -1943,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", @@ -1957,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", @@ -1971,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", @@ -1985,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", @@ -1999,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", @@ -2013,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", @@ -2027,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", @@ -2041,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", @@ -2055,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", @@ -2069,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", @@ -2083,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", @@ -2097,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", @@ -2111,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", @@ -2125,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", @@ -2139,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", @@ -2153,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", @@ -2167,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", @@ -2181,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", @@ -2195,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", @@ -2209,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", @@ -2222,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", @@ -2237,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", @@ -2252,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", @@ -2267,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": [ @@ -2285,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", @@ -2299,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", @@ -2313,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", @@ -2327,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", @@ -2341,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", @@ -2355,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", @@ -2368,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" } ] }