diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js
index 9207ca37bc13..2a617d961f71 100644
--- a/assets/quick-start-module.js
+++ b/assets/quick-start-module.js
@@ -11,8 +11,8 @@ var archInfoMap = new Map([
['accnone', {title: "CPU", platforms: new Set(['linux', 'macos', 'windows'])}]
]);
-let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "13.0"], "cuda.z": ["cuda", "13.2"], "rocm5.x": ["rocm", "7.2"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "13.0"], "rocm5.x": ["rocm", "7.2"]}}
-let stable_version="Stable (2.11.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", "7.2"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "13.0"], "cuda.z": ["cuda", "13.2"], "rocm5.x": ["rocm", "7.2"]}}
+let stable_version="Stable (2.12.0)";
var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS();
var opts = {
@@ -267,7 +267,7 @@ $("[data-toggle='cloud-dropdown']").on("click", function(e) {
});
function commandMessage(key) {
- var object = {"preview,pip,linux,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,linux,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,linux,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "preview,pip,linux,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "preview,pip,linux,rocm5.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2", "preview,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu132/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm7.2/libtorch-shared-with-deps-latest.zip", "preview,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,libtorch,macos,accnone,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.y,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.z,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,rocm5.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,pip,windows,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,windows,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,windows,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "preview,pip,windows,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "preview,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip
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"};
+ 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", "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.12.0%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.12.0%2Bcu126.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.12.0%2Bcu130.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu132/libtorch-shared-with-deps-2.12.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.12.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.12.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.12.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.12.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.12.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.12.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.12.0%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.12.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.12.0%2Bcu126.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.12.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.12.0%2Bcu130.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-debug-2.12.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.12.0%2Bcu132.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-debug-2.12.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 b93c62d8cb90..6116fbd102bc 100644
--- a/published_versions.json
+++ b/published_versions.json
@@ -1,5 +1,5 @@
{
- "latest_stable": "2.11.0",
+ "latest_stable": "2.12.0",
"latest_lts": "lts-1.8.2",
"versions": {
"preview": {
@@ -7095,6 +7095,186 @@
}
}
}
+ },
+ "2.12.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.2"
+ }
+ },
+ "libtorch": {
+ "accnone": {
+ "note": null,
+ "versions": {
+ "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.12.0%2Bcpu.zip"
+ }
+ },
+ "cuda.x": {
+ "note": null,
+ "versions": {
+ "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.12.0%2Bcu126.zip"
+ }
+ },
+ "cuda.y": {
+ "note": null,
+ "versions": {
+ "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.12.0%2Bcu130.zip"
+ }
+ },
+ "cuda.z": {
+ "note": null,
+ "versions": {
+ "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu132/libtorch-shared-with-deps-2.12.0%2Bcu132.zip"
+ }
+ },
+ "rocm5.x": {
+ "note": null,
+ "versions": {
+ "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm7.2/libtorch-shared-with-deps-2.12.0%2Brocm7.2.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.12.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.12.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.12.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.12.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.12.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.12.0%2Bcpu.zip",
+ "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.12.0%2Bcpu.zip"
+ }
+ },
+ "cuda.x": {
+ "note": null,
+ "versions": {
+ "Download here (Release version):": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.12.0%2Bcu126.zip",
+ "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.12.0%2Bcu126.zip"
+ }
+ },
+ "cuda.y": {
+ "note": null,
+ "versions": {
+ "Download here (Release version):": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.12.0%2Bcu130.zip",
+ "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-debug-2.12.0%2Bcu130.zip"
+ }
+ },
+ "cuda.z": {
+ "note": null,
+ "versions": {
+ "Download here (Release version):": "https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-2.12.0%2Bcu132.zip",
+ "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-debug-2.12.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 9e9bb09d2305..ed8f4426fa15 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.11.0"
+ "stable_version": "2.12.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.11.0"
+ "stable_version": "2.12.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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.10",
@@ -55,7 +55,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.10",
@@ -69,7 +69,7 @@
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.10",
@@ -83,7 +83,7 @@
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11",
@@ -97,7 +97,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11",
@@ -111,7 +111,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11",
@@ -125,7 +125,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11",
@@ -139,7 +139,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11",
@@ -153,7 +153,7 @@
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11",
@@ -167,7 +167,7 @@
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12",
@@ -181,7 +181,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12",
@@ -195,7 +195,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12",
@@ -209,7 +209,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12",
@@ -223,7 +223,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12",
@@ -237,7 +237,7 @@
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12",
@@ -251,7 +251,7 @@
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -265,7 +265,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -279,7 +279,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -293,7 +293,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -307,7 +307,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -321,7 +321,7 @@
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -335,91 +335,7 @@
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
- },
- {
- "python_version": "3.13t",
- "gpu_arch_type": "cpu",
- "gpu_arch_version": "",
- "desired_cuda": "cpu",
- "container_image": "pytorch/manylinux2_28-builder:cpu",
- "package_type": "manywheel",
- "build_name": "manywheel-py3_13t-cpu",
- "validation_runner": "linux.2xlarge",
- "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.11.0"
- },
- {
- "python_version": "3.13t",
- "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_13t-cuda12_6",
- "validation_runner": "linux.g5.4xlarge.nvidia.gpu",
- "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.11.0"
- },
- {
- "python_version": "3.13t",
- "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_13t-cuda13_0",
- "validation_runner": "linux.g5.4xlarge.nvidia.gpu",
- "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"
- },
- {
- "python_version": "3.13t",
- "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_13t-cuda13_2",
- "validation_runner": "linux.g5.4xlarge.nvidia.gpu",
- "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"
- },
- {
- "python_version": "3.13t",
- "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_13t-rocm7_1",
- "validation_runner": "linux.2xlarge",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1",
- "channel": "nightly",
- "upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
- },
- {
- "python_version": "3.13t",
- "gpu_arch_type": "rocm",
- "gpu_arch_version": "7.2",
- "desired_cuda": "rocm7.2",
- "container_image": "pytorch/manylinux2_28-builder:rocm7.2",
- "package_type": "manywheel",
- "build_name": "manywheel-py3_13t-rocm7_2",
- "validation_runner": "linux.2xlarge",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2",
- "channel": "nightly",
- "upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14",
@@ -433,7 +349,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14",
@@ -447,7 +363,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14",
@@ -461,7 +377,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14",
@@ -475,7 +391,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14",
@@ -489,7 +405,7 @@
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14",
@@ -503,7 +419,7 @@
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -517,7 +433,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -531,7 +447,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -545,7 +461,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -559,7 +475,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -573,7 +489,7 @@
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -587,7 +503,7 @@
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cpu",
@@ -602,7 +518,7 @@
"validation_runner": "linux.2xlarge",
"installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip",
"channel": "nightly",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cuda",
@@ -617,7 +533,7 @@
"validation_runner": "linux.2xlarge",
"installation": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip",
"channel": "nightly",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cuda",
@@ -632,7 +548,7 @@
"validation_runner": "linux.2xlarge",
"installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip",
"channel": "nightly",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cuda",
@@ -647,7 +563,7 @@
"validation_runner": "linux.2xlarge",
"installation": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-shared-with-deps-latest.zip",
"channel": "nightly",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "rocm",
@@ -662,7 +578,7 @@
"validation_runner": "linux.2xlarge",
"installation": "https://download.pytorch.org/libtorch/nightly/rocm7.1/libtorch-shared-with-deps-latest.zip",
"channel": "nightly",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "rocm",
@@ -677,7 +593,7 @@
"validation_runner": "linux.2xlarge",
"installation": "https://download.pytorch.org/libtorch/nightly/rocm7.2/libtorch-shared-with-deps-latest.zip",
"channel": "nightly",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
}
],
"windows": [
@@ -693,7 +609,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.10",
@@ -707,7 +623,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.10",
@@ -721,7 +637,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.10",
@@ -735,7 +651,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11",
@@ -749,7 +665,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11",
@@ -763,7 +679,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11",
@@ -777,7 +693,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11",
@@ -791,7 +707,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12",
@@ -805,7 +721,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12",
@@ -819,7 +735,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12",
@@ -833,7 +749,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12",
@@ -847,7 +763,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -861,7 +777,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -875,7 +791,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -889,7 +805,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -903,63 +819,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.11.0"
- },
- {
- "python_version": "3.13t",
- "gpu_arch_type": "cpu",
- "gpu_arch_version": "",
- "desired_cuda": "cpu",
- "container_image": "pytorch/manylinux2_28-builder:cpu",
- "package_type": "wheel",
- "build_name": "wheel-py3_13t-cpu",
- "validation_runner": "windows.4xlarge",
- "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.11.0"
- },
- {
- "python_version": "3.13t",
- "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_13t-cuda12_6",
- "validation_runner": "windows.g4dn.xlarge",
- "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.11.0"
- },
- {
- "python_version": "3.13t",
- "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_13t-cuda13_0",
- "validation_runner": "windows.g4dn.xlarge",
- "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"
- },
- {
- "python_version": "3.13t",
- "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_13t-cuda13_2",
- "validation_runner": "windows.g4dn.xlarge",
- "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"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14",
@@ -973,7 +833,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14",
@@ -987,7 +847,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14",
@@ -1001,7 +861,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14",
@@ -1015,7 +875,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -1029,7 +889,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -1043,7 +903,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -1057,7 +917,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -1071,7 +931,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.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cpu",
@@ -1086,7 +946,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.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cuda",
@@ -1101,7 +961,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.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cuda",
@@ -1116,7 +976,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.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cuda",
@@ -1131,7 +991,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.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cpu",
@@ -1146,7 +1006,7 @@
"validation_runner": "windows.4xlarge",
"installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip",
"channel": "nightly",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cuda",
@@ -1161,7 +1021,7 @@
"validation_runner": "windows.4xlarge",
"installation": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-debug-latest.zip",
"channel": "nightly",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cuda",
@@ -1176,7 +1036,7 @@
"validation_runner": "windows.4xlarge",
"installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-debug-latest.zip",
"channel": "nightly",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cuda",
@@ -1191,7 +1051,7 @@
"validation_runner": "windows.4xlarge",
"installation": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-debug-latest.zip",
"channel": "nightly",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
}
],
"macos": [
@@ -1207,7 +1067,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11.14",
@@ -1221,7 +1081,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12.12",
@@ -1235,7 +1095,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -1249,21 +1109,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.11.0"
- },
- {
- "python_version": "3.13t",
- "gpu_arch_type": "cpu",
- "gpu_arch_version": "",
- "desired_cuda": "cpu",
- "container_image": "pytorch/manylinux2_28-builder:cpu",
- "package_type": "wheel",
- "build_name": "wheel-py3_13t-cpu",
- "validation_runner": "macos-m1-stable",
- "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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14.3",
@@ -1277,7 +1123,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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -1291,7 +1137,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.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cpu",
@@ -1306,7 +1152,7 @@
"validation_runner": "macos-m1-stable",
"installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip",
"channel": "nightly",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
}
]
},
@@ -1324,7 +1170,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.10",
@@ -1338,35 +1184,35 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision --index-url https://download.pytorch.org/whl/cu128",
+ "installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision",
+ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.10",
@@ -1380,7 +1226,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.10",
@@ -1394,7 +1240,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11",
@@ -1408,7 +1254,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11",
@@ -1422,35 +1268,35 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision --index-url https://download.pytorch.org/whl/cu128",
+ "installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision",
+ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11",
@@ -1464,7 +1310,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11",
@@ -1478,7 +1324,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12",
@@ -1492,7 +1338,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12",
@@ -1506,35 +1352,35 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision --index-url https://download.pytorch.org/whl/cu128",
+ "installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision",
+ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12",
@@ -1548,7 +1394,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12",
@@ -1562,7 +1408,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -1576,7 +1422,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -1590,21 +1436,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
- },
- {
- "python_version": "3.13",
- "gpu_arch_type": "cuda",
- "gpu_arch_version": "12.8",
- "desired_cuda": "cu128",
- "container_image": "pytorch/manylinux2_28-builder:cuda12.8",
- "package_type": "manywheel",
- "build_name": "manywheel-py3_13-cuda12_8",
- "validation_runner": "linux.g5.4xlarge.nvidia.gpu",
- "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128",
- "channel": "release",
- "upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -1618,119 +1450,49 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.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.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
- "gpu_arch_type": "rocm",
- "gpu_arch_version": "7.2",
- "desired_cuda": "rocm7.2",
- "container_image": "pytorch/manylinux2_28-builder:rocm7.2",
- "package_type": "manywheel",
- "build_name": "manywheel-py3_13-rocm7_2",
- "validation_runner": "linux.2xlarge",
- "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2",
- "channel": "release",
- "upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
- },
- {
- "python_version": "3.13t",
- "gpu_arch_type": "cpu",
- "gpu_arch_version": "",
- "desired_cuda": "cpu",
- "container_image": "pytorch/manylinux2_28-builder:cpu",
- "package_type": "manywheel",
- "build_name": "manywheel-py3_13t-cpu",
- "validation_runner": "linux.2xlarge",
- "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu",
- "channel": "release",
- "upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
- },
- {
- "python_version": "3.13t",
- "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_13t-cuda12_6",
- "validation_runner": "linux.g5.4xlarge.nvidia.gpu",
- "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
- "channel": "release",
- "upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
- },
- {
- "python_version": "3.13t",
- "gpu_arch_type": "cuda",
- "gpu_arch_version": "12.8",
- "desired_cuda": "cu128",
- "container_image": "pytorch/manylinux2_28-builder:cuda12.8",
- "package_type": "manywheel",
- "build_name": "manywheel-py3_13t-cuda12_8",
- "validation_runner": "linux.g5.4xlarge.nvidia.gpu",
- "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128",
- "channel": "release",
- "upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
- },
- {
- "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_13-cuda13_2",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
- "installation": "pip3 install torch torchvision",
+ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
- "python_version": "3.13t",
+ "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_13t-rocm7_1",
+ "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.11.0"
+ "stable_version": "2.12.0"
},
{
- "python_version": "3.13t",
+ "python_version": "3.13",
"gpu_arch_type": "rocm",
"gpu_arch_version": "7.2",
"desired_cuda": "rocm7.2",
"container_image": "pytorch/manylinux2_28-builder:rocm7.2",
"package_type": "manywheel",
- "build_name": "manywheel-py3_13t-rocm7_2",
+ "build_name": "manywheel-py3_13-rocm7_2",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14",
@@ -1744,7 +1506,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14",
@@ -1758,35 +1520,35 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision --index-url https://download.pytorch.org/whl/cu128",
+ "installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision",
+ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14",
@@ -1800,7 +1562,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14",
@@ -1814,7 +1576,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -1828,7 +1590,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -1842,35 +1604,35 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision --index-url https://download.pytorch.org/whl/cu128",
+ "installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision",
+ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -1884,7 +1646,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -1898,7 +1660,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cpu",
@@ -1911,9 +1673,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.11.0%2Bcpu.zip",
+ "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.12.0%2Bcpu.zip",
"channel": "release",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cuda",
@@ -1926,39 +1688,39 @@
"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.11.0%2Bcu126.zip",
+ "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.12.0%2Bcu126.zip",
"channel": "release",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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/cu128/libtorch-shared-with-deps-2.11.0%2Bcu128.zip",
+ "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.12.0%2Bcu130.zip",
"channel": "release",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.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/cu130/libtorch-shared-with-deps-2.11.0%2Bcu130.zip",
+ "installation": "https://download.pytorch.org/libtorch/cu132/libtorch-shared-with-deps-2.12.0%2Bcu132.zip",
"channel": "release",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "rocm",
@@ -1971,9 +1733,9 @@
"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.11.0%2Brocm7.1.zip",
+ "installation": "https://download.pytorch.org/libtorch/rocm7.1/libtorch-shared-with-deps-2.12.0%2Brocm7.1.zip",
"channel": "release",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "rocm",
@@ -1986,9 +1748,9 @@
"package_type": "libtorch",
"build_name": "libtorch-rocm7_2-shared-with-deps-cxx11-abi",
"validation_runner": "linux.2xlarge",
- "installation": "https://download.pytorch.org/libtorch/rocm7.2/libtorch-shared-with-deps-2.11.0%2Brocm7.2.zip",
+ "installation": "https://download.pytorch.org/libtorch/rocm7.2/libtorch-shared-with-deps-2.12.0%2Brocm7.2.zip",
"channel": "release",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
}
],
"windows": [
@@ -2004,7 +1766,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.10",
@@ -2018,35 +1780,35 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision --index-url https://download.pytorch.org/whl/cu128",
+ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision --index-url https://download.pytorch.org/whl/cu130",
+ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11",
@@ -2060,7 +1822,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11",
@@ -2074,35 +1836,35 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision --index-url https://download.pytorch.org/whl/cu128",
+ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision --index-url https://download.pytorch.org/whl/cu130",
+ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12",
@@ -2116,7 +1878,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12",
@@ -2130,35 +1892,35 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision --index-url https://download.pytorch.org/whl/cu128",
+ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision --index-url https://download.pytorch.org/whl/cu130",
+ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -2172,7 +1934,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -2186,21 +1948,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
- },
- {
- "python_version": "3.13",
- "gpu_arch_type": "cuda",
- "gpu_arch_version": "12.8",
- "desired_cuda": "cu128",
- "container_image": "pytorch/manylinux2_28-builder:cuda12.8",
- "package_type": "wheel",
- "build_name": "wheel-py3_13-cuda12_8",
- "validation_runner": "windows.g4dn.xlarge",
- "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128",
- "channel": "release",
- "upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -2214,63 +1962,21 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
- "python_version": "3.13t",
- "gpu_arch_type": "cpu",
- "gpu_arch_version": "",
- "desired_cuda": "cpu",
- "container_image": "pytorch/manylinux2_28-builder:cpu",
- "package_type": "wheel",
- "build_name": "wheel-py3_13t-cpu",
- "validation_runner": "windows.4xlarge",
- "installation": "pip3 install torch torchvision",
- "channel": "release",
- "upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
- },
- {
- "python_version": "3.13t",
- "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_13t-cuda12_6",
- "validation_runner": "windows.g4dn.xlarge",
- "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
- "channel": "release",
- "upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
- },
- {
- "python_version": "3.13t",
- "gpu_arch_type": "cuda",
- "gpu_arch_version": "12.8",
- "desired_cuda": "cu128",
- "container_image": "pytorch/manylinux2_28-builder:cuda12.8",
- "package_type": "wheel",
- "build_name": "wheel-py3_13t-cuda12_8",
- "validation_runner": "windows.g4dn.xlarge",
- "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128",
- "channel": "release",
- "upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
- },
- {
- "python_version": "3.13t",
+ "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_13t-cuda13_0",
+ "build_name": "wheel-py3_13-cuda13_2",
"validation_runner": "windows.g4dn.xlarge",
- "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130",
+ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14",
@@ -2284,7 +1990,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14",
@@ -2298,35 +2004,35 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision --index-url https://download.pytorch.org/whl/cu128",
+ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision --index-url https://download.pytorch.org/whl/cu130",
+ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -2340,7 +2046,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -2354,35 +2060,35 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision --index-url https://download.pytorch.org/whl/cu128",
+ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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 torch torchvision --index-url https://download.pytorch.org/whl/cu130",
+ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cpu",
@@ -2395,9 +2101,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.11.0%2Bcpu.zip",
+ "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.12.0%2Bcpu.zip",
"channel": "release",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cuda",
@@ -2410,39 +2116,39 @@
"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.11.0%2Bcu126.zip",
+ "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.12.0%2Bcu126.zip",
"channel": "release",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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/cu128/libtorch-win-shared-with-deps-2.11.0%2Bcu128.zip",
+ "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.12.0%2Bcu130.zip",
"channel": "release",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.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/cu130/libtorch-win-shared-with-deps-2.11.0%2Bcu130.zip",
+ "installation": "https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-2.12.0%2Bcu132.zip",
"channel": "release",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cpu",
@@ -2455,9 +2161,9 @@
"package_type": "libtorch",
"build_name": "libtorch-cpu-shared-with-deps-debug",
"validation_runner": "windows.4xlarge",
- "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.11.0%2Bcpu.zip",
+ "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.12.0%2Bcpu.zip",
"channel": "release",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cuda",
@@ -2470,39 +2176,39 @@
"package_type": "libtorch",
"build_name": "libtorch-cuda12_6-shared-with-deps-debug",
"validation_runner": "windows.4xlarge",
- "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.11.0%2Bcu126.zip",
+ "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.12.0%2Bcu126.zip",
"channel": "release",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"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/cu128/libtorch-win-shared-with-deps-debug-2.11.0%2Bcu128.zip",
+ "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-debug-2.12.0%2Bcu130.zip",
"channel": "release",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.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/cu130/libtorch-win-shared-with-deps-debug-2.11.0%2Bcu130.zip",
+ "installation": "https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-debug-2.12.0%2Bcu132.zip",
"channel": "release",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
}
],
"macos": [
@@ -2518,7 +2224,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.11.14",
@@ -2532,7 +2238,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.12.12",
@@ -2546,7 +2252,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.13",
@@ -2560,21 +2266,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
- },
- {
- "python_version": "3.13t",
- "gpu_arch_type": "cpu",
- "gpu_arch_version": "",
- "desired_cuda": "cpu",
- "container_image": "pytorch/manylinux2_28-builder:cpu",
- "package_type": "wheel",
- "build_name": "wheel-py3_13t-cpu",
- "validation_runner": "macos-m1-stable",
- "installation": "pip3 install torch torchvision",
- "channel": "release",
- "upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14.3",
@@ -2588,7 +2280,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"python_version": "3.14t",
@@ -2602,7 +2294,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
},
{
"gpu_arch_type": "cpu",
@@ -2615,9 +2307,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.11.0.zip",
+ "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.0.zip",
"channel": "release",
- "stable_version": "2.11.0"
+ "stable_version": "2.12.0"
}
]
}