From 153a550482d85d290e209c09ae7249d6004ec1ea Mon Sep 17 00:00:00 2001 From: atalman Date: Wed, 12 Nov 2025 18:40:43 +0000 Subject: [PATCH 1/6] Modify published_versions.json, releases.json and quick-start-module.js --- assets/quick-start-module.js | 6 +- published_versions.json | 186 ++++++++++++- releases.json | 504 ++++++++++++++++++++++------------- 3 files changed, 502 insertions(+), 194 deletions(-) diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js index a0669e7f52ac..af4028b4ae60 100644 --- a/assets/quick-start-module.js +++ b/assets/quick-start-module.js @@ -11,8 +11,8 @@ var archInfoMap = new Map([ ['accnone', {title: "CPU", platforms: new Set(['linux', 'macos', 'windows'])}] ]); -let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "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", "13.0"], "rocm5.x": ["rocm", "6.4"]}} -let stable_version="Stable (2.9.0)"; +let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "12.9"], "rocm5.x": ["rocm", "7.0"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "13.0"], "rocm5.x": ["rocm", "6.4"]}} +let stable_version="Stable (2.9.1)"; var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS(); var opts = { @@ -267,7 +267,7 @@ $("[data-toggle='cloud-dropdown']").on("click", function(e) { }); function commandMessage(key) { - var object = {"preview,pip,linux,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,linux,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,linux,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/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/cu130", "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.9.0%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.9.0%2Bcu126.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.9.0%2Bcu128.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.9.0%2Bcu130.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.4/libtorch-shared-with-deps-2.9.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.9.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.9.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.9.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.9.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.9.0.zip", "stable,pip,windows,accnone,python": "pip3 install torch torchvision", "stable,pip,windows,cuda.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "stable,pip,windows,cuda.y,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", "stable,pip,windows,cuda.z,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "stable,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.9.0%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.9.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.9.0%2Bcu126.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.9.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.9.0%2Bcu128.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.9.0%2Bcu128.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.9.0%2Bcu130.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-debug-2.9.0%2Bcu130.zip", "stable,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows"}; + var object = {"preview,pip,linux,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,linux,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,linux,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/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/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/cu129/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/cu130", "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.9.1%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.9.1%2Bcu126.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.9.1%2Bcu128.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.9.1%2Bcu130.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.4/libtorch-shared-with-deps-2.9.1%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.9.1.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.9.1.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.9.1.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.9.1.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.9.1.zip", "stable,pip,windows,accnone,python": "pip3 install torch torchvision", "stable,pip,windows,cuda.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "stable,pip,windows,cuda.y,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", "stable,pip,windows,cuda.z,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "stable,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.9.1%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.9.1%2Bcpu.zip", "stable,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.9.1%2Bcu126.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.9.1%2Bcu126.zip", "stable,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.9.1%2Bcu128.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.9.1%2Bcu128.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.9.1%2Bcu130.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-debug-2.9.1%2Bcu130.zip", "stable,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows"}; if (!object.hasOwnProperty(key)) { $("#command").html( diff --git a/published_versions.json b/published_versions.json index 777559bde9c0..d601f5084c92 100644 --- a/published_versions.json +++ b/published_versions.json @@ -1,5 +1,5 @@ { - "latest_stable": "2.9.0", + "latest_stable": "2.9.1", "latest_lts": "lts-1.8.2", "versions": { "preview": { @@ -19,7 +19,7 @@ }, "cuda.z": { "note": null, - "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130" + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129" }, "rocm5.x": { "note": null, @@ -48,7 +48,7 @@ "cuda.z": { "note": null, "versions": { - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip" + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip" } }, "rocm5.x": { @@ -6555,6 +6555,186 @@ } } } + }, + "2.9.1": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision" + }, + "cuda.z": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130" + }, + "rocm5.x": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.9.1%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.9.1%2Bcu126.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.9.1%2Bcu128.zip" + } + }, + "cuda.z": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.9.1%2Bcu130.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm6.4/libtorch-shared-with-deps-2.9.1%2Brocm6.4.zip" + } + } + } + }, + "macos": { + "pip": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision", + "default": true + }, + "cuda.z": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision", + "default": true + }, + "accnone": { + "note": null, + "command": "pip3 install torch torchvision" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.9.1.zip" + } + }, + "cuda.x": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.9.1.zip" + } + }, + "cuda.y": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.9.1.zip" + } + }, + "cuda.z": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.9.1.zip" + } + }, + "rocm5.x": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.9.1.zip" + } + } + } + }, + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128" + }, + "cuda.z": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.9.1%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.9.1%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.9.1%2Bcu126.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.9.1%2Bcu126.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.9.1%2Bcu128.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.9.1%2Bcu128.zip" + } + }, + "cuda.z": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.9.1%2Bcu130.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-debug-2.9.1%2Bcu130.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null + } + } + } } } } \ No newline at end of file diff --git a/releases.json b/releases.json index ef07c53cb343..255b9f81e01f 100644 --- a/releases.json +++ b/releases.json @@ -13,7 +13,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.10", @@ -27,7 +27,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.10", @@ -41,7 +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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.10", @@ -55,7 +55,21 @@ "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.9.0" + "stable_version": "2.9.1" + }, + { + "python_version": "3.10", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", + "package_type": "manywheel", + "build_name": "manywheel-py3_10-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" }, { "python_version": "3.10", @@ -69,7 +83,7 @@ "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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.10", @@ -83,7 +97,7 @@ "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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -97,7 +111,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -111,7 +125,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -125,7 +139,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -139,7 +153,21 @@ "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.9.0" + "stable_version": "2.9.1" + }, + { + "python_version": "3.11", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", + "package_type": "manywheel", + "build_name": "manywheel-py3_11-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -153,7 +181,7 @@ "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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -167,7 +195,7 @@ "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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -181,7 +209,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -195,7 +223,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -209,7 +237,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -223,7 +251,21 @@ "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.9.0" + "stable_version": "2.9.1" + }, + { + "python_version": "3.12", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", + "package_type": "manywheel", + "build_name": "manywheel-py3_12-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -237,7 +279,7 @@ "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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -251,7 +293,7 @@ "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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -265,7 +307,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -279,7 +321,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -293,7 +335,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -307,7 +349,21 @@ "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.9.0" + "stable_version": "2.9.1" + }, + { + "python_version": "3.13", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", + "package_type": "manywheel", + "build_name": "manywheel-py3_13-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -321,7 +377,7 @@ "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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -335,7 +391,7 @@ "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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13t", @@ -349,7 +405,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13t", @@ -363,7 +419,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13t", @@ -377,7 +433,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13t", @@ -391,7 +447,21 @@ "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.9.0" + "stable_version": "2.9.1" + }, + { + "python_version": "3.13t", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", + "package_type": "manywheel", + "build_name": "manywheel-py3_13t-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" }, { "python_version": "3.13t", @@ -405,7 +475,7 @@ "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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13t", @@ -419,7 +489,7 @@ "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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -433,7 +503,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -447,7 +517,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -461,7 +531,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -475,7 +545,21 @@ "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.9.0" + "stable_version": "2.9.1" + }, + { + "python_version": "3.14", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", + "package_type": "manywheel", + "build_name": "manywheel-py3_14-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -489,7 +573,7 @@ "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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -503,7 +587,7 @@ "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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -517,7 +601,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -531,7 +615,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -545,7 +629,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -559,7 +643,21 @@ "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.9.0" + "stable_version": "2.9.1" + }, + { + "python_version": "3.14t", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", + "package_type": "manywheel", + "build_name": "manywheel-py3_14t-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -573,7 +671,7 @@ "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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -587,7 +685,7 @@ "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.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cpu", @@ -602,7 +700,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -617,7 +715,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -632,7 +730,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu128/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -647,7 +745,37 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.9.0" + "stable_version": "2.9.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "cxx11-abi", + "container_image": "pytorch/libtorch-cxx11-builder:cuda12.9", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_9-shared-with-deps-cxx11-abi", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.9.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "cxx11-abi", + "container_image": "pytorch/libtorch-cxx11-builder:cuda12.9", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_9-shared-with-deps-cxx11-abi", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.9.1" }, { "gpu_arch_type": "rocm", @@ -662,7 +790,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/rocm6.4/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "rocm", @@ -677,7 +805,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/rocm7.0/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.9.0" + "stable_version": "2.9.1" } ], "windows": [ @@ -693,7 +821,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.10", @@ -707,7 +835,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.10", @@ -721,7 +849,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.10", @@ -735,7 +863,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -749,7 +877,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -763,7 +891,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -777,7 +905,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -791,7 +919,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -805,7 +933,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -819,7 +947,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -833,7 +961,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -847,7 +975,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -861,7 +989,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -875,7 +1003,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -889,7 +1017,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -903,7 +1031,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13t", @@ -917,7 +1045,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13t", @@ -931,7 +1059,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13t", @@ -945,7 +1073,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13t", @@ -959,7 +1087,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -973,7 +1101,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -987,7 +1115,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -1001,7 +1129,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -1015,7 +1143,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -1029,7 +1157,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -1043,7 +1171,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -1057,7 +1185,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -1071,7 +1199,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.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cpu", @@ -1086,7 +1214,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -1101,7 +1229,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -1116,7 +1244,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -1131,7 +1259,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cpu", @@ -1146,7 +1274,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip", "channel": "nightly", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -1161,7 +1289,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-debug-latest.zip", "channel": "nightly", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -1176,7 +1304,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-debug-latest.zip", "channel": "nightly", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -1191,7 +1319,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-debug-latest.zip", "channel": "nightly", - "stable_version": "2.9.0" + "stable_version": "2.9.1" } ], "macos": [ @@ -1207,7 +1335,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -1221,7 +1349,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -1235,7 +1363,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -1249,7 +1377,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13t", @@ -1263,7 +1391,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -1277,7 +1405,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -1291,7 +1419,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.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cpu", @@ -1306,7 +1434,7 @@ "validation_runner": "macos-m1-stable", "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "channel": "nightly", - "stable_version": "2.9.0" + "stable_version": "2.9.1" } ] }, @@ -1324,7 +1452,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.10", @@ -1338,7 +1466,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.10", @@ -1352,7 +1480,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.10", @@ -1366,7 +1494,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.10", @@ -1380,7 +1508,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.10", @@ -1394,7 +1522,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -1408,7 +1536,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -1422,7 +1550,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -1436,7 +1564,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -1450,7 +1578,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -1464,7 +1592,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -1478,7 +1606,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -1492,7 +1620,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -1506,7 +1634,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -1520,7 +1648,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -1534,7 +1662,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -1548,7 +1676,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -1562,7 +1690,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -1576,7 +1704,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -1590,7 +1718,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -1604,7 +1732,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -1618,7 +1746,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -1632,7 +1760,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -1646,7 +1774,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -1660,7 +1788,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -1674,7 +1802,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -1688,7 +1816,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -1702,7 +1830,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -1716,7 +1844,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -1730,7 +1858,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -1744,7 +1872,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -1758,7 +1886,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -1772,7 +1900,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -1786,7 +1914,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -1800,7 +1928,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.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -1814,7 +1942,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.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cpu", @@ -1827,9 +1955,9 @@ "package_type": "libtorch", "build_name": "libtorch-cpu-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.9.0%2Bcpu.zip", + "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.9.1%2Bcpu.zip", "channel": "release", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -1842,9 +1970,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda12_6-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.9.0%2Bcu126.zip", + "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.9.1%2Bcu126.zip", "channel": "release", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -1857,9 +1985,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda12_8-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.9.0%2Bcu128.zip", + "installation": "https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.9.1%2Bcu128.zip", "channel": "release", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -1872,9 +2000,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda13_0-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.9.0%2Bcu130.zip", + "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.9.1%2Bcu130.zip", "channel": "release", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "rocm", @@ -1887,9 +2015,9 @@ "package_type": "libtorch", "build_name": "libtorch-rocm6_3-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/rocm6.3/libtorch-shared-with-deps-2.9.0%2Brocm6.3.zip", + "installation": "https://download.pytorch.org/libtorch/rocm6.3/libtorch-shared-with-deps-2.9.1%2Brocm6.3.zip", "channel": "release", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "rocm", @@ -1902,9 +2030,9 @@ "package_type": "libtorch", "build_name": "libtorch-rocm6_4-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/rocm6.4/libtorch-shared-with-deps-2.9.0%2Brocm6.4.zip", + "installation": "https://download.pytorch.org/libtorch/rocm6.4/libtorch-shared-with-deps-2.9.1%2Brocm6.4.zip", "channel": "release", - "stable_version": "2.9.0" + "stable_version": "2.9.1" } ], "windows": [ @@ -1920,7 +2048,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.10", @@ -1934,7 +2062,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.10", @@ -1948,7 +2076,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.10", @@ -1962,7 +2090,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -1976,7 +2104,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -1990,7 +2118,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -2004,7 +2132,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -2018,7 +2146,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -2032,7 +2160,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -2046,7 +2174,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -2060,7 +2188,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -2074,7 +2202,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -2088,7 +2216,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -2102,7 +2230,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -2116,7 +2244,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -2130,7 +2258,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -2144,7 +2272,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -2158,7 +2286,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -2172,7 +2300,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -2186,7 +2314,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -2200,7 +2328,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -2214,7 +2342,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -2228,7 +2356,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -2242,7 +2370,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cpu", @@ -2255,9 +2383,9 @@ "package_type": "libtorch", "build_name": "libtorch-cpu-shared-with-deps-release", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.9.0%2Bcpu.zip", + "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.9.1%2Bcpu.zip", "channel": "release", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -2270,9 +2398,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda12_6-shared-with-deps-release", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.9.0%2Bcu126.zip", + "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.9.1%2Bcu126.zip", "channel": "release", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -2285,9 +2413,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda12_8-shared-with-deps-release", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.9.0%2Bcu128.zip", + "installation": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.9.1%2Bcu128.zip", "channel": "release", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -2300,9 +2428,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda13_0-shared-with-deps-release", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.9.0%2Bcu130.zip", + "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.9.1%2Bcu130.zip", "channel": "release", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cpu", @@ -2315,9 +2443,9 @@ "package_type": "libtorch", "build_name": "libtorch-cpu-shared-with-deps-debug", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.9.0%2Bcpu.zip", + "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.9.1%2Bcpu.zip", "channel": "release", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -2330,9 +2458,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda12_6-shared-with-deps-debug", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.9.0%2Bcu126.zip", + "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.9.1%2Bcu126.zip", "channel": "release", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -2345,9 +2473,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda12_8-shared-with-deps-debug", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.9.0%2Bcu128.zip", + "installation": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.9.1%2Bcu128.zip", "channel": "release", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cuda", @@ -2360,9 +2488,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda13_0-shared-with-deps-debug", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-debug-2.9.0%2Bcu130.zip", + "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-debug-2.9.1%2Bcu130.zip", "channel": "release", - "stable_version": "2.9.0" + "stable_version": "2.9.1" } ], "macos": [ @@ -2378,7 +2506,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.11", @@ -2392,7 +2520,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.12", @@ -2406,7 +2534,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.13", @@ -2420,7 +2548,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14", @@ -2434,7 +2562,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "python_version": "3.14t", @@ -2448,7 +2576,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.9.0" + "stable_version": "2.9.1" }, { "gpu_arch_type": "cpu", @@ -2461,9 +2589,9 @@ "package_type": "libtorch", "build_name": "libtorch-cpu-shared-with-deps-cxx11-abi", "validation_runner": "macos-m1-stable", - "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.9.0.zip", + "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.9.1.zip", "channel": "release", - "stable_version": "2.9.0" + "stable_version": "2.9.1" } ] } From 51e3b32df9116c3e9246fcc27376d57d354c2051 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Wed, 12 Nov 2025 14:40:21 -0500 Subject: [PATCH 2/6] Apply suggestion from @atalman --- assets/quick-start-module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js index af4028b4ae60..9915607c0e09 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", "7.0"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "13.0"], "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", "13.0"], "rocm5.x": ["rocm", "6.4"]}} let stable_version="Stable (2.9.1)"; var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS(); From 79e44a51f028d003475ab5626633980a4f0f0dff Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Wed, 12 Nov 2025 14:42:23 -0500 Subject: [PATCH 3/6] Apply suggestion from @atalman --- assets/quick-start-module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js index 9915607c0e09..43df2fd3c904 100644 --- a/assets/quick-start-module.js +++ b/assets/quick-start-module.js @@ -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/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/cu129/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/cu130", "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.9.1%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.9.1%2Bcu126.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.9.1%2Bcu128.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.9.1%2Bcu130.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.4/libtorch-shared-with-deps-2.9.1%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.9.1.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.9.1.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.9.1.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.9.1.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.9.1.zip", "stable,pip,windows,accnone,python": "pip3 install torch torchvision", "stable,pip,windows,cuda.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "stable,pip,windows,cuda.y,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", "stable,pip,windows,cuda.z,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "stable,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.9.1%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.9.1%2Bcpu.zip", "stable,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.9.1%2Bcu126.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.9.1%2Bcu126.zip", "stable,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.9.1%2Bcu128.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.9.1%2Bcu128.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.9.1%2Bcu130.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-debug-2.9.1%2Bcu130.zip", "stable,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows"}; + var object = {"preview,pip,linux,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,linux,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,linux,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/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/cu130", "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.9.1%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.9.1%2Bcu126.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.9.1%2Bcu128.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.9.1%2Bcu130.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.4/libtorch-shared-with-deps-2.9.1%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.9.1.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.9.1.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.9.1.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.9.1.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.9.1.zip", "stable,pip,windows,accnone,python": "pip3 install torch torchvision", "stable,pip,windows,cuda.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "stable,pip,windows,cuda.y,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", "stable,pip,windows,cuda.z,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "stable,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.9.1%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.9.1%2Bcpu.zip", "stable,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.9.1%2Bcu126.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.9.1%2Bcu126.zip", "stable,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.9.1%2Bcu128.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.9.1%2Bcu128.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.9.1%2Bcu130.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-debug-2.9.1%2Bcu130.zip", "stable,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows"}; if (!object.hasOwnProperty(key)) { $("#command").html( From 9d7401f98c0acbe865696b4f9bad6d2f1c608d2e Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Wed, 12 Nov 2025 14:43:51 -0500 Subject: [PATCH 4/6] Apply suggestion from @atalman --- published_versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/published_versions.json b/published_versions.json index d601f5084c92..ea94ab523060 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, From 30073b653dd4e2fe485bacdeace98245708e73e0 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Wed, 12 Nov 2025 14:44:18 -0500 Subject: [PATCH 5/6] Apply suggestion from @atalman --- published_versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/published_versions.json b/published_versions.json index ea94ab523060..8c658ccc633d 100644 --- a/published_versions.json +++ b/published_versions.json @@ -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": { From 91e0364135c88a3e0da262691bc1d790d62e87ea Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Wed, 12 Nov 2025 14:50:55 -0500 Subject: [PATCH 6/6] Update releases.json - remove cu 12.9 --- releases.json | 130 +------------------------------------------------- 1 file changed, 1 insertion(+), 129 deletions(-) diff --git a/releases.json b/releases.json index 255b9f81e01f..58f338ce6d93 100644 --- a/releases.json +++ b/releases.json @@ -57,20 +57,6 @@ "upload_to_base_bucket": "no", "stable_version": "2.9.1" }, - { - "python_version": "3.10", - "gpu_arch_type": "cuda", - "gpu_arch_version": "12.9", - "desired_cuda": "cu129", - "container_image": "pytorch/manylinux2_28-builder:cuda12.9", - "package_type": "manywheel", - "build_name": "manywheel-py3_10-cuda12_9", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.9.1" - }, { "python_version": "3.10", "gpu_arch_type": "rocm", @@ -155,20 +141,6 @@ "upload_to_base_bucket": "no", "stable_version": "2.9.1" }, - { - "python_version": "3.11", - "gpu_arch_type": "cuda", - "gpu_arch_version": "12.9", - "desired_cuda": "cu129", - "container_image": "pytorch/manylinux2_28-builder:cuda12.9", - "package_type": "manywheel", - "build_name": "manywheel-py3_11-cuda12_9", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.9.1" - }, { "python_version": "3.11", "gpu_arch_type": "rocm", @@ -253,20 +225,6 @@ "upload_to_base_bucket": "no", "stable_version": "2.9.1" }, - { - "python_version": "3.12", - "gpu_arch_type": "cuda", - "gpu_arch_version": "12.9", - "desired_cuda": "cu129", - "container_image": "pytorch/manylinux2_28-builder:cuda12.9", - "package_type": "manywheel", - "build_name": "manywheel-py3_12-cuda12_9", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.9.1" - }, { "python_version": "3.12", "gpu_arch_type": "rocm", @@ -351,20 +309,6 @@ "upload_to_base_bucket": "no", "stable_version": "2.9.1" }, - { - "python_version": "3.13", - "gpu_arch_type": "cuda", - "gpu_arch_version": "12.9", - "desired_cuda": "cu129", - "container_image": "pytorch/manylinux2_28-builder:cuda12.9", - "package_type": "manywheel", - "build_name": "manywheel-py3_13-cuda12_9", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.9.1" - }, { "python_version": "3.13", "gpu_arch_type": "rocm", @@ -449,20 +393,6 @@ "upload_to_base_bucket": "no", "stable_version": "2.9.1" }, - { - "python_version": "3.13t", - "gpu_arch_type": "cuda", - "gpu_arch_version": "12.9", - "desired_cuda": "cu129", - "container_image": "pytorch/manylinux2_28-builder:cuda12.9", - "package_type": "manywheel", - "build_name": "manywheel-py3_13t-cuda12_9", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.9.1" - }, { "python_version": "3.13t", "gpu_arch_type": "rocm", @@ -547,20 +477,6 @@ "upload_to_base_bucket": "no", "stable_version": "2.9.1" }, - { - "python_version": "3.14", - "gpu_arch_type": "cuda", - "gpu_arch_version": "12.9", - "desired_cuda": "cu129", - "container_image": "pytorch/manylinux2_28-builder:cuda12.9", - "package_type": "manywheel", - "build_name": "manywheel-py3_14-cuda12_9", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.9.1" - }, { "python_version": "3.14", "gpu_arch_type": "rocm", @@ -645,20 +561,6 @@ "upload_to_base_bucket": "no", "stable_version": "2.9.1" }, - { - "python_version": "3.14t", - "gpu_arch_type": "cuda", - "gpu_arch_version": "12.9", - "desired_cuda": "cu129", - "container_image": "pytorch/manylinux2_28-builder:cuda12.9", - "package_type": "manywheel", - "build_name": "manywheel-py3_14t-cuda12_9", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", - "channel": "nightly", - "upload_to_base_bucket": "no", - "stable_version": "2.9.1" - }, { "python_version": "3.14t", "gpu_arch_type": "rocm", @@ -747,36 +649,6 @@ "channel": "nightly", "stable_version": "2.9.1" }, - { - "gpu_arch_type": "cuda", - "gpu_arch_version": "12.9", - "desired_cuda": "cu129", - "libtorch_variant": "shared-with-deps", - "libtorch_config": "", - "devtoolset": "cxx11-abi", - "container_image": "pytorch/libtorch-cxx11-builder:cuda12.9", - "package_type": "libtorch", - "build_name": "libtorch-cuda12_9-shared-with-deps-cxx11-abi", - "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip", - "channel": "nightly", - "stable_version": "2.9.1" - }, - { - "gpu_arch_type": "cuda", - "gpu_arch_version": "12.9", - "desired_cuda": "cu129", - "libtorch_variant": "shared-with-deps", - "libtorch_config": "", - "devtoolset": "cxx11-abi", - "container_image": "pytorch/libtorch-cxx11-builder:cuda12.9", - "package_type": "libtorch", - "build_name": "libtorch-cuda12_9-shared-with-deps-cxx11-abi", - "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip", - "channel": "nightly", - "stable_version": "2.9.1" - }, { "gpu_arch_type": "rocm", "gpu_arch_version": "6.4", @@ -2595,4 +2467,4 @@ } ] } -} \ No newline at end of file +}