From 316a7e99bff61f7594b757cb5ec730e59c435d8c Mon Sep 17 00:00:00 2001 From: atalman Date: Wed, 8 Apr 2026 18:52:21 +0000 Subject: [PATCH] Modify published_versions.json, releases.json and quick-start-module.js --- assets/quick-start-module.js | 4 +- published_versions.json | 20 +-- releases.json | 332 +++++++++++++++++------------------ 3 files changed, 178 insertions(+), 178 deletions(-) diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js index 5f5dc8a88894..9207ca37bc13 100644 --- a/assets/quick-start-module.js +++ b/assets/quick-start-module.js @@ -11,7 +11,7 @@ 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", "12.8"], "cuda.z": ["cuda", "13.0"], "rocm5.x": ["rocm", "7.2"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "13.0"], "rocm5.x": ["rocm", "7.2"]}} +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", "12.8"], "cuda.z": ["cuda", "13.0"], "rocm5.x": ["rocm", "7.2"]}} let stable_version="Stable (2.11.0)"; var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS(); @@ -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/cu128", "preview,pip,linux,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "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/cu128/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu130/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/cu128", "preview,pip,windows,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "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
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-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
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-debug-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 --index-url https://download.pytorch.org/whl/cu128", "stable,pip,linux,cuda.z,python": "pip3 install torch torchvision", "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.11.0%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.11.0%2Bcu126.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.11.0%2Bcu128.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.11.0%2Bcu130.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm7.2/libtorch-shared-with-deps-2.11.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.11.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.11.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.11.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.11.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.11.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/cu128", "stable,pip,windows,cuda.z,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "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.11.0%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.11.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.11.0%2Bcu126.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.11.0%2Bcu126.zip", "stable,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.11.0%2Bcu128.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.11.0%2Bcu128.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.11.0%2Bcu130.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-debug-2.11.0%2Bcu130.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/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
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-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
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-debug-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
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-debug-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
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-debug-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 --index-url https://download.pytorch.org/whl/cu128", "stable,pip,linux,cuda.z,python": "pip3 install torch torchvision", "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.11.0%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.11.0%2Bcu126.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.11.0%2Bcu128.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.11.0%2Bcu130.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm7.2/libtorch-shared-with-deps-2.11.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.11.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.11.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.11.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.11.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.11.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/cu128", "stable,pip,windows,cuda.z,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "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.11.0%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.11.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.11.0%2Bcu126.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.11.0%2Bcu126.zip", "stable,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.11.0%2Bcu128.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.11.0%2Bcu128.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.11.0%2Bcu130.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-debug-2.11.0%2Bcu130.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 0b73388a7e09..b93c62d8cb90 100644 --- a/published_versions.json +++ b/published_versions.json @@ -15,11 +15,11 @@ }, "cuda.y": { "note": null, - "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128" + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130" }, "cuda.z": { "note": null, - "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130" + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132" }, "rocm5.x": { "note": null, @@ -42,13 +42,13 @@ "cuda.y": { "note": null, "versions": { - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu128/libtorch-shared-with-deps-latest.zip" + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip" } }, "cuda.z": { "note": null, "versions": { - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip" + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-shared-with-deps-latest.zip" } }, "rocm5.x": { @@ -135,11 +135,11 @@ }, "cuda.y": { "note": null, - "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128" + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130" }, "cuda.z": { "note": null, - "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130" + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132" }, "rocm5.x": { "note": "NOTE: ROCm is not available on Windows", @@ -164,15 +164,15 @@ "cuda.y": { "note": null, "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-latest.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-debug-latest.zip" + "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-debug-latest.zip" } }, "cuda.z": { "note": null, "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-debug-latest.zip" + "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-latest.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-debug-latest.zip" } }, "rocm5.x": { diff --git a/releases.json b/releases.json index dcc06ea72696..9e9bb09d2305 100644 --- a/releases.json +++ b/releases.json @@ -32,13 +32,13 @@ { "python_version": "3.10", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", + "container_image": "pytorch/manylinux2_28-builder:cuda13.0", "package_type": "manywheel", - "build_name": "manywheel-py3_10-cuda12_8", + "build_name": "manywheel-py3_10-cuda13_0", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.11.0" @@ -46,13 +46,13 @@ { "python_version": "3.10", "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", + "gpu_arch_version": "13.2", + "desired_cuda": "cu132", + "container_image": "pytorch/manylinux2_28-builder:cuda13.2", "package_type": "manywheel", - "build_name": "manywheel-py3_10-cuda13_0", + "build_name": "manywheel-py3_10-cuda13_2", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", + "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.11.0" @@ -116,13 +116,13 @@ { "python_version": "3.11", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", + "container_image": "pytorch/manylinux2_28-builder:cuda13.0", "package_type": "manywheel", - "build_name": "manywheel-py3_11-cuda12_8", + "build_name": "manywheel-py3_11-cuda13_0", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.11.0" @@ -130,13 +130,13 @@ { "python_version": "3.11", "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", + "gpu_arch_version": "13.2", + "desired_cuda": "cu132", + "container_image": "pytorch/manylinux2_28-builder:cuda13.2", "package_type": "manywheel", - "build_name": "manywheel-py3_11-cuda13_0", + "build_name": "manywheel-py3_11-cuda13_2", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", + "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.11.0" @@ -200,13 +200,13 @@ { "python_version": "3.12", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", + "container_image": "pytorch/manylinux2_28-builder:cuda13.0", "package_type": "manywheel", - "build_name": "manywheel-py3_12-cuda12_8", + "build_name": "manywheel-py3_12-cuda13_0", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.11.0" @@ -214,13 +214,13 @@ { "python_version": "3.12", "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", + "gpu_arch_version": "13.2", + "desired_cuda": "cu132", + "container_image": "pytorch/manylinux2_28-builder:cuda13.2", "package_type": "manywheel", - "build_name": "manywheel-py3_12-cuda13_0", + "build_name": "manywheel-py3_12-cuda13_2", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", + "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.11.0" @@ -284,13 +284,13 @@ { "python_version": "3.13", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", + "container_image": "pytorch/manylinux2_28-builder:cuda13.0", "package_type": "manywheel", - "build_name": "manywheel-py3_13-cuda12_8", + "build_name": "manywheel-py3_13-cuda13_0", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.11.0" @@ -298,13 +298,13 @@ { "python_version": "3.13", "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", + "gpu_arch_version": "13.2", + "desired_cuda": "cu132", + "container_image": "pytorch/manylinux2_28-builder:cuda13.2", "package_type": "manywheel", - "build_name": "manywheel-py3_13-cuda13_0", + "build_name": "manywheel-py3_13-cuda13_2", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", + "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.11.0" @@ -368,13 +368,13 @@ { "python_version": "3.13t", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", + "container_image": "pytorch/manylinux2_28-builder:cuda13.0", "package_type": "manywheel", - "build_name": "manywheel-py3_13t-cuda12_8", + "build_name": "manywheel-py3_13t-cuda13_0", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.11.0" @@ -382,13 +382,13 @@ { "python_version": "3.13t", "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", + "gpu_arch_version": "13.2", + "desired_cuda": "cu132", + "container_image": "pytorch/manylinux2_28-builder:cuda13.2", "package_type": "manywheel", - "build_name": "manywheel-py3_13t-cuda13_0", + "build_name": "manywheel-py3_13t-cuda13_2", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", + "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.11.0" @@ -452,13 +452,13 @@ { "python_version": "3.14", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", + "container_image": "pytorch/manylinux2_28-builder:cuda13.0", "package_type": "manywheel", - "build_name": "manywheel-py3_14-cuda12_8", + "build_name": "manywheel-py3_14-cuda13_0", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.11.0" @@ -466,13 +466,13 @@ { "python_version": "3.14", "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", + "gpu_arch_version": "13.2", + "desired_cuda": "cu132", + "container_image": "pytorch/manylinux2_28-builder:cuda13.2", "package_type": "manywheel", - "build_name": "manywheel-py3_14-cuda13_0", + "build_name": "manywheel-py3_14-cuda13_2", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", + "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.11.0" @@ -536,13 +536,13 @@ { "python_version": "3.14t", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", + "container_image": "pytorch/manylinux2_28-builder:cuda13.0", "package_type": "manywheel", - "build_name": "manywheel-py3_14t-cuda12_8", + "build_name": "manywheel-py3_14t-cuda13_0", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.11.0" @@ -550,13 +550,13 @@ { "python_version": "3.14t", "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", + "gpu_arch_version": "13.2", + "desired_cuda": "cu132", + "container_image": "pytorch/manylinux2_28-builder:cuda13.2", "package_type": "manywheel", - "build_name": "manywheel-py3_14t-cuda13_0", + "build_name": "manywheel-py3_14t-cuda13_2", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", + "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.11.0" @@ -621,31 +621,31 @@ }, { "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", "libtorch_variant": "shared-with-deps", "libtorch_config": "", "devtoolset": "cxx11-abi", - "container_image": "pytorch/libtorch-cxx11-builder:cuda12.8", + "container_image": "pytorch/libtorch-cxx11-builder:cuda13.0", "package_type": "libtorch", - "build_name": "libtorch-cuda12_8-shared-with-deps-cxx11-abi", + "build_name": "libtorch-cuda13_0-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/nightly/cu128/libtorch-shared-with-deps-latest.zip", + "installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip", "channel": "nightly", "stable_version": "2.11.0" }, { "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", + "gpu_arch_version": "13.2", + "desired_cuda": "cu132", "libtorch_variant": "shared-with-deps", "libtorch_config": "", "devtoolset": "cxx11-abi", - "container_image": "pytorch/libtorch-cxx11-builder:cuda13.0", + "container_image": "pytorch/libtorch-cxx11-builder:cuda13.2", "package_type": "libtorch", - "build_name": "libtorch-cuda13_0-shared-with-deps-cxx11-abi", + "build_name": "libtorch-cuda13_2-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip", + "installation": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-shared-with-deps-latest.zip", "channel": "nightly", "stable_version": "2.11.0" }, @@ -712,13 +712,13 @@ { "python_version": "3.10", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", + "container_image": "pytorch/manylinux2_28-builder:cuda13.0", "package_type": "wheel", - "build_name": "wheel-py3_10-cuda12_8", + "build_name": "wheel-py3_10-cuda13_0", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.11.0" @@ -726,13 +726,13 @@ { "python_version": "3.10", "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", + "gpu_arch_version": "13.2", + "desired_cuda": "cu132", + "container_image": "pytorch/manylinux2_28-builder:cuda13.2", "package_type": "wheel", - "build_name": "wheel-py3_10-cuda13_0", + "build_name": "wheel-py3_10-cuda13_2", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", + "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.11.0" @@ -768,13 +768,13 @@ { "python_version": "3.11", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", + "container_image": "pytorch/manylinux2_28-builder:cuda13.0", "package_type": "wheel", - "build_name": "wheel-py3_11-cuda12_8", + "build_name": "wheel-py3_11-cuda13_0", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.11.0" @@ -782,13 +782,13 @@ { "python_version": "3.11", "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", + "gpu_arch_version": "13.2", + "desired_cuda": "cu132", + "container_image": "pytorch/manylinux2_28-builder:cuda13.2", "package_type": "wheel", - "build_name": "wheel-py3_11-cuda13_0", + "build_name": "wheel-py3_11-cuda13_2", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", + "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.11.0" @@ -824,13 +824,13 @@ { "python_version": "3.12", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", + "container_image": "pytorch/manylinux2_28-builder:cuda13.0", "package_type": "wheel", - "build_name": "wheel-py3_12-cuda12_8", + "build_name": "wheel-py3_12-cuda13_0", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.11.0" @@ -838,13 +838,13 @@ { "python_version": "3.12", "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", + "gpu_arch_version": "13.2", + "desired_cuda": "cu132", + "container_image": "pytorch/manylinux2_28-builder:cuda13.2", "package_type": "wheel", - "build_name": "wheel-py3_12-cuda13_0", + "build_name": "wheel-py3_12-cuda13_2", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", + "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.11.0" @@ -880,13 +880,13 @@ { "python_version": "3.13", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", + "container_image": "pytorch/manylinux2_28-builder:cuda13.0", "package_type": "wheel", - "build_name": "wheel-py3_13-cuda12_8", + "build_name": "wheel-py3_13-cuda13_0", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.11.0" @@ -894,13 +894,13 @@ { "python_version": "3.13", "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", + "gpu_arch_version": "13.2", + "desired_cuda": "cu132", + "container_image": "pytorch/manylinux2_28-builder:cuda13.2", "package_type": "wheel", - "build_name": "wheel-py3_13-cuda13_0", + "build_name": "wheel-py3_13-cuda13_2", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", + "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.11.0" @@ -936,13 +936,13 @@ { "python_version": "3.13t", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", + "container_image": "pytorch/manylinux2_28-builder:cuda13.0", "package_type": "wheel", - "build_name": "wheel-py3_13t-cuda12_8", + "build_name": "wheel-py3_13t-cuda13_0", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.11.0" @@ -950,13 +950,13 @@ { "python_version": "3.13t", "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", + "gpu_arch_version": "13.2", + "desired_cuda": "cu132", + "container_image": "pytorch/manylinux2_28-builder:cuda13.2", "package_type": "wheel", - "build_name": "wheel-py3_13t-cuda13_0", + "build_name": "wheel-py3_13t-cuda13_2", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", + "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.11.0" @@ -992,13 +992,13 @@ { "python_version": "3.14", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", + "container_image": "pytorch/manylinux2_28-builder:cuda13.0", "package_type": "wheel", - "build_name": "wheel-py3_14-cuda12_8", + "build_name": "wheel-py3_14-cuda13_0", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.11.0" @@ -1006,13 +1006,13 @@ { "python_version": "3.14", "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", + "gpu_arch_version": "13.2", + "desired_cuda": "cu132", + "container_image": "pytorch/manylinux2_28-builder:cuda13.2", "package_type": "wheel", - "build_name": "wheel-py3_14-cuda13_0", + "build_name": "wheel-py3_14-cuda13_2", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", + "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.11.0" @@ -1048,13 +1048,13 @@ { "python_version": "3.14t", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", + "container_image": "pytorch/manylinux2_28-builder:cuda13.0", "package_type": "wheel", - "build_name": "wheel-py3_14t-cuda12_8", + "build_name": "wheel-py3_14t-cuda13_0", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.11.0" @@ -1062,13 +1062,13 @@ { "python_version": "3.14t", "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "container_image": "pytorch/manylinux2_28-builder:cuda13.0", + "gpu_arch_version": "13.2", + "desired_cuda": "cu132", + "container_image": "pytorch/manylinux2_28-builder:cuda13.2", "package_type": "wheel", - "build_name": "wheel-py3_14t-cuda13_0", + "build_name": "wheel-py3_14t-cuda13_2", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", + "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.11.0" @@ -1105,31 +1105,31 @@ }, { "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", "libtorch_variant": "shared-with-deps", "libtorch_config": "release", "devtoolset": "", "container_image": "", "package_type": "libtorch", - "build_name": "libtorch-cuda12_8-shared-with-deps-release", + "build_name": "libtorch-cuda13_0-shared-with-deps-release", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-latest.zip", + "installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip", "channel": "nightly", "stable_version": "2.11.0" }, { "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", + "gpu_arch_version": "13.2", + "desired_cuda": "cu132", "libtorch_variant": "shared-with-deps", "libtorch_config": "release", "devtoolset": "", "container_image": "", "package_type": "libtorch", - "build_name": "libtorch-cuda13_0-shared-with-deps-release", + "build_name": "libtorch-cuda13_2-shared-with-deps-release", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip", + "installation": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-latest.zip", "channel": "nightly", "stable_version": "2.11.0" }, @@ -1165,31 +1165,31 @@ }, { "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", "libtorch_variant": "shared-with-deps", "libtorch_config": "debug", "devtoolset": "", "container_image": "", "package_type": "libtorch", - "build_name": "libtorch-cuda12_8-shared-with-deps-debug", + "build_name": "libtorch-cuda13_0-shared-with-deps-debug", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-debug-latest.zip", + "installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-debug-latest.zip", "channel": "nightly", "stable_version": "2.11.0" }, { "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", + "gpu_arch_version": "13.2", + "desired_cuda": "cu132", "libtorch_variant": "shared-with-deps", "libtorch_config": "debug", "devtoolset": "", "container_image": "", "package_type": "libtorch", - "build_name": "libtorch-cuda13_0-shared-with-deps-debug", + "build_name": "libtorch-cuda13_2-shared-with-deps-debug", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-debug-latest.zip", + "installation": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-debug-latest.zip", "channel": "nightly", "stable_version": "2.11.0" }