diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js
index d6c11652ae5e..d11570fcc44b 100644
--- a/assets/quick-start-module.js
+++ b/assets/quick-start-module.js
@@ -11,7 +11,7 @@ var archInfoMap = new Map([
['accnone', {title: "CPU", platforms: new Set(['linux', 'macos', 'windows'])}]
]);
-let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "13.0"], "rocm5.x": ["rocm", "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", "7.0"]}, "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/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"};
+ var object = {"preview,pip,linux,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,linux,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,linux,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", "preview,pip,linux,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "preview,pip,linux,rocm5.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.0", "preview,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm7.0/libtorch-shared-with-deps-latest.zip", "preview,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,libtorch,macos,accnone,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.y,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.z,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,rocm5.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,pip,windows,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,windows,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,windows,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/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 6333a8c5a054..3bef57a87463 100644
--- a/published_versions.json
+++ b/published_versions.json
@@ -23,7 +23,7 @@
},
"rocm5.x": {
"note": null,
- "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4"
+ "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.0"
}
},
"libtorch": {
@@ -54,7 +54,7 @@
"rocm5.x": {
"note": null,
"versions": {
- "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm6.4/libtorch-shared-with-deps-latest.zip"
+ "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm7.0/libtorch-shared-with-deps-latest.zip"
}
}
}
diff --git a/releases.json b/releases.json
index fe470cb4a3b9..3ed863a537c9 100644
--- a/releases.json
+++ b/releases.json
@@ -13,8 +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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.10",
@@ -28,8 +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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.10",
@@ -43,8 +41,7 @@
"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
+ "stable_version": "2.8.0"
},
{
"python_version": "3.10",
@@ -58,38 +55,35 @@
"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
+ "stable_version": "2.8.0"
},
{
"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",
+ "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_3",
+ "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.3",
+ "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
+ "stable_version": "2.8.0"
},
{
"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",
+ "gpu_arch_version": "7.0",
+ "desired_cuda": "rocm7.0",
+ "container_image": "pytorch/manylinux2_28-builder:rocm7.0",
"package_type": "manywheel",
- "build_name": "manywheel-py3_10-rocm6_4",
+ "build_name": "manywheel-py3_10-rocm7_0",
"validation_runner": "linux.2xlarge",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
+ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.0",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -103,8 +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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -118,8 +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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -133,8 +125,7 @@
"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
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -148,38 +139,35 @@
"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
+ "stable_version": "2.8.0"
},
{
"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",
+ "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_3",
+ "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.3",
+ "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
+ "stable_version": "2.8.0"
},
{
"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",
+ "gpu_arch_version": "7.0",
+ "desired_cuda": "rocm7.0",
+ "container_image": "pytorch/manylinux2_28-builder:rocm7.0",
"package_type": "manywheel",
- "build_name": "manywheel-py3_11-rocm6_4",
+ "build_name": "manywheel-py3_11-rocm7_0",
"validation_runner": "linux.2xlarge",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
+ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.0",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -193,8 +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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -208,8 +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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -223,8 +209,7 @@
"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
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -238,38 +223,35 @@
"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
+ "stable_version": "2.8.0"
},
{
"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",
+ "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_3",
+ "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.3",
+ "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
+ "stable_version": "2.8.0"
},
{
"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",
+ "gpu_arch_version": "7.0",
+ "desired_cuda": "rocm7.0",
+ "container_image": "pytorch/manylinux2_28-builder:rocm7.0",
"package_type": "manywheel",
- "build_name": "manywheel-py3_12-rocm6_4",
+ "build_name": "manywheel-py3_12-rocm7_0",
"validation_runner": "linux.2xlarge",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
+ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.0",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -283,8 +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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -298,8 +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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -313,8 +293,7 @@
"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
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -328,38 +307,35 @@
"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
+ "stable_version": "2.8.0"
},
{
"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",
+ "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_3",
+ "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.3",
+ "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
+ "stable_version": "2.8.0"
},
{
"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",
+ "gpu_arch_version": "7.0",
+ "desired_cuda": "rocm7.0",
+ "container_image": "pytorch/manylinux2_28-builder:rocm7.0",
"package_type": "manywheel",
- "build_name": "manywheel-py3_13-rocm6_4",
+ "build_name": "manywheel-py3_13-rocm7_0",
"validation_runner": "linux.2xlarge",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
+ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.0",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -373,8 +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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -388,8 +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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -403,8 +377,7 @@
"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
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -418,38 +391,35 @@
"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
+ "stable_version": "2.8.0"
},
{
"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",
+ "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_3",
+ "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.3",
+ "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
+ "stable_version": "2.8.0"
},
{
"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",
+ "gpu_arch_version": "7.0",
+ "desired_cuda": "rocm7.0",
+ "container_image": "pytorch/manylinux2_28-builder:rocm7.0",
"package_type": "manywheel",
- "build_name": "manywheel-py3_13t-rocm6_4",
+ "build_name": "manywheel-py3_13t-rocm7_0",
"validation_runner": "linux.2xlarge",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
+ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.0",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14",
@@ -463,8 +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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14",
@@ -478,8 +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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14",
@@ -493,8 +461,7 @@
"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
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14",
@@ -508,38 +475,35 @@
"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
+ "stable_version": "2.8.0"
},
{
"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",
+ "gpu_arch_version": "6.4",
+ "desired_cuda": "rocm6.4",
+ "container_image": "pytorch/manylinux2_28-builder:rocm6.4",
"package_type": "manywheel",
- "build_name": "manywheel-py3_14-rocm6_3",
+ "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.3",
+ "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
+ "stable_version": "2.8.0"
},
{
"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",
+ "gpu_arch_version": "7.0",
+ "desired_cuda": "rocm7.0",
+ "container_image": "pytorch/manylinux2_28-builder:rocm7.0",
"package_type": "manywheel",
- "build_name": "manywheel-py3_14-rocm6_4",
+ "build_name": "manywheel-py3_14-rocm7_0",
"validation_runner": "linux.2xlarge",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
+ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.0",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14t",
@@ -553,8 +517,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14t",
@@ -568,8 +531,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14t",
@@ -583,8 +545,7 @@
"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
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14t",
@@ -598,38 +559,35 @@
"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
+ "stable_version": "2.8.0"
},
{
"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",
+ "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_3",
+ "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.3",
+ "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
+ "stable_version": "2.8.0"
},
{
"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",
+ "gpu_arch_version": "7.0",
+ "desired_cuda": "rocm7.0",
+ "container_image": "pytorch/manylinux2_28-builder:rocm7.0",
"package_type": "manywheel",
- "build_name": "manywheel-py3_14t-rocm6_4",
+ "build_name": "manywheel-py3_14t-rocm7_0",
"validation_runner": "linux.2xlarge",
- "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
+ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.0",
"channel": "nightly",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"gpu_arch_type": "cpu",
@@ -693,31 +651,31 @@
},
{
"gpu_arch_type": "rocm",
- "gpu_arch_version": "6.3",
- "desired_cuda": "rocm6.3",
+ "gpu_arch_version": "6.4",
+ "desired_cuda": "rocm6.4",
"libtorch_variant": "shared-with-deps",
"libtorch_config": "",
"devtoolset": "cxx11-abi",
- "container_image": "pytorch/libtorch-cxx11-builder:rocm6.3",
+ "container_image": "pytorch/libtorch-cxx11-builder:rocm6.4",
"package_type": "libtorch",
- "build_name": "libtorch-rocm6_3-shared-with-deps-cxx11-abi",
+ "build_name": "libtorch-rocm6_4-shared-with-deps-cxx11-abi",
"validation_runner": "linux.2xlarge",
- "installation": "https://download.pytorch.org/libtorch/nightly/rocm6.3/libtorch-shared-with-deps-latest.zip",
+ "installation": "https://download.pytorch.org/libtorch/nightly/rocm6.4/libtorch-shared-with-deps-latest.zip",
"channel": "nightly",
"stable_version": "2.8.0"
},
{
"gpu_arch_type": "rocm",
- "gpu_arch_version": "6.4",
- "desired_cuda": "rocm6.4",
+ "gpu_arch_version": "7.0",
+ "desired_cuda": "rocm7.0",
"libtorch_variant": "shared-with-deps",
"libtorch_config": "",
"devtoolset": "cxx11-abi",
- "container_image": "pytorch/libtorch-cxx11-builder:rocm6.4",
+ "container_image": "pytorch/libtorch-cxx11-builder:rocm7.0",
"package_type": "libtorch",
- "build_name": "libtorch-rocm6_4-shared-with-deps-cxx11-abi",
+ "build_name": "libtorch-rocm7_0-shared-with-deps-cxx11-abi",
"validation_runner": "linux.2xlarge",
- "installation": "https://download.pytorch.org/libtorch/nightly/rocm6.4/libtorch-shared-with-deps-latest.zip",
+ "installation": "https://download.pytorch.org/libtorch/nightly/rocm7.0/libtorch-shared-with-deps-latest.zip",
"channel": "nightly",
"stable_version": "2.8.0"
}
@@ -735,8 +693,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.10",
@@ -750,8 +707,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.10",
@@ -765,8 +721,7 @@
"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
+ "stable_version": "2.8.0"
},
{
"python_version": "3.10",
@@ -780,8 +735,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -795,8 +749,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -810,8 +763,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -825,8 +777,7 @@
"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
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -840,8 +791,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -855,8 +805,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -870,8 +819,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -885,8 +833,7 @@
"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
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -900,8 +847,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -915,8 +861,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -930,8 +875,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -945,8 +889,7 @@
"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
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -960,8 +903,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -975,8 +917,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -990,8 +931,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -1005,8 +945,7 @@
"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
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -1020,8 +959,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14",
@@ -1035,8 +973,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14",
@@ -1050,8 +987,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14",
@@ -1065,8 +1001,7 @@
"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
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14",
@@ -1080,8 +1015,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14t",
@@ -1095,8 +1029,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14t",
@@ -1110,8 +1043,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14t",
@@ -1125,8 +1057,7 @@
"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
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14t",
@@ -1140,8 +1071,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"gpu_arch_type": "cpu",
@@ -1277,8 +1207,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -1292,8 +1221,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -1307,8 +1235,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -1322,8 +1249,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -1337,8 +1263,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14",
@@ -1352,8 +1277,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.14t",
@@ -1367,8 +1291,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.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"gpu_arch_type": "cpu",
@@ -1401,8 +1324,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.9",
@@ -1416,8 +1338,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.9",
@@ -1431,8 +1352,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.9",
@@ -1446,8 +1366,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.9",
@@ -1461,8 +1380,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.3",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.9",
@@ -1476,8 +1394,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.10",
@@ -1491,8 +1408,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.10",
@@ -1506,8 +1422,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.10",
@@ -1521,8 +1436,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.10",
@@ -1536,8 +1450,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.10",
@@ -1551,8 +1464,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.3",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.10",
@@ -1566,8 +1478,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -1581,8 +1492,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -1596,8 +1506,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -1611,8 +1520,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -1626,8 +1534,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -1641,8 +1548,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.3",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -1656,8 +1562,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -1671,8 +1576,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -1686,8 +1590,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -1701,8 +1604,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -1716,8 +1618,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -1731,8 +1632,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.3",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -1746,8 +1646,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -1761,8 +1660,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -1776,8 +1674,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -1791,8 +1688,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -1806,8 +1702,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -1821,8 +1716,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.3",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -1836,8 +1730,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -1851,8 +1744,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -1866,8 +1758,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -1881,8 +1772,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -1896,8 +1786,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -1911,8 +1800,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.3",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -1926,8 +1814,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"gpu_arch_type": "cpu",
@@ -2033,8 +1920,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.9",
@@ -2048,8 +1934,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.9",
@@ -2063,8 +1948,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.9",
@@ -2078,8 +1962,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.10",
@@ -2093,8 +1976,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.10",
@@ -2108,8 +1990,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.10",
@@ -2123,8 +2004,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.10",
@@ -2138,8 +2018,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -2153,8 +2032,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -2168,8 +2046,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -2183,8 +2060,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -2198,8 +2074,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -2213,8 +2088,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -2228,8 +2102,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -2243,8 +2116,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -2258,8 +2130,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -2273,8 +2144,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -2288,8 +2158,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -2303,8 +2172,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -2318,8 +2186,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -2333,8 +2200,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -2348,8 +2214,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -2363,8 +2228,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -2378,8 +2242,7 @@
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"gpu_arch_type": "cpu",
@@ -2515,8 +2378,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.10",
@@ -2530,8 +2392,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.11",
@@ -2545,8 +2406,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.12",
@@ -2560,8 +2420,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13",
@@ -2575,8 +2434,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"python_version": "3.13t",
@@ -2590,8 +2448,7 @@
"installation": "pip3 install torch torchvision",
"channel": "release",
"upload_to_base_bucket": "no",
- "stable_version": "2.8.0",
- "use_split_build": false
+ "stable_version": "2.8.0"
},
{
"gpu_arch_type": "cpu",