diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js index 05e589b5cdac..91550af9a316 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", "12.9"], "rocm5.x": ["rocm", "6.4"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.6"], "cuda.z": ["cuda", "12.8"], "rocm5.x": ["rocm", "6.3"]}} -let stable_version="Stable (2.7.1)"; +let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "12.9"], "rocm5.x": ["rocm", "6.4"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "12.9"], "rocm5.x": ["rocm", "6.4"]}} +let stable_version="Stable (2.8.0)"; var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS(); var opts = { @@ -267,7 +267,7 @@ $("[data-toggle='cloud-dropdown']").on("click", function(e) { }); function commandMessage(key) { - var object = {"preview,pip,linux,accnone,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,linux,cuda.x,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,linux,cuda.y,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", "preview,pip,linux,cuda.z,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", "preview,pip,linux,rocm5.x,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4", "preview,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm6.4/libtorch-shared-with-deps-latest.zip", "preview,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision torchaudio --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 torchaudio --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 torchaudio --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 torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,accnone,python": "pip3 install --pre torch torchvision torchaudio --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 torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,windows,cuda.x,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,windows,cuda.y,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", "preview,pip,windows,cuda.z,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", "preview,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu129/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu129/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows", "stable,pip,linux,accnone,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", "stable,pip,linux,cuda.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", "stable,pip,linux,cuda.y,python": "pip3 install torch torchvision torchaudio", "stable,pip,linux,cuda.z,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", "stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3", "stable,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcu118.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu126/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcu126.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu128/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcu128.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.3/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Brocm6.3.zip", "stable,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio", "stable,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio", "stable,pip,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio", "stable,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio", "stable,pip,macos,accnone,python": "pip3 install torch torchvision torchaudio", "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.7.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.7.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.7.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.7.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.7.1.zip", "stable,pip,windows,accnone,python": "pip3 install torch torchvision torchaudio", "stable,pip,windows,cuda.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", "stable,pip,windows,cuda.y,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126", "stable,pip,windows,cuda.z,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", "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.7.1%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.7.1%2Bcpu.zip", "stable,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.7.1%2Bcu118.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.7.1%2Bcu118.zip", "stable,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.7.1%2Bcu126.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.7.1%2Bcu126.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.7.1%2Bcu128.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.7.1%2Bcu128.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/rocm6.4", "preview,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm6.4/libtorch-shared-with-deps-latest.zip", "preview,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,libtorch,macos,accnone,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.y,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.z,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,rocm5.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,pip,windows,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,windows,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,windows,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128", "preview,pip,windows,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", "preview,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu129/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu129/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows", "stable,pip,linux,accnone,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "stable,pip,linux,cuda.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "stable,pip,linux,cuda.y,python": "pip3 install torch torchvision", "stable,pip,linux,cuda.z,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129", "stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4", "stable,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.8.0%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.8.0%2Bcu126.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.8.0%2Bcu128.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu129/libtorch-shared-with-deps-2.8.0%2Bcu129.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.4/libtorch-shared-with-deps-2.8.0%2Brocm6.4.zip", "stable,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,accnone,python": "pip3 install torch torchvision", "stable,libtorch,macos,accnone,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.8.0.zip", "stable,libtorch,macos,cuda.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.8.0.zip", "stable,libtorch,macos,cuda.y,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.8.0.zip", "stable,libtorch,macos,cuda.z,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.8.0.zip", "stable,libtorch,macos,rocm5.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.8.0.zip", "stable,pip,windows,accnone,python": "pip3 install torch torchvision", "stable,pip,windows,cuda.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "stable,pip,windows,cuda.y,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", "stable,pip,windows,cuda.z,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129", "stable,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.8.0%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.8.0%2Bcpu.zip", "stable,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.8.0%2Bcu126.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.8.0%2Bcu126.zip", "stable,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.8.0%2Bcu128.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.8.0%2Bcu128.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu129/libtorch-win-shared-with-deps-2.8.0%2Bcu129.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu129/libtorch-win-shared-with-deps-debug-2.8.0%2Bcu129.zip", "stable,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows"}; if (!object.hasOwnProperty(key)) { $("#command").html( diff --git a/published_versions.json b/published_versions.json index 6d2eae3b5605..c51ff28f8d17 100644 --- a/published_versions.json +++ b/published_versions.json @@ -1,5 +1,5 @@ { - "latest_stable": "2.7.1", + "latest_stable": "2.8.0", "latest_lts": "lts-1.8.2", "versions": { "preview": { @@ -7,23 +7,23 @@ "pip": { "accnone": { "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu" + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu" }, "cuda.x": { "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126" + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126" }, "cuda.y": { "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128" + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128" }, "cuda.z": { "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129" + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129" }, "rocm5.x": { "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4" + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.4" } }, "libtorch": { @@ -63,27 +63,27 @@ "pip": { "cuda.x": { "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "default": true }, "cuda.y": { "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "default": true }, "cuda.z": { "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "default": true }, "rocm5.x": { "note": "# ROCm is not available on MacOS, please use default package", - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "default": true }, "accnone": { "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu" + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu" } }, "libtorch": { @@ -127,19 +127,19 @@ "pip": { "accnone": { "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu" + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu" }, "cuda.x": { "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126" + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126" }, "cuda.y": { "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128" + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128" }, "cuda.z": { "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129" + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129" }, "rocm5.x": { "note": "NOTE: ROCm is not available on Windows", @@ -6195,6 +6195,186 @@ } } } + }, + "2.8.0": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision" + }, + "cuda.z": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129" + }, + "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.8.0%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.8.0%2Bcu126.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.8.0%2Bcu128.zip" + } + }, + "cuda.z": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu129/libtorch-shared-with-deps-2.8.0%2Bcu129.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm6.4/libtorch-shared-with-deps-2.8.0%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.8.0.zip" + } + }, + "cuda.x": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.8.0.zip" + } + }, + "cuda.y": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.8.0.zip" + } + }, + "cuda.z": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.8.0.zip" + } + }, + "rocm5.x": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.8.0.zip" + } + } + } + }, + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128" + }, + "cuda.z": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129" + }, + "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.8.0%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.8.0%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.8.0%2Bcu126.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.8.0%2Bcu126.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.8.0%2Bcu128.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.8.0%2Bcu128.zip" + } + }, + "cuda.z": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu129/libtorch-win-shared-with-deps-2.8.0%2Bcu129.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu129/libtorch-win-shared-with-deps-debug-2.8.0%2Bcu129.zip" + } + }, + "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 515bc9864e5b..6d953e6feed0 100644 --- a/releases.json +++ b/releases.json @@ -10,10 +10,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_9-cpu", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -25,10 +25,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_9-cuda12_6", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -40,10 +40,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_9-cuda12_8", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -55,10 +55,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_9-cuda12_9", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -70,10 +70,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_9-rocm6_3", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.3", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -85,10 +85,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_9-rocm6_4", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -100,10 +100,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_10-cpu", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -115,10 +115,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_10-cuda12_6", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -130,10 +130,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_10-cuda12_8", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -145,10 +145,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_10-cuda12_9", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -160,10 +160,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_10-rocm6_3", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.3", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -175,10 +175,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_10-rocm6_4", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -190,10 +190,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_11-cpu", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -205,10 +205,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_11-cuda12_6", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -220,10 +220,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_11-cuda12_8", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -235,10 +235,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_11-cuda12_9", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -250,10 +250,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_11-rocm6_3", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.3", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -265,10 +265,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_11-rocm6_4", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -280,10 +280,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_12-cpu", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -295,10 +295,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_12-cuda12_6", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -310,10 +310,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_12-cuda12_8", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -325,10 +325,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_12-cuda12_9", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -340,10 +340,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_12-rocm6_3", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.3", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -355,10 +355,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_12-rocm6_4", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -370,10 +370,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13-cpu", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -385,10 +385,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13-cuda12_6", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -400,10 +400,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13-cuda12_8", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -415,10 +415,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13-cuda12_9", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -430,10 +430,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13-rocm6_3", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.3", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -445,10 +445,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13-rocm6_4", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -460,10 +460,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13t-cpu", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -475,10 +475,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13t-cuda12_6", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -490,10 +490,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13t-cuda12_8", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -505,10 +505,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13t-cuda12_9", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -520,10 +520,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13t-rocm6_3", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm6.3", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -535,10 +535,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13t-rocm6_4", "validation_runner": "linux.2xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -554,7 +554,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cuda", @@ -569,7 +569,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cuda", @@ -584,7 +584,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu128/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cuda", @@ -599,7 +599,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "rocm", @@ -614,7 +614,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/rocm6.3/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "rocm", @@ -629,7 +629,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.7.1" + "stable_version": "2.8.0" } ], "windows": [ @@ -642,10 +642,10 @@ "package_type": "wheel", "build_name": "wheel-py3_9-cpu", "validation_runner": "windows.4xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -657,10 +657,10 @@ "package_type": "wheel", "build_name": "wheel-py3_9-cuda12_6", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -672,10 +672,10 @@ "package_type": "wheel", "build_name": "wheel-py3_9-cuda12_8", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -687,10 +687,10 @@ "package_type": "wheel", "build_name": "wheel-py3_9-cuda12_9", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -702,10 +702,10 @@ "package_type": "wheel", "build_name": "wheel-py3_10-cpu", "validation_runner": "windows.4xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -717,10 +717,10 @@ "package_type": "wheel", "build_name": "wheel-py3_10-cuda12_6", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -732,10 +732,10 @@ "package_type": "wheel", "build_name": "wheel-py3_10-cuda12_8", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -747,10 +747,10 @@ "package_type": "wheel", "build_name": "wheel-py3_10-cuda12_9", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -762,10 +762,10 @@ "package_type": "wheel", "build_name": "wheel-py3_11-cpu", "validation_runner": "windows.4xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -777,10 +777,10 @@ "package_type": "wheel", "build_name": "wheel-py3_11-cuda12_6", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -792,10 +792,10 @@ "package_type": "wheel", "build_name": "wheel-py3_11-cuda12_8", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -807,10 +807,10 @@ "package_type": "wheel", "build_name": "wheel-py3_11-cuda12_9", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -822,10 +822,10 @@ "package_type": "wheel", "build_name": "wheel-py3_12-cpu", "validation_runner": "windows.4xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -837,10 +837,10 @@ "package_type": "wheel", "build_name": "wheel-py3_12-cuda12_6", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -852,10 +852,10 @@ "package_type": "wheel", "build_name": "wheel-py3_12-cuda12_8", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -867,10 +867,10 @@ "package_type": "wheel", "build_name": "wheel-py3_12-cuda12_9", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -882,10 +882,10 @@ "package_type": "wheel", "build_name": "wheel-py3_13-cpu", "validation_runner": "windows.4xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -897,10 +897,10 @@ "package_type": "wheel", "build_name": "wheel-py3_13-cuda12_6", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -912,10 +912,10 @@ "package_type": "wheel", "build_name": "wheel-py3_13-cuda12_8", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -927,10 +927,10 @@ "package_type": "wheel", "build_name": "wheel-py3_13-cuda12_9", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -942,10 +942,10 @@ "package_type": "wheel", "build_name": "wheel-py3_13t-cpu", "validation_runner": "windows.4xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -957,10 +957,10 @@ "package_type": "wheel", "build_name": "wheel-py3_13t-cuda12_6", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -972,10 +972,10 @@ "package_type": "wheel", "build_name": "wheel-py3_13t-cuda12_8", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -987,10 +987,10 @@ "package_type": "wheel", "build_name": "wheel-py3_13t-cuda12_9", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1006,7 +1006,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.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cuda", @@ -1021,7 +1021,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.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cuda", @@ -1036,7 +1036,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.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cuda", @@ -1051,7 +1051,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-win-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cpu", @@ -1066,7 +1066,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.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cuda", @@ -1081,7 +1081,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.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cuda", @@ -1096,7 +1096,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.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cuda", @@ -1111,7 +1111,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-win-shared-with-deps-debug-latest.zip", "channel": "nightly", - "stable_version": "2.7.1" + "stable_version": "2.8.0" } ], "macos": [ @@ -1124,10 +1124,10 @@ "package_type": "wheel", "build_name": "wheel-py3_9-cpu", "validation_runner": "macos-m1-stable", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1139,10 +1139,10 @@ "package_type": "wheel", "build_name": "wheel-py3_10-cpu", "validation_runner": "macos-m1-stable", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1154,10 +1154,10 @@ "package_type": "wheel", "build_name": "wheel-py3_11-cpu", "validation_runner": "macos-m1-stable", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1169,10 +1169,10 @@ "package_type": "wheel", "build_name": "wheel-py3_12-cpu", "validation_runner": "macos-m1-stable", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1184,10 +1184,10 @@ "package_type": "wheel", "build_name": "wheel-py3_13-cpu", "validation_runner": "macos-m1-stable", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1199,10 +1199,10 @@ "package_type": "wheel", "build_name": "wheel-py3_13t-cpu", "validation_runner": "macos-m1-stable", - "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "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.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1218,7 +1218,7 @@ "validation_runner": "macos-m1-stable", "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "channel": "nightly", - "stable_version": "2.7.1" + "stable_version": "2.8.0" } ] }, @@ -1233,25 +1233,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_9-cpu", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", - "use_split_build": false - }, - { - "python_version": "3.9", - "gpu_arch_type": "cuda", - "gpu_arch_version": "11.8", - "desired_cuda": "cu118", - "container_image": "pytorch/manylinux2_28-builder:cuda11.8", - "package_type": "manywheel", - "build_name": "manywheel-py3_9-cuda11_8", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", - "channel": "release", - "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1263,10 +1248,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_9-cuda12_6", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1278,25 +1263,25 @@ "package_type": "manywheel", "build_name": "manywheel-py3_9-cuda12_8", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.9", - "gpu_arch_type": "rocm", - "gpu_arch_version": "6.2.4", - "desired_cuda": "rocm6.2.4", - "container_image": "pytorch/manylinux2_28-builder:rocm6.2.4", + "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_9-rocm6_2_4", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4", + "build_name": "manywheel-py3_9-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1308,40 +1293,40 @@ "package_type": "manywheel", "build_name": "manywheel-py3_9-rocm6_3", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.3", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { - "python_version": "3.10", - "gpu_arch_type": "cpu", - "gpu_arch_version": "", - "desired_cuda": "cpu", - "container_image": "pytorch/manylinux2_28-builder:cpu", + "python_version": "3.9", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.4", + "desired_cuda": "rocm6.4", + "container_image": "pytorch/manylinux2_28-builder:rocm6.4", "package_type": "manywheel", - "build_name": "manywheel-py3_10-cpu", + "build_name": "manywheel-py3_9-rocm6_4", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.10", - "gpu_arch_type": "cuda", - "gpu_arch_version": "11.8", - "desired_cuda": "cu118", - "container_image": "pytorch/manylinux2_28-builder:cuda11.8", + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "container_image": "pytorch/manylinux2_28-builder:cpu", "package_type": "manywheel", - "build_name": "manywheel-py3_10-cuda11_8", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", + "build_name": "manywheel-py3_10-cpu", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1353,10 +1338,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_10-cuda12_6", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1368,25 +1353,25 @@ "package_type": "manywheel", "build_name": "manywheel-py3_10-cuda12_8", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.10", - "gpu_arch_type": "rocm", - "gpu_arch_version": "6.2.4", - "desired_cuda": "rocm6.2.4", - "container_image": "pytorch/manylinux2_28-builder:rocm6.2.4", + "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-rocm6_2_4", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4", + "build_name": "manywheel-py3_10-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1398,40 +1383,40 @@ "package_type": "manywheel", "build_name": "manywheel-py3_10-rocm6_3", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.3", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { - "python_version": "3.11", - "gpu_arch_type": "cpu", - "gpu_arch_version": "", - "desired_cuda": "cpu", - "container_image": "pytorch/manylinux2_28-builder:cpu", + "python_version": "3.10", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.4", + "desired_cuda": "rocm6.4", + "container_image": "pytorch/manylinux2_28-builder:rocm6.4", "package_type": "manywheel", - "build_name": "manywheel-py3_11-cpu", + "build_name": "manywheel-py3_10-rocm6_4", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.11", - "gpu_arch_type": "cuda", - "gpu_arch_version": "11.8", - "desired_cuda": "cu118", - "container_image": "pytorch/manylinux2_28-builder:cuda11.8", + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "container_image": "pytorch/manylinux2_28-builder:cpu", "package_type": "manywheel", - "build_name": "manywheel-py3_11-cuda11_8", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", + "build_name": "manywheel-py3_11-cpu", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1443,10 +1428,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_11-cuda12_6", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1458,25 +1443,25 @@ "package_type": "manywheel", "build_name": "manywheel-py3_11-cuda12_8", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.11", - "gpu_arch_type": "rocm", - "gpu_arch_version": "6.2.4", - "desired_cuda": "rocm6.2.4", - "container_image": "pytorch/manylinux2_28-builder:rocm6.2.4", + "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-rocm6_2_4", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4", + "build_name": "manywheel-py3_11-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1488,40 +1473,40 @@ "package_type": "manywheel", "build_name": "manywheel-py3_11-rocm6_3", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.3", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { - "python_version": "3.12", - "gpu_arch_type": "cpu", - "gpu_arch_version": "", - "desired_cuda": "cpu", - "container_image": "pytorch/manylinux2_28-builder:cpu", + "python_version": "3.11", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.4", + "desired_cuda": "rocm6.4", + "container_image": "pytorch/manylinux2_28-builder:rocm6.4", "package_type": "manywheel", - "build_name": "manywheel-py3_12-cpu", + "build_name": "manywheel-py3_11-rocm6_4", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.12", - "gpu_arch_type": "cuda", - "gpu_arch_version": "11.8", - "desired_cuda": "cu118", - "container_image": "pytorch/manylinux2_28-builder:cuda11.8", + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "container_image": "pytorch/manylinux2_28-builder:cpu", "package_type": "manywheel", - "build_name": "manywheel-py3_12-cuda11_8", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", + "build_name": "manywheel-py3_12-cpu", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1533,10 +1518,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_12-cuda12_6", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1548,25 +1533,25 @@ "package_type": "manywheel", "build_name": "manywheel-py3_12-cuda12_8", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.12", - "gpu_arch_type": "rocm", - "gpu_arch_version": "6.2.4", - "desired_cuda": "rocm6.2.4", - "container_image": "pytorch/manylinux2_28-builder:rocm6.2.4", + "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-rocm6_2_4", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4", + "build_name": "manywheel-py3_12-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1578,40 +1563,40 @@ "package_type": "manywheel", "build_name": "manywheel-py3_12-rocm6_3", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.3", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { - "python_version": "3.13", - "gpu_arch_type": "cpu", - "gpu_arch_version": "", - "desired_cuda": "cpu", - "container_image": "pytorch/manylinux2_28-builder:cpu", + "python_version": "3.12", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.4", + "desired_cuda": "rocm6.4", + "container_image": "pytorch/manylinux2_28-builder:rocm6.4", "package_type": "manywheel", - "build_name": "manywheel-py3_13-cpu", + "build_name": "manywheel-py3_12-rocm6_4", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.13", - "gpu_arch_type": "cuda", - "gpu_arch_version": "11.8", - "desired_cuda": "cu118", - "container_image": "pytorch/manylinux2_28-builder:cuda11.8", + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "container_image": "pytorch/manylinux2_28-builder:cpu", "package_type": "manywheel", - "build_name": "manywheel-py3_13-cuda11_8", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", + "build_name": "manywheel-py3_13-cpu", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1623,10 +1608,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13-cuda12_6", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1638,25 +1623,25 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13-cuda12_8", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.13", - "gpu_arch_type": "rocm", - "gpu_arch_version": "6.2.4", - "desired_cuda": "rocm6.2.4", - "container_image": "pytorch/manylinux2_28-builder:rocm6.2.4", + "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-rocm6_2_4", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4", + "build_name": "manywheel-py3_13-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1668,40 +1653,40 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13-rocm6_3", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.3", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { - "python_version": "3.13t", - "gpu_arch_type": "cpu", - "gpu_arch_version": "", - "desired_cuda": "cpu", - "container_image": "pytorch/manylinux2_28-builder:cpu", + "python_version": "3.13", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.4", + "desired_cuda": "rocm6.4", + "container_image": "pytorch/manylinux2_28-builder:rocm6.4", "package_type": "manywheel", - "build_name": "manywheel-py3_13t-cpu", + "build_name": "manywheel-py3_13-rocm6_4", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.13t", - "gpu_arch_type": "cuda", - "gpu_arch_version": "11.8", - "desired_cuda": "cu118", - "container_image": "pytorch/manylinux2_28-builder:cuda11.8", + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "container_image": "pytorch/manylinux2_28-builder:cpu", "package_type": "manywheel", - "build_name": "manywheel-py3_13t-cuda11_8", - "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", + "build_name": "manywheel-py3_13t-cpu", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1713,10 +1698,10 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13t-cuda12_6", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1728,25 +1713,25 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13t-cuda12_8", "validation_runner": "linux.g5.4xlarge.nvidia.gpu", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.13t", - "gpu_arch_type": "rocm", - "gpu_arch_version": "6.2.4", - "desired_cuda": "rocm6.2.4", - "container_image": "pytorch/manylinux2_28-builder:rocm6.2.4", + "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-rocm6_2_4", - "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4", + "build_name": "manywheel-py3_13t-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1758,10 +1743,25 @@ "package_type": "manywheel", "build_name": "manywheel-py3_13t-rocm6_3", "validation_runner": "linux.2xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.3", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", + "use_split_build": false + }, + { + "python_version": "3.13t", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.4", + "desired_cuda": "rocm6.4", + "container_image": "pytorch/manylinux2_28-builder:rocm6.4", + "package_type": "manywheel", + "build_name": "manywheel-py3_13t-rocm6_4", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1775,24 +1775,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-cxx11-abi-shared-with-deps-2.7.1%2Bcpu.zip", - "channel": "release", - "stable_version": "2.7.1" - }, - { - "gpu_arch_type": "cuda", - "gpu_arch_version": "11.8", - "desired_cuda": "cu118", - "libtorch_variant": "shared-with-deps", - "libtorch_config": "", - "devtoolset": "cxx11-abi", - "container_image": "pytorch/libtorch-cxx11-builder:cuda11.8", - "package_type": "libtorch", - "build_name": "libtorch-cuda11_8-shared-with-deps-cxx11-abi", - "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcu118.zip", + "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.8.0%2Bcpu.zip", "channel": "release", - "stable_version": "2.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cuda", @@ -1805,9 +1790,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-cxx11-abi-shared-with-deps-2.7.1%2Bcu126.zip", + "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.8.0%2Bcu126.zip", "channel": "release", - "stable_version": "2.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cuda", @@ -1820,24 +1805,24 @@ "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-cxx11-abi-shared-with-deps-2.7.1%2Bcu128.zip", + "installation": "https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.8.0%2Bcu128.zip", "channel": "release", - "stable_version": "2.7.1" + "stable_version": "2.8.0" }, { - "gpu_arch_type": "rocm", - "gpu_arch_version": "6.2.4", - "desired_cuda": "rocm6.2.4", + "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:rocm6.2.4", + "container_image": "pytorch/libtorch-cxx11-builder:cuda12.9", "package_type": "libtorch", - "build_name": "libtorch-rocm6_2_4-shared-with-deps-cxx11-abi", + "build_name": "libtorch-cuda12_9-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/rocm6.2.4/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Brocm6.2.4.zip", + "installation": "https://download.pytorch.org/libtorch/cu129/libtorch-shared-with-deps-2.8.0%2Bcu129.zip", "channel": "release", - "stable_version": "2.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "rocm", @@ -1850,9 +1835,24 @@ "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-cxx11-abi-shared-with-deps-2.7.1%2Brocm6.3.zip", + "installation": "https://download.pytorch.org/libtorch/rocm6.3/libtorch-shared-with-deps-2.8.0%2Brocm6.3.zip", + "channel": "release", + "stable_version": "2.8.0" + }, + { + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.4", + "desired_cuda": "rocm6.4", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "cxx11-abi", + "container_image": "pytorch/libtorch-cxx11-builder:rocm6.4", + "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.8.0%2Brocm6.4.zip", "channel": "release", - "stable_version": "2.7.1" + "stable_version": "2.8.0" } ], "windows": [ @@ -1865,55 +1865,55 @@ "package_type": "wheel", "build_name": "wheel-py3_9-cpu", "validation_runner": "windows.4xlarge", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.9", "gpu_arch_type": "cuda", - "gpu_arch_version": "11.8", - "desired_cuda": "cu118", - "container_image": "pytorch/manylinux2_28-builder:cuda11.8", + "gpu_arch_version": "12.6", + "desired_cuda": "cu126", + "container_image": "pytorch/manylinux2_28-builder:cuda12.6", "package_type": "wheel", - "build_name": "wheel-py3_9-cuda11_8", + "build_name": "wheel-py3_9-cuda12_6", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.9", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.6", - "desired_cuda": "cu126", - "container_image": "pytorch/manylinux2_28-builder:cuda12.6", + "gpu_arch_version": "12.8", + "desired_cuda": "cu128", + "container_image": "pytorch/manylinux2_28-builder:cuda12.8", "package_type": "wheel", - "build_name": "wheel-py3_9-cuda12_6", + "build_name": "wheel-py3_9-cuda12_8", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.9", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", "package_type": "wheel", - "build_name": "wheel-py3_9-cuda12_8", + "build_name": "wheel-py3_9-cuda12_9", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1925,55 +1925,55 @@ "package_type": "wheel", "build_name": "wheel-py3_10-cpu", "validation_runner": "windows.4xlarge", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.10", "gpu_arch_type": "cuda", - "gpu_arch_version": "11.8", - "desired_cuda": "cu118", - "container_image": "pytorch/manylinux2_28-builder:cuda11.8", + "gpu_arch_version": "12.6", + "desired_cuda": "cu126", + "container_image": "pytorch/manylinux2_28-builder:cuda12.6", "package_type": "wheel", - "build_name": "wheel-py3_10-cuda11_8", + "build_name": "wheel-py3_10-cuda12_6", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.10", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.6", - "desired_cuda": "cu126", - "container_image": "pytorch/manylinux2_28-builder:cuda12.6", + "gpu_arch_version": "12.8", + "desired_cuda": "cu128", + "container_image": "pytorch/manylinux2_28-builder:cuda12.8", "package_type": "wheel", - "build_name": "wheel-py3_10-cuda12_6", + "build_name": "wheel-py3_10-cuda12_8", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.10", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", "package_type": "wheel", - "build_name": "wheel-py3_10-cuda12_8", + "build_name": "wheel-py3_10-cuda12_9", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -1985,55 +1985,55 @@ "package_type": "wheel", "build_name": "wheel-py3_11-cpu", "validation_runner": "windows.4xlarge", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.11", "gpu_arch_type": "cuda", - "gpu_arch_version": "11.8", - "desired_cuda": "cu118", - "container_image": "pytorch/manylinux2_28-builder:cuda11.8", + "gpu_arch_version": "12.6", + "desired_cuda": "cu126", + "container_image": "pytorch/manylinux2_28-builder:cuda12.6", "package_type": "wheel", - "build_name": "wheel-py3_11-cuda11_8", + "build_name": "wheel-py3_11-cuda12_6", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.11", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.6", - "desired_cuda": "cu126", - "container_image": "pytorch/manylinux2_28-builder:cuda12.6", + "gpu_arch_version": "12.8", + "desired_cuda": "cu128", + "container_image": "pytorch/manylinux2_28-builder:cuda12.8", "package_type": "wheel", - "build_name": "wheel-py3_11-cuda12_6", + "build_name": "wheel-py3_11-cuda12_8", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.11", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", "package_type": "wheel", - "build_name": "wheel-py3_11-cuda12_8", + "build_name": "wheel-py3_11-cuda12_9", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -2045,55 +2045,55 @@ "package_type": "wheel", "build_name": "wheel-py3_12-cpu", "validation_runner": "windows.4xlarge", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.12", "gpu_arch_type": "cuda", - "gpu_arch_version": "11.8", - "desired_cuda": "cu118", - "container_image": "pytorch/manylinux2_28-builder:cuda11.8", + "gpu_arch_version": "12.6", + "desired_cuda": "cu126", + "container_image": "pytorch/manylinux2_28-builder:cuda12.6", "package_type": "wheel", - "build_name": "wheel-py3_12-cuda11_8", + "build_name": "wheel-py3_12-cuda12_6", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.12", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.6", - "desired_cuda": "cu126", - "container_image": "pytorch/manylinux2_28-builder:cuda12.6", + "gpu_arch_version": "12.8", + "desired_cuda": "cu128", + "container_image": "pytorch/manylinux2_28-builder:cuda12.8", "package_type": "wheel", - "build_name": "wheel-py3_12-cuda12_6", + "build_name": "wheel-py3_12-cuda12_8", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.12", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", "package_type": "wheel", - "build_name": "wheel-py3_12-cuda12_8", + "build_name": "wheel-py3_12-cuda12_9", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -2105,55 +2105,55 @@ "package_type": "wheel", "build_name": "wheel-py3_13-cpu", "validation_runner": "windows.4xlarge", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.13", "gpu_arch_type": "cuda", - "gpu_arch_version": "11.8", - "desired_cuda": "cu118", - "container_image": "pytorch/manylinux2_28-builder:cuda11.8", + "gpu_arch_version": "12.6", + "desired_cuda": "cu126", + "container_image": "pytorch/manylinux2_28-builder:cuda12.6", "package_type": "wheel", - "build_name": "wheel-py3_13-cuda11_8", + "build_name": "wheel-py3_13-cuda12_6", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.13", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.6", - "desired_cuda": "cu126", - "container_image": "pytorch/manylinux2_28-builder:cuda12.6", + "gpu_arch_version": "12.8", + "desired_cuda": "cu128", + "container_image": "pytorch/manylinux2_28-builder:cuda12.8", "package_type": "wheel", - "build_name": "wheel-py3_13-cuda12_6", + "build_name": "wheel-py3_13-cuda12_8", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.13", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", "package_type": "wheel", - "build_name": "wheel-py3_13-cuda12_8", + "build_name": "wheel-py3_13-cuda12_9", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -2165,55 +2165,55 @@ "package_type": "wheel", "build_name": "wheel-py3_13t-cpu", "validation_runner": "windows.4xlarge", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.13t", "gpu_arch_type": "cuda", - "gpu_arch_version": "11.8", - "desired_cuda": "cu118", - "container_image": "pytorch/manylinux2_28-builder:cuda11.8", + "gpu_arch_version": "12.6", + "desired_cuda": "cu126", + "container_image": "pytorch/manylinux2_28-builder:cuda12.6", "package_type": "wheel", - "build_name": "wheel-py3_13t-cuda11_8", + "build_name": "wheel-py3_13t-cuda12_6", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.13t", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.6", - "desired_cuda": "cu126", - "container_image": "pytorch/manylinux2_28-builder:cuda12.6", + "gpu_arch_version": "12.8", + "desired_cuda": "cu128", + "container_image": "pytorch/manylinux2_28-builder:cuda12.8", "package_type": "wheel", - "build_name": "wheel-py3_13t-cuda12_6", + "build_name": "wheel-py3_13t-cuda12_8", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { "python_version": "3.13t", "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", - "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", "package_type": "wheel", - "build_name": "wheel-py3_13t-cuda12_8", + "build_name": "wheel-py3_13t-cuda12_9", "validation_runner": "windows.g4dn.xlarge", - "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -2227,54 +2227,54 @@ "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.7.1%2Bcpu.zip", + "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.8.0%2Bcpu.zip", "channel": "release", - "stable_version": "2.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cuda", - "gpu_arch_version": "11.8", - "desired_cuda": "cu118", + "gpu_arch_version": "12.6", + "desired_cuda": "cu126", "libtorch_variant": "shared-with-deps", "libtorch_config": "release", "devtoolset": "", "container_image": "", "package_type": "libtorch", - "build_name": "libtorch-cuda11_8-shared-with-deps-release", + "build_name": "libtorch-cuda12_6-shared-with-deps-release", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.7.1%2Bcu118.zip", + "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.8.0%2Bcu126.zip", "channel": "release", - "stable_version": "2.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cuda", - "gpu_arch_version": "12.6", - "desired_cuda": "cu126", + "gpu_arch_version": "12.8", + "desired_cuda": "cu128", "libtorch_variant": "shared-with-deps", "libtorch_config": "release", "devtoolset": "", "container_image": "", "package_type": "libtorch", - "build_name": "libtorch-cuda12_6-shared-with-deps-release", + "build_name": "libtorch-cuda12_8-shared-with-deps-release", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.7.1%2Bcu126.zip", + "installation": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.8.0%2Bcu128.zip", "channel": "release", - "stable_version": "2.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", "libtorch_variant": "shared-with-deps", "libtorch_config": "release", "devtoolset": "", "container_image": "", "package_type": "libtorch", - "build_name": "libtorch-cuda12_8-shared-with-deps-release", + "build_name": "libtorch-cuda12_9-shared-with-deps-release", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.7.1%2Bcu128.zip", + "installation": "https://download.pytorch.org/libtorch/cu129/libtorch-win-shared-with-deps-2.8.0%2Bcu129.zip", "channel": "release", - "stable_version": "2.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cpu", @@ -2287,54 +2287,54 @@ "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.7.1%2Bcpu.zip", + "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.8.0%2Bcpu.zip", "channel": "release", - "stable_version": "2.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cuda", - "gpu_arch_version": "11.8", - "desired_cuda": "cu118", + "gpu_arch_version": "12.6", + "desired_cuda": "cu126", "libtorch_variant": "shared-with-deps", "libtorch_config": "debug", "devtoolset": "", "container_image": "", "package_type": "libtorch", - "build_name": "libtorch-cuda11_8-shared-with-deps-debug", + "build_name": "libtorch-cuda12_6-shared-with-deps-debug", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.7.1%2Bcu118.zip", + "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.8.0%2Bcu126.zip", "channel": "release", - "stable_version": "2.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cuda", - "gpu_arch_version": "12.6", - "desired_cuda": "cu126", + "gpu_arch_version": "12.8", + "desired_cuda": "cu128", "libtorch_variant": "shared-with-deps", "libtorch_config": "debug", "devtoolset": "", "container_image": "", "package_type": "libtorch", - "build_name": "libtorch-cuda12_6-shared-with-deps-debug", + "build_name": "libtorch-cuda12_8-shared-with-deps-debug", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.7.1%2Bcu126.zip", + "installation": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.8.0%2Bcu128.zip", "channel": "release", - "stable_version": "2.7.1" + "stable_version": "2.8.0" }, { "gpu_arch_type": "cuda", - "gpu_arch_version": "12.8", - "desired_cuda": "cu128", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", "libtorch_variant": "shared-with-deps", "libtorch_config": "debug", "devtoolset": "", "container_image": "", "package_type": "libtorch", - "build_name": "libtorch-cuda12_8-shared-with-deps-debug", + "build_name": "libtorch-cuda12_9-shared-with-deps-debug", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.7.1%2Bcu128.zip", + "installation": "https://download.pytorch.org/libtorch/cu129/libtorch-win-shared-with-deps-debug-2.8.0%2Bcu129.zip", "channel": "release", - "stable_version": "2.7.1" + "stable_version": "2.8.0" } ], "macos": [ @@ -2347,10 +2347,10 @@ "package_type": "wheel", "build_name": "wheel-py3_9-cpu", "validation_runner": "macos-m1-stable", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -2362,10 +2362,10 @@ "package_type": "wheel", "build_name": "wheel-py3_10-cpu", "validation_runner": "macos-m1-stable", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -2377,10 +2377,10 @@ "package_type": "wheel", "build_name": "wheel-py3_11-cpu", "validation_runner": "macos-m1-stable", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -2392,10 +2392,10 @@ "package_type": "wheel", "build_name": "wheel-py3_12-cpu", "validation_runner": "macos-m1-stable", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -2407,10 +2407,10 @@ "package_type": "wheel", "build_name": "wheel-py3_13-cpu", "validation_runner": "macos-m1-stable", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -2422,10 +2422,10 @@ "package_type": "wheel", "build_name": "wheel-py3_13t-cpu", "validation_runner": "macos-m1-stable", - "installation": "pip3 install torch torchvision torchaudio", + "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.7.1", + "stable_version": "2.8.0", "use_split_build": false }, { @@ -2439,9 +2439,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.7.1.zip", + "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.8.0.zip", "channel": "release", - "stable_version": "2.7.1" + "stable_version": "2.8.0" } ] }