diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js
index 91550af9a316..d6c11652ae5e 100644
--- a/assets/quick-start-module.js
+++ b/assets/quick-start-module.js
@@ -11,7 +11,7 @@ var archInfoMap = new Map([
['accnone', {title: "CPU", platforms: new Set(['linux', 'macos', 'windows'])}]
]);
-let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "12.9"], "rocm5.x": ["rocm", "6.4"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "12.9"], "rocm5.x": ["rocm", "6.4"]}}
+let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "13.0"], "rocm5.x": ["rocm", "6.4"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "12.9"], "rocm5.x": ["rocm", "6.4"]}}
let stable_version="Stable (2.8.0)";
var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS();
@@ -267,7 +267,7 @@ $("[data-toggle='cloud-dropdown']").on("click", function(e) {
});
function commandMessage(key) {
- var object = {"preview,pip,linux,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,linux,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,linux,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", "preview,pip,linux,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", "preview,pip,linux,rocm5.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4", "preview,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm6.4/libtorch-shared-with-deps-latest.zip", "preview,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,libtorch,macos,accnone,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.y,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.z,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,rocm5.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,pip,windows,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,windows,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,windows,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", "preview,pip,windows,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", "preview,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu129/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu129/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/cu129", "stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4", "stable,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.8.0%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.8.0%2Bcu126.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.8.0%2Bcu128.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu129/libtorch-shared-with-deps-2.8.0%2Bcu129.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.4/libtorch-shared-with-deps-2.8.0%2Brocm6.4.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.8.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.8.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.8.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.8.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.8.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/cu129", "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.8.0%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.8.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.8.0%2Bcu126.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.8.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.8.0%2Bcu128.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.8.0%2Bcu128.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu129/libtorch-win-shared-with-deps-2.8.0%2Bcu129.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu129/libtorch-win-shared-with-deps-debug-2.8.0%2Bcu129.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/cu128", "preview,pip,linux,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "preview,pip,linux,rocm5.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4", "preview,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm6.4/libtorch-shared-with-deps-latest.zip", "preview,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,libtorch,macos,accnone,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.y,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.z,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,rocm5.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,pip,windows,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,windows,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,windows,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", "preview,pip,windows,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "preview,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows", "stable,pip,linux,accnone,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "stable,pip,linux,cuda.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "stable,pip,linux,cuda.y,python": "pip3 install torch torchvision", "stable,pip,linux,cuda.z,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129", "stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4", "stable,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.8.0%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.8.0%2Bcu126.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.8.0%2Bcu128.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu129/libtorch-shared-with-deps-2.8.0%2Bcu129.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.4/libtorch-shared-with-deps-2.8.0%2Brocm6.4.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.8.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.8.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.8.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.8.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.8.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/cu129", "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.8.0%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.8.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.8.0%2Bcu126.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.8.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.8.0%2Bcu128.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.8.0%2Bcu128.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu129/libtorch-win-shared-with-deps-2.8.0%2Bcu129.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu129/libtorch-win-shared-with-deps-debug-2.8.0%2Bcu129.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 c51ff28f8d17..6333a8c5a054 100644
--- a/published_versions.json
+++ b/published_versions.json
@@ -19,7 +19,7 @@
},
"cuda.z": {
"note": null,
- "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129"
+ "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130"
},
"rocm5.x": {
"note": null,
@@ -48,7 +48,7 @@
"cuda.z": {
"note": null,
"versions": {
- "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip"
+ "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip"
}
},
"rocm5.x": {
@@ -139,7 +139,7 @@
},
"cuda.z": {
"note": null,
- "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129"
+ "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130"
},
"rocm5.x": {
"note": "NOTE: ROCm is not available on Windows",
@@ -171,8 +171,8 @@
"cuda.z": {
"note": null,
"versions": {
- "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-win-shared-with-deps-latest.zip",
- "Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-win-shared-with-deps-debug-latest.zip"
+ "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip",
+ "Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-debug-latest.zip"
}
},
"rocm5.x": {
diff --git a/releases.json b/releases.json
index 6d953e6feed0..fe470cb4a3b9 100644
--- a/releases.json
+++ b/releases.json
@@ -2,13 +2,13 @@
"nightly": {
"linux": [
{
- "python_version": "3.9",
+ "python_version": "3.10",
"gpu_arch_type": "cpu",
"gpu_arch_version": "",
"desired_cuda": "cpu",
"container_image": "pytorch/manylinux2_28-builder:cpu",
"package_type": "manywheel",
- "build_name": "manywheel-py3_9-cpu",
+ "build_name": "manywheel-py3_10-cpu",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu",
"channel": "nightly",
@@ -17,13 +17,13 @@
"use_split_build": false
},
{
- "python_version": "3.9",
+ "python_version": "3.10",
"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_9-cuda12_6",
+ "build_name": "manywheel-py3_10-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",
@@ -32,13 +32,13 @@
"use_split_build": false
},
{
- "python_version": "3.9",
+ "python_version": "3.10",
"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_9-cuda12_8",
+ "build_name": "manywheel-py3_10-cuda12_8",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
@@ -47,28 +47,28 @@
"use_split_build": false
},
{
- "python_version": "3.9",
+ "python_version": "3.10",
"gpu_arch_type": "cuda",
- "gpu_arch_version": "12.9",
- "desired_cuda": "cu129",
- "container_image": "pytorch/manylinux2_28-builder:cuda12.9",
+ "gpu_arch_version": "13.0",
+ "desired_cuda": "cu130",
+ "container_image": "pytorch/manylinux2_28-builder:cuda13.0",
"package_type": "manywheel",
- "build_name": "manywheel-py3_9-cuda12_9",
+ "build_name": "manywheel-py3_10-cuda13_0",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129",
+ "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.8.0",
"use_split_build": false
},
{
- "python_version": "3.9",
+ "python_version": "3.10",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.3",
"desired_cuda": "rocm6.3",
"container_image": "pytorch/manylinux2_28-builder:rocm6.3",
"package_type": "manywheel",
- "build_name": "manywheel-py3_9-rocm6_3",
+ "build_name": "manywheel-py3_10-rocm6_3",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.3",
"channel": "nightly",
@@ -77,13 +77,13 @@
"use_split_build": false
},
{
- "python_version": "3.9",
+ "python_version": "3.10",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"package_type": "manywheel",
- "build_name": "manywheel-py3_9-rocm6_4",
+ "build_name": "manywheel-py3_10-rocm6_4",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"channel": "nightly",
@@ -92,13 +92,13 @@
"use_split_build": false
},
{
- "python_version": "3.10",
+ "python_version": "3.11",
"gpu_arch_type": "cpu",
"gpu_arch_version": "",
"desired_cuda": "cpu",
"container_image": "pytorch/manylinux2_28-builder:cpu",
"package_type": "manywheel",
- "build_name": "manywheel-py3_10-cpu",
+ "build_name": "manywheel-py3_11-cpu",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu",
"channel": "nightly",
@@ -107,13 +107,13 @@
"use_split_build": false
},
{
- "python_version": "3.10",
+ "python_version": "3.11",
"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_10-cuda12_6",
+ "build_name": "manywheel-py3_11-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",
@@ -122,13 +122,13 @@
"use_split_build": false
},
{
- "python_version": "3.10",
+ "python_version": "3.11",
"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_10-cuda12_8",
+ "build_name": "manywheel-py3_11-cuda12_8",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
@@ -137,28 +137,28 @@
"use_split_build": false
},
{
- "python_version": "3.10",
+ "python_version": "3.11",
"gpu_arch_type": "cuda",
- "gpu_arch_version": "12.9",
- "desired_cuda": "cu129",
- "container_image": "pytorch/manylinux2_28-builder:cuda12.9",
+ "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_9",
+ "build_name": "manywheel-py3_11-cuda13_0",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129",
+ "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.8.0",
"use_split_build": false
},
{
- "python_version": "3.10",
+ "python_version": "3.11",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.3",
"desired_cuda": "rocm6.3",
"container_image": "pytorch/manylinux2_28-builder:rocm6.3",
"package_type": "manywheel",
- "build_name": "manywheel-py3_10-rocm6_3",
+ "build_name": "manywheel-py3_11-rocm6_3",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.3",
"channel": "nightly",
@@ -167,13 +167,13 @@
"use_split_build": false
},
{
- "python_version": "3.10",
+ "python_version": "3.11",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"package_type": "manywheel",
- "build_name": "manywheel-py3_10-rocm6_4",
+ "build_name": "manywheel-py3_11-rocm6_4",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"channel": "nightly",
@@ -182,13 +182,13 @@
"use_split_build": false
},
{
- "python_version": "3.11",
+ "python_version": "3.12",
"gpu_arch_type": "cpu",
"gpu_arch_version": "",
"desired_cuda": "cpu",
"container_image": "pytorch/manylinux2_28-builder:cpu",
"package_type": "manywheel",
- "build_name": "manywheel-py3_11-cpu",
+ "build_name": "manywheel-py3_12-cpu",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu",
"channel": "nightly",
@@ -197,13 +197,13 @@
"use_split_build": false
},
{
- "python_version": "3.11",
+ "python_version": "3.12",
"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_11-cuda12_6",
+ "build_name": "manywheel-py3_12-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",
@@ -212,13 +212,13 @@
"use_split_build": false
},
{
- "python_version": "3.11",
+ "python_version": "3.12",
"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_11-cuda12_8",
+ "build_name": "manywheel-py3_12-cuda12_8",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
@@ -227,28 +227,28 @@
"use_split_build": false
},
{
- "python_version": "3.11",
+ "python_version": "3.12",
"gpu_arch_type": "cuda",
- "gpu_arch_version": "12.9",
- "desired_cuda": "cu129",
- "container_image": "pytorch/manylinux2_28-builder:cuda12.9",
+ "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_9",
+ "build_name": "manywheel-py3_12-cuda13_0",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129",
+ "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.8.0",
"use_split_build": false
},
{
- "python_version": "3.11",
+ "python_version": "3.12",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.3",
"desired_cuda": "rocm6.3",
"container_image": "pytorch/manylinux2_28-builder:rocm6.3",
"package_type": "manywheel",
- "build_name": "manywheel-py3_11-rocm6_3",
+ "build_name": "manywheel-py3_12-rocm6_3",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.3",
"channel": "nightly",
@@ -257,13 +257,13 @@
"use_split_build": false
},
{
- "python_version": "3.11",
+ "python_version": "3.12",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"package_type": "manywheel",
- "build_name": "manywheel-py3_11-rocm6_4",
+ "build_name": "manywheel-py3_12-rocm6_4",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"channel": "nightly",
@@ -272,13 +272,13 @@
"use_split_build": false
},
{
- "python_version": "3.12",
+ "python_version": "3.13",
"gpu_arch_type": "cpu",
"gpu_arch_version": "",
"desired_cuda": "cpu",
"container_image": "pytorch/manylinux2_28-builder:cpu",
"package_type": "manywheel",
- "build_name": "manywheel-py3_12-cpu",
+ "build_name": "manywheel-py3_13-cpu",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu",
"channel": "nightly",
@@ -287,13 +287,13 @@
"use_split_build": false
},
{
- "python_version": "3.12",
+ "python_version": "3.13",
"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_12-cuda12_6",
+ "build_name": "manywheel-py3_13-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",
@@ -302,13 +302,13 @@
"use_split_build": false
},
{
- "python_version": "3.12",
+ "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_12-cuda12_8",
+ "build_name": "manywheel-py3_13-cuda12_8",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
@@ -317,28 +317,28 @@
"use_split_build": false
},
{
- "python_version": "3.12",
+ "python_version": "3.13",
"gpu_arch_type": "cuda",
- "gpu_arch_version": "12.9",
- "desired_cuda": "cu129",
- "container_image": "pytorch/manylinux2_28-builder:cuda12.9",
+ "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_9",
+ "build_name": "manywheel-py3_13-cuda13_0",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129",
+ "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.8.0",
"use_split_build": false
},
{
- "python_version": "3.12",
+ "python_version": "3.13",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.3",
"desired_cuda": "rocm6.3",
"container_image": "pytorch/manylinux2_28-builder:rocm6.3",
"package_type": "manywheel",
- "build_name": "manywheel-py3_12-rocm6_3",
+ "build_name": "manywheel-py3_13-rocm6_3",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.3",
"channel": "nightly",
@@ -347,13 +347,13 @@
"use_split_build": false
},
{
- "python_version": "3.12",
+ "python_version": "3.13",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"package_type": "manywheel",
- "build_name": "manywheel-py3_12-rocm6_4",
+ "build_name": "manywheel-py3_13-rocm6_4",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"channel": "nightly",
@@ -362,13 +362,13 @@
"use_split_build": false
},
{
- "python_version": "3.13",
+ "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_13-cpu",
+ "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",
@@ -377,13 +377,13 @@
"use_split_build": false
},
{
- "python_version": "3.13",
+ "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_13-cuda12_6",
+ "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",
@@ -392,13 +392,13 @@
"use_split_build": false
},
{
- "python_version": "3.13",
+ "python_version": "3.13t",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.8",
"desired_cuda": "cu128",
"container_image": "pytorch/manylinux2_28-builder:cuda12.8",
"package_type": "manywheel",
- "build_name": "manywheel-py3_13-cuda12_8",
+ "build_name": "manywheel-py3_13t-cuda12_8",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
@@ -407,28 +407,28 @@
"use_split_build": false
},
{
- "python_version": "3.13",
+ "python_version": "3.13t",
"gpu_arch_type": "cuda",
- "gpu_arch_version": "12.9",
- "desired_cuda": "cu129",
- "container_image": "pytorch/manylinux2_28-builder:cuda12.9",
+ "gpu_arch_version": "13.0",
+ "desired_cuda": "cu130",
+ "container_image": "pytorch/manylinux2_28-builder:cuda13.0",
"package_type": "manywheel",
- "build_name": "manywheel-py3_13-cuda12_9",
+ "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/cu129",
+ "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.8.0",
"use_split_build": false
},
{
- "python_version": "3.13",
+ "python_version": "3.13t",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.3",
"desired_cuda": "rocm6.3",
"container_image": "pytorch/manylinux2_28-builder:rocm6.3",
"package_type": "manywheel",
- "build_name": "manywheel-py3_13-rocm6_3",
+ "build_name": "manywheel-py3_13t-rocm6_3",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.3",
"channel": "nightly",
@@ -437,13 +437,13 @@
"use_split_build": false
},
{
- "python_version": "3.13",
+ "python_version": "3.13t",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"package_type": "manywheel",
- "build_name": "manywheel-py3_13-rocm6_4",
+ "build_name": "manywheel-py3_13t-rocm6_4",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"channel": "nightly",
@@ -452,13 +452,13 @@
"use_split_build": false
},
{
- "python_version": "3.13t",
+ "python_version": "3.14",
"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",
+ "build_name": "manywheel-py3_14-cpu",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu",
"channel": "nightly",
@@ -467,13 +467,13 @@
"use_split_build": false
},
{
- "python_version": "3.13t",
+ "python_version": "3.14",
"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",
+ "build_name": "manywheel-py3_14-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",
@@ -482,13 +482,13 @@
"use_split_build": false
},
{
- "python_version": "3.13t",
+ "python_version": "3.14",
"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",
+ "build_name": "manywheel-py3_14-cuda12_8",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
@@ -497,28 +497,28 @@
"use_split_build": false
},
{
- "python_version": "3.13t",
+ "python_version": "3.14",
"gpu_arch_type": "cuda",
- "gpu_arch_version": "12.9",
- "desired_cuda": "cu129",
- "container_image": "pytorch/manylinux2_28-builder:cuda12.9",
+ "gpu_arch_version": "13.0",
+ "desired_cuda": "cu130",
+ "container_image": "pytorch/manylinux2_28-builder:cuda13.0",
"package_type": "manywheel",
- "build_name": "manywheel-py3_13t-cuda12_9",
+ "build_name": "manywheel-py3_14-cuda13_0",
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129",
+ "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.8.0",
"use_split_build": false
},
{
- "python_version": "3.13t",
+ "python_version": "3.14",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.3",
"desired_cuda": "rocm6.3",
"container_image": "pytorch/manylinux2_28-builder:rocm6.3",
"package_type": "manywheel",
- "build_name": "manywheel-py3_13t-rocm6_3",
+ "build_name": "manywheel-py3_14-rocm6_3",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.3",
"channel": "nightly",
@@ -527,13 +527,103 @@
"use_split_build": false
},
{
- "python_version": "3.13t",
+ "python_version": "3.14",
"gpu_arch_type": "rocm",
"gpu_arch_version": "6.4",
"desired_cuda": "rocm6.4",
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"package_type": "manywheel",
- "build_name": "manywheel-py3_13t-rocm6_4",
+ "build_name": "manywheel-py3_14-rocm6_4",
+ "validation_runner": "linux.2xlarge",
+ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
+ "channel": "nightly",
+ "upload_to_base_bucket": "no",
+ "stable_version": "2.8.0",
+ "use_split_build": false
+ },
+ {
+ "python_version": "3.14t",
+ "gpu_arch_type": "cpu",
+ "gpu_arch_version": "",
+ "desired_cuda": "cpu",
+ "container_image": "pytorch/manylinux2_28-builder:cpu",
+ "package_type": "manywheel",
+ "build_name": "manywheel-py3_14t-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.8.0",
+ "use_split_build": false
+ },
+ {
+ "python_version": "3.14t",
+ "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_14t-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.8.0",
+ "use_split_build": false
+ },
+ {
+ "python_version": "3.14t",
+ "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_14t-cuda12_8",
+ "validation_runner": "linux.g5.4xlarge.nvidia.gpu",
+ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128",
+ "channel": "nightly",
+ "upload_to_base_bucket": "no",
+ "stable_version": "2.8.0",
+ "use_split_build": false
+ },
+ {
+ "python_version": "3.14t",
+ "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_14t-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.8.0",
+ "use_split_build": false
+ },
+ {
+ "python_version": "3.14t",
+ "gpu_arch_type": "rocm",
+ "gpu_arch_version": "6.3",
+ "desired_cuda": "rocm6.3",
+ "container_image": "pytorch/manylinux2_28-builder:rocm6.3",
+ "package_type": "manywheel",
+ "build_name": "manywheel-py3_14t-rocm6_3",
+ "validation_runner": "linux.2xlarge",
+ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.3",
+ "channel": "nightly",
+ "upload_to_base_bucket": "no",
+ "stable_version": "2.8.0",
+ "use_split_build": false
+ },
+ {
+ "python_version": "3.14t",
+ "gpu_arch_type": "rocm",
+ "gpu_arch_version": "6.4",
+ "desired_cuda": "rocm6.4",
+ "container_image": "pytorch/manylinux2_28-builder:rocm6.4",
+ "package_type": "manywheel",
+ "build_name": "manywheel-py3_14t-rocm6_4",
"validation_runner": "linux.2xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
"channel": "nightly",
@@ -588,16 +678,16 @@
},
{
"gpu_arch_type": "cuda",
- "gpu_arch_version": "12.9",
- "desired_cuda": "cu129",
+ "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.9",
+ "container_image": "pytorch/libtorch-cxx11-builder:cuda13.0",
"package_type": "libtorch",
- "build_name": "libtorch-cuda12_9-shared-with-deps-cxx11-abi",
+ "build_name": "libtorch-cuda13_0-shared-with-deps-cxx11-abi",
"validation_runner": "linux.2xlarge",
- "installation": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip",
+ "installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip",
"channel": "nightly",
"stable_version": "2.8.0"
},
@@ -634,13 +724,13 @@
],
"windows": [
{
- "python_version": "3.9",
+ "python_version": "3.10",
"gpu_arch_type": "cpu",
"gpu_arch_version": "",
"desired_cuda": "cpu",
"container_image": "pytorch/manylinux2_28-builder:cpu",
"package_type": "wheel",
- "build_name": "wheel-py3_9-cpu",
+ "build_name": "wheel-py3_10-cpu",
"validation_runner": "windows.4xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu",
"channel": "nightly",
@@ -649,13 +739,13 @@
"use_split_build": false
},
{
- "python_version": "3.9",
+ "python_version": "3.10",
"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_9-cuda12_6",
+ "build_name": "wheel-py3_10-cuda12_6",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126",
"channel": "nightly",
@@ -664,13 +754,13 @@
"use_split_build": false
},
{
- "python_version": "3.9",
+ "python_version": "3.10",
"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_9-cuda12_8",
+ "build_name": "wheel-py3_10-cuda12_8",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
@@ -679,28 +769,28 @@
"use_split_build": false
},
{
- "python_version": "3.9",
+ "python_version": "3.10",
"gpu_arch_type": "cuda",
- "gpu_arch_version": "12.9",
- "desired_cuda": "cu129",
- "container_image": "pytorch/manylinux2_28-builder:cuda12.9",
+ "gpu_arch_version": "13.0",
+ "desired_cuda": "cu130",
+ "container_image": "pytorch/manylinux2_28-builder:cuda13.0",
"package_type": "wheel",
- "build_name": "wheel-py3_9-cuda12_9",
+ "build_name": "wheel-py3_10-cuda13_0",
"validation_runner": "windows.g4dn.xlarge",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129",
+ "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.8.0",
"use_split_build": false
},
{
- "python_version": "3.10",
+ "python_version": "3.11",
"gpu_arch_type": "cpu",
"gpu_arch_version": "",
"desired_cuda": "cpu",
"container_image": "pytorch/manylinux2_28-builder:cpu",
"package_type": "wheel",
- "build_name": "wheel-py3_10-cpu",
+ "build_name": "wheel-py3_11-cpu",
"validation_runner": "windows.4xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu",
"channel": "nightly",
@@ -709,13 +799,13 @@
"use_split_build": false
},
{
- "python_version": "3.10",
+ "python_version": "3.11",
"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_10-cuda12_6",
+ "build_name": "wheel-py3_11-cuda12_6",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126",
"channel": "nightly",
@@ -724,13 +814,13 @@
"use_split_build": false
},
{
- "python_version": "3.10",
+ "python_version": "3.11",
"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_10-cuda12_8",
+ "build_name": "wheel-py3_11-cuda12_8",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
@@ -739,28 +829,28 @@
"use_split_build": false
},
{
- "python_version": "3.10",
+ "python_version": "3.11",
"gpu_arch_type": "cuda",
- "gpu_arch_version": "12.9",
- "desired_cuda": "cu129",
- "container_image": "pytorch/manylinux2_28-builder:cuda12.9",
+ "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_9",
+ "build_name": "wheel-py3_11-cuda13_0",
"validation_runner": "windows.g4dn.xlarge",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129",
+ "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.8.0",
"use_split_build": false
},
{
- "python_version": "3.11",
+ "python_version": "3.12",
"gpu_arch_type": "cpu",
"gpu_arch_version": "",
"desired_cuda": "cpu",
"container_image": "pytorch/manylinux2_28-builder:cpu",
"package_type": "wheel",
- "build_name": "wheel-py3_11-cpu",
+ "build_name": "wheel-py3_12-cpu",
"validation_runner": "windows.4xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu",
"channel": "nightly",
@@ -769,13 +859,13 @@
"use_split_build": false
},
{
- "python_version": "3.11",
+ "python_version": "3.12",
"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_11-cuda12_6",
+ "build_name": "wheel-py3_12-cuda12_6",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126",
"channel": "nightly",
@@ -784,13 +874,13 @@
"use_split_build": false
},
{
- "python_version": "3.11",
+ "python_version": "3.12",
"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_11-cuda12_8",
+ "build_name": "wheel-py3_12-cuda12_8",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
@@ -799,28 +889,28 @@
"use_split_build": false
},
{
- "python_version": "3.11",
+ "python_version": "3.12",
"gpu_arch_type": "cuda",
- "gpu_arch_version": "12.9",
- "desired_cuda": "cu129",
- "container_image": "pytorch/manylinux2_28-builder:cuda12.9",
+ "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_9",
+ "build_name": "wheel-py3_12-cuda13_0",
"validation_runner": "windows.g4dn.xlarge",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129",
+ "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.8.0",
"use_split_build": false
},
{
- "python_version": "3.12",
+ "python_version": "3.13",
"gpu_arch_type": "cpu",
"gpu_arch_version": "",
"desired_cuda": "cpu",
"container_image": "pytorch/manylinux2_28-builder:cpu",
"package_type": "wheel",
- "build_name": "wheel-py3_12-cpu",
+ "build_name": "wheel-py3_13-cpu",
"validation_runner": "windows.4xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu",
"channel": "nightly",
@@ -829,13 +919,13 @@
"use_split_build": false
},
{
- "python_version": "3.12",
+ "python_version": "3.13",
"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_12-cuda12_6",
+ "build_name": "wheel-py3_13-cuda12_6",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126",
"channel": "nightly",
@@ -844,13 +934,13 @@
"use_split_build": false
},
{
- "python_version": "3.12",
+ "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_12-cuda12_8",
+ "build_name": "wheel-py3_13-cuda12_8",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
@@ -859,28 +949,28 @@
"use_split_build": false
},
{
- "python_version": "3.12",
+ "python_version": "3.13",
"gpu_arch_type": "cuda",
- "gpu_arch_version": "12.9",
- "desired_cuda": "cu129",
- "container_image": "pytorch/manylinux2_28-builder:cuda12.9",
+ "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_9",
+ "build_name": "wheel-py3_13-cuda13_0",
"validation_runner": "windows.g4dn.xlarge",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129",
+ "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.8.0",
"use_split_build": false
},
{
- "python_version": "3.13",
+ "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_13-cpu",
+ "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",
@@ -889,13 +979,13 @@
"use_split_build": false
},
{
- "python_version": "3.13",
+ "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_13-cuda12_6",
+ "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",
@@ -904,13 +994,13 @@
"use_split_build": false
},
{
- "python_version": "3.13",
+ "python_version": "3.13t",
"gpu_arch_type": "cuda",
"gpu_arch_version": "12.8",
"desired_cuda": "cu128",
"container_image": "pytorch/manylinux2_28-builder:cuda12.8",
"package_type": "wheel",
- "build_name": "wheel-py3_13-cuda12_8",
+ "build_name": "wheel-py3_13t-cuda12_8",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
@@ -919,28 +1009,28 @@
"use_split_build": false
},
{
- "python_version": "3.13",
+ "python_version": "3.13t",
"gpu_arch_type": "cuda",
- "gpu_arch_version": "12.9",
- "desired_cuda": "cu129",
- "container_image": "pytorch/manylinux2_28-builder:cuda12.9",
+ "gpu_arch_version": "13.0",
+ "desired_cuda": "cu130",
+ "container_image": "pytorch/manylinux2_28-builder:cuda13.0",
"package_type": "wheel",
- "build_name": "wheel-py3_13-cuda12_9",
+ "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/cu129",
+ "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.8.0",
"use_split_build": false
},
{
- "python_version": "3.13t",
+ "python_version": "3.14",
"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",
+ "build_name": "wheel-py3_14-cpu",
"validation_runner": "windows.4xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu",
"channel": "nightly",
@@ -949,13 +1039,13 @@
"use_split_build": false
},
{
- "python_version": "3.13t",
+ "python_version": "3.14",
"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",
+ "build_name": "wheel-py3_14-cuda12_6",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126",
"channel": "nightly",
@@ -964,13 +1054,13 @@
"use_split_build": false
},
{
- "python_version": "3.13t",
+ "python_version": "3.14",
"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",
+ "build_name": "wheel-py3_14-cuda12_8",
"validation_runner": "windows.g4dn.xlarge",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128",
"channel": "nightly",
@@ -979,15 +1069,75 @@
"use_split_build": false
},
{
- "python_version": "3.13t",
+ "python_version": "3.14",
"gpu_arch_type": "cuda",
- "gpu_arch_version": "12.9",
- "desired_cuda": "cu129",
- "container_image": "pytorch/manylinux2_28-builder:cuda12.9",
+ "gpu_arch_version": "13.0",
+ "desired_cuda": "cu130",
+ "container_image": "pytorch/manylinux2_28-builder:cuda13.0",
"package_type": "wheel",
- "build_name": "wheel-py3_13t-cuda12_9",
+ "build_name": "wheel-py3_14-cuda13_0",
"validation_runner": "windows.g4dn.xlarge",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129",
+ "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.8.0",
+ "use_split_build": false
+ },
+ {
+ "python_version": "3.14t",
+ "gpu_arch_type": "cpu",
+ "gpu_arch_version": "",
+ "desired_cuda": "cpu",
+ "container_image": "pytorch/manylinux2_28-builder:cpu",
+ "package_type": "wheel",
+ "build_name": "wheel-py3_14t-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.8.0",
+ "use_split_build": false
+ },
+ {
+ "python_version": "3.14t",
+ "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_14t-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.8.0",
+ "use_split_build": false
+ },
+ {
+ "python_version": "3.14t",
+ "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_14t-cuda12_8",
+ "validation_runner": "windows.g4dn.xlarge",
+ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128",
+ "channel": "nightly",
+ "upload_to_base_bucket": "no",
+ "stable_version": "2.8.0",
+ "use_split_build": false
+ },
+ {
+ "python_version": "3.14t",
+ "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_14t-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.8.0",
@@ -1040,16 +1190,16 @@
},
{
"gpu_arch_type": "cuda",
- "gpu_arch_version": "12.9",
- "desired_cuda": "cu129",
+ "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_9-shared-with-deps-release",
+ "build_name": "libtorch-cuda13_0-shared-with-deps-release",
"validation_runner": "windows.4xlarge",
- "installation": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-win-shared-with-deps-latest.zip",
+ "installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip",
"channel": "nightly",
"stable_version": "2.8.0"
},
@@ -1100,29 +1250,29 @@
},
{
"gpu_arch_type": "cuda",
- "gpu_arch_version": "12.9",
- "desired_cuda": "cu129",
+ "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_9-shared-with-deps-debug",
+ "build_name": "libtorch-cuda13_0-shared-with-deps-debug",
"validation_runner": "windows.4xlarge",
- "installation": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-win-shared-with-deps-debug-latest.zip",
+ "installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-debug-latest.zip",
"channel": "nightly",
"stable_version": "2.8.0"
}
],
"macos": [
{
- "python_version": "3.9",
+ "python_version": "3.10",
"gpu_arch_type": "cpu",
"gpu_arch_version": "",
"desired_cuda": "cpu",
"container_image": "pytorch/manylinux2_28-builder:cpu",
"package_type": "wheel",
- "build_name": "wheel-py3_9-cpu",
+ "build_name": "wheel-py3_10-cpu",
"validation_runner": "macos-m1-stable",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu",
"channel": "nightly",
@@ -1131,13 +1281,13 @@
"use_split_build": false
},
{
- "python_version": "3.10",
+ "python_version": "3.11",
"gpu_arch_type": "cpu",
"gpu_arch_version": "",
"desired_cuda": "cpu",
"container_image": "pytorch/manylinux2_28-builder:cpu",
"package_type": "wheel",
- "build_name": "wheel-py3_10-cpu",
+ "build_name": "wheel-py3_11-cpu",
"validation_runner": "macos-m1-stable",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu",
"channel": "nightly",
@@ -1146,13 +1296,13 @@
"use_split_build": false
},
{
- "python_version": "3.11",
+ "python_version": "3.12",
"gpu_arch_type": "cpu",
"gpu_arch_version": "",
"desired_cuda": "cpu",
"container_image": "pytorch/manylinux2_28-builder:cpu",
"package_type": "wheel",
- "build_name": "wheel-py3_11-cpu",
+ "build_name": "wheel-py3_12-cpu",
"validation_runner": "macos-m1-stable",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu",
"channel": "nightly",
@@ -1161,13 +1311,13 @@
"use_split_build": false
},
{
- "python_version": "3.12",
+ "python_version": "3.13",
"gpu_arch_type": "cpu",
"gpu_arch_version": "",
"desired_cuda": "cpu",
"container_image": "pytorch/manylinux2_28-builder:cpu",
"package_type": "wheel",
- "build_name": "wheel-py3_12-cpu",
+ "build_name": "wheel-py3_13-cpu",
"validation_runner": "macos-m1-stable",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu",
"channel": "nightly",
@@ -1176,13 +1326,13 @@
"use_split_build": false
},
{
- "python_version": "3.13",
+ "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_13-cpu",
+ "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",
@@ -1191,13 +1341,28 @@
"use_split_build": false
},
{
- "python_version": "3.13t",
+ "python_version": "3.14",
"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",
+ "build_name": "wheel-py3_14-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.8.0",
+ "use_split_build": false
+ },
+ {
+ "python_version": "3.14t",
+ "gpu_arch_type": "cpu",
+ "gpu_arch_version": "",
+ "desired_cuda": "cpu",
+ "container_image": "pytorch/manylinux2_28-builder:cpu",
+ "package_type": "wheel",
+ "build_name": "wheel-py3_14t-cpu",
"validation_runner": "macos-m1-stable",
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu",
"channel": "nightly",