diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js index 792095fccda1..78605fd2786a 100644 --- a/assets/quick-start-module.js +++ b/assets/quick-start-module.js @@ -11,7 +11,7 @@ var archInfoMap = new Map([ ['accnone', {title: "CPU", platforms: new Set(['linux', 'macos', 'windows'])}] ]); -let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.4"], "cuda.z": ["cuda", "12.6"], "rocm5.x": ["rocm", "6.2.4"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.1"], "cuda.z": ["cuda", "12.4"], "rocm5.x": ["rocm", "6.2"]}} +let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.4"], "cuda.z": ["cuda", "12.6"], "rocm5.x": ["rocm", "6.3"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.1"], "cuda.z": ["cuda", "12.4"], "rocm5.x": ["rocm", "6.2"]}} let stable_version="Stable (2.5.1)"; var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS(); @@ -267,7 +267,7 @@ $("[data-toggle='cloud-dropdown']").on("click", function(e) { }); function commandMessage(key) { - var object = {"preview,pip,linux,accnone,python": "pip3 install --pre torch torchvision 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/cu118", "preview,pip,linux,cuda.y,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", "preview,pip,linux,cuda.z,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,linux,rocm5.x,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.2.4", "preview,conda,linux,cuda.x,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,linux,cuda.y,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,linux,cuda.z,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,linux,rocm5.x,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,linux,accnone,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,libtorch,linux,accnone,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu118/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu118/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.y,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu124/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu124/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.z,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm6.2.4/libtorch-cxx11-abi-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,conda,macos,cuda.x,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,macos,cuda.y,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,macos,cuda.z,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,macos,rocm5.x,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,macos,accnone,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "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/cu118", "preview,pip,windows,cuda.y,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", "preview,pip,windows,cuda.z,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,conda,windows,cuda.x,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,windows,cuda.y,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,windows,cuda.z,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,conda,windows,accnone,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "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/cu118/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu118/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu124/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu124/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.z,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,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 --index-url https://download.pytorch.org/whl/cu121", "stable,pip,linux,cuda.z,python": "pip3 install torch torchvision torchaudio", "stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2", "stable,conda,linux,cuda.x,python": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia", "stable,conda,linux,cuda.y,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia", "stable,conda,linux,cuda.z,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch -c nvidia", "stable,conda,linux,rocm5.x,python": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", "stable,conda,linux,accnone,python": "conda install pytorch torchvision torchaudio cpuonly -c pytorch", "stable,libtorch,linux,accnone,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.5.1%2Bcpu.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.5.1%2Bcu118.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Bcu118.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.5.1%2Bcu121.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Bcu121.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cu124/libtorch-shared-with-deps-2.5.1%2Bcu124.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu124/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Bcu124.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.2/libtorch-shared-with-deps-2.5.1%2Brocm6.2.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.2/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Brocm6.2.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,conda,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch::pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch::pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch::pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
conda install pytorch::pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,accnone,python": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", "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.5.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.5.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.5.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.5.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.5.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/cu121", "stable,pip,windows,cuda.z,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124", "stable,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,conda,windows,cuda.x,python": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia", "stable,conda,windows,cuda.y,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia", "stable,conda,windows,cuda.z,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch -c nvidia", "stable,conda,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,conda,windows,accnone,python": "conda install pytorch torchvision torchaudio cpuonly -c pytorch", "stable,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.5.1%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.5.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.5.1%2Bcu118.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.5.1%2Bcu118.zip", "stable,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.5.1%2Bcu121.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.5.1%2Bcu121.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu124/libtorch-win-shared-with-deps-2.5.1%2Bcu124.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu124/libtorch-win-shared-with-deps-debug-2.5.1%2Bcu124.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 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/cu118", "preview,pip,linux,cuda.y,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", "preview,pip,linux,cuda.z,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,linux,rocm5.x,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3", "preview,conda,linux,cuda.x,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,linux,cuda.y,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,linux,cuda.z,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,linux,rocm5.x,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,linux,accnone,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,libtorch,linux,accnone,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu118/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu118/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.y,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu124/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu124/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.z,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm6.3/libtorch-cxx11-abi-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,conda,macos,cuda.x,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,macos,cuda.y,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,macos,cuda.z,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,macos,rocm5.x,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,macos,accnone,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "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/cu118", "preview,pip,windows,cuda.y,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", "preview,pip,windows,cuda.z,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,conda,windows,cuda.x,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,windows,cuda.y,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,windows,cuda.z,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "preview,conda,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,conda,windows,accnone,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "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/cu118/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu118/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu124/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu124/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.z,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,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 --index-url https://download.pytorch.org/whl/cu121", "stable,pip,linux,cuda.z,python": "pip3 install torch torchvision torchaudio", "stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2", "stable,conda,linux,cuda.x,python": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia", "stable,conda,linux,cuda.y,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia", "stable,conda,linux,cuda.z,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch -c nvidia", "stable,conda,linux,rocm5.x,python": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", "stable,conda,linux,accnone,python": "conda install pytorch torchvision torchaudio cpuonly -c pytorch", "stable,libtorch,linux,accnone,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.5.1%2Bcpu.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.5.1%2Bcu118.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Bcu118.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.5.1%2Bcu121.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Bcu121.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cu124/libtorch-shared-with-deps-2.5.1%2Bcu124.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu124/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Bcu124.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.2/libtorch-shared-with-deps-2.5.1%2Brocm6.2.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.2/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Brocm6.2.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,conda,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch::pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch::pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch::pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
conda install pytorch::pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,accnone,python": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", "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.5.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.5.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.5.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.5.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.5.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/cu121", "stable,pip,windows,cuda.z,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124", "stable,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,conda,windows,cuda.x,python": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia", "stable,conda,windows,cuda.y,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia", "stable,conda,windows,cuda.z,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch -c nvidia", "stable,conda,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,conda,windows,accnone,python": "conda install pytorch torchvision torchaudio cpuonly -c pytorch", "stable,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.5.1%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.5.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.5.1%2Bcu118.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.5.1%2Bcu118.zip", "stable,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.5.1%2Bcu121.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.5.1%2Bcu121.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu124/libtorch-win-shared-with-deps-2.5.1%2Bcu124.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu124/libtorch-win-shared-with-deps-debug-2.5.1%2Bcu124.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 0280a34ae0d5..6e847024870e 100644 --- a/published_versions.json +++ b/published_versions.json @@ -23,7 +23,7 @@ }, "rocm5.x": { "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.2.4" + "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3" } }, "conda": { @@ -80,7 +80,7 @@ "rocm5.x": { "note": null, "versions": { - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm6.2.4/libtorch-cxx11-abi-shared-with-deps-latest.zip" + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm6.3/libtorch-cxx11-abi-shared-with-deps-latest.zip" } } } diff --git a/releases.json b/releases.json index 0967ef424bce..c9c345f041c8 100644 --- a/releases.json +++ b/releases.json @@ -1 +1,2073 @@ -{} +{ + "nightly": { + "linux": [ + { + "python_version": "3.9", + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "container_image": "pytorch/manylinux2_28-builder:cpu", + "package_type": "manywheel", + "build_name": "manywheel-py3_9-cpu", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.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 --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.9", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "manywheel", + "build_name": "manywheel-py3_9-cuda12_4", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "manywheel", + "build_name": "manywheel-py3_9-rocm6_2_4", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.2.4", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.9", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.3", + "desired_cuda": "rocm6.3", + "container_image": "pytorch/manylinux2_28-builder:rocm6.3", + "package_type": "manywheel", + "build_name": "manywheel-py3_9-rocm6_3", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "manywheel", + "build_name": "manywheel-py3_10-cuda11_8", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.10", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "manywheel", + "build_name": "manywheel-py3_10-cuda12_4", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "manywheel", + "build_name": "manywheel-py3_10-rocm6_2_4", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.2.4", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.10", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.3", + "desired_cuda": "rocm6.3", + "container_image": "pytorch/manylinux2_28-builder:rocm6.3", + "package_type": "manywheel", + "build_name": "manywheel-py3_10-rocm6_3", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "manywheel", + "build_name": "manywheel-py3_11-cuda11_8", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.11", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "manywheel", + "build_name": "manywheel-py3_11-cuda12_4", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "manywheel", + "build_name": "manywheel-py3_11-rocm6_2_4", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.2.4", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.11", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.3", + "desired_cuda": "rocm6.3", + "container_image": "pytorch/manylinux2_28-builder:rocm6.3", + "package_type": "manywheel", + "build_name": "manywheel-py3_11-rocm6_3", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "manywheel", + "build_name": "manywheel-py3_12-cuda11_8", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.12", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "manywheel", + "build_name": "manywheel-py3_12-cuda12_4", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "manywheel", + "build_name": "manywheel-py3_12-rocm6_2_4", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.2.4", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.12", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.3", + "desired_cuda": "rocm6.3", + "container_image": "pytorch/manylinux2_28-builder:rocm6.3", + "package_type": "manywheel", + "build_name": "manywheel-py3_12-rocm6_3", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "manywheel", + "build_name": "manywheel-py3_13-cuda11_8", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.13", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "manywheel", + "build_name": "manywheel-py3_13-cuda12_4", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "manywheel", + "build_name": "manywheel-py3_13-rocm6_2_4", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.2.4", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.13", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.3", + "desired_cuda": "rocm6.3", + "container_image": "pytorch/manylinux2_28-builder:rocm6.3", + "package_type": "manywheel", + "build_name": "manywheel-py3_13-rocm6_3", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "pre-cxx11", + "container_image": "pytorch/manylinux-builder:cpu", + "package_type": "libtorch", + "build_name": "libtorch-cpu-shared-with-deps-pre-cxx11", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "11.8", + "desired_cuda": "cu118", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "pre-cxx11", + "container_image": "pytorch/manylinux-builder:cuda11.8", + "package_type": "libtorch", + "build_name": "libtorch-cuda11_8-shared-with-deps-pre-cxx11", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/cu118/libtorch-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "pre-cxx11", + "container_image": "pytorch/manylinux-builder:cuda12.4", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_4-shared-with-deps-pre-cxx11", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/cu124/libtorch-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.6", + "desired_cuda": "cu126", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "pre-cxx11", + "container_image": "pytorch/manylinux-builder:cuda12.6", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_6-shared-with-deps-pre-cxx11", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "cxx11-abi", + "container_image": "pytorch/libtorch-cxx11-builder:cpu", + "package_type": "libtorch", + "build_name": "libtorch-cpu-shared-with-deps-cxx11-abi", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.5.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/nightly/cu118/libtorch-cxx11-abi-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "cxx11-abi", + "container_image": "pytorch/libtorch-cxx11-builder:cuda12.4", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_4-shared-with-deps-cxx11-abi", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/cu124/libtorch-cxx11-abi-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.6", + "desired_cuda": "cu126", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "cxx11-abi", + "container_image": "pytorch/libtorch-cxx11-builder:cuda12.6", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_6-shared-with-deps-cxx11-abi", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-cxx11-abi-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.2.4", + "desired_cuda": "rocm6.2.4", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "cxx11-abi", + "container_image": "pytorch/libtorch-cxx11-builder:rocm6.2.4", + "package_type": "libtorch", + "build_name": "libtorch-rocm6_2_4-shared-with-deps-cxx11-abi", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/rocm6.2.4/libtorch-cxx11-abi-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.3", + "desired_cuda": "rocm6.3", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "cxx11-abi", + "container_image": "pytorch/libtorch-cxx11-builder:rocm6.3", + "package_type": "libtorch", + "build_name": "libtorch-rocm6_3-shared-with-deps-cxx11-abi", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/rocm6.3/libtorch-cxx11-abi-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.5.1" + } + ], + "windows": [ + { + "python_version": "3.9", + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "container_image": "pytorch/manylinux2_28-builder:cpu", + "package_type": "wheel", + "build_name": "wheel-py3_9-cpu", + "validation_runner": "windows.4xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.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": "wheel", + "build_name": "wheel-py3_9-cuda11_8", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.9", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "wheel", + "build_name": "wheel-py3_9-cuda12_4", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "wheel", + "build_name": "wheel-py3_10-cuda11_8", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.10", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "wheel", + "build_name": "wheel-py3_10-cuda12_4", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "wheel", + "build_name": "wheel-py3_11-cuda11_8", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.11", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "wheel", + "build_name": "wheel-py3_11-cuda12_4", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "wheel", + "build_name": "wheel-py3_12-cuda11_8", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.12", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "wheel", + "build_name": "wheel-py3_12-cuda12_4", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "wheel", + "build_name": "wheel-py3_13-cuda11_8", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.13", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "wheel", + "build_name": "wheel-py3_13-cuda12_4", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "release", + "devtoolset": "", + "container_image": "", + "package_type": "libtorch", + "build_name": "libtorch-cpu-shared-with-deps-release", + "validation_runner": "windows.4xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "11.8", + "desired_cuda": "cu118", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "release", + "devtoolset": "", + "container_image": "", + "package_type": "libtorch", + "build_name": "libtorch-cuda11_8-shared-with-deps-release", + "validation_runner": "windows.4xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/cu118/libtorch-win-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "release", + "devtoolset": "", + "container_image": "", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_4-shared-with-deps-release", + "validation_runner": "windows.4xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/cu124/libtorch-win-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "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-cuda12_6-shared-with-deps-release", + "validation_runner": "windows.4xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "debug", + "devtoolset": "", + "container_image": "", + "package_type": "libtorch", + "build_name": "libtorch-cpu-shared-with-deps-debug", + "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.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "11.8", + "desired_cuda": "cu118", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "debug", + "devtoolset": "", + "container_image": "", + "package_type": "libtorch", + "build_name": "libtorch-cuda11_8-shared-with-deps-debug", + "validation_runner": "windows.4xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/cu118/libtorch-win-shared-with-deps-debug-latest.zip", + "channel": "nightly", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "debug", + "devtoolset": "", + "container_image": "", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_4-shared-with-deps-debug", + "validation_runner": "windows.4xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/cu124/libtorch-win-shared-with-deps-debug-latest.zip", + "channel": "nightly", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "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-cuda12_6-shared-with-deps-debug", + "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.5.1" + } + ], + "macos": [ + { + "python_version": "3.9", + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "container_image": "pytorch/manylinux2_28-builder:cpu", + "package_type": "wheel", + "build_name": "wheel-py3_9-cpu", + "validation_runner": "macos-m1-stable", + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "cxx11-abi", + "container_image": "pytorch/libtorch-cxx11-builder:cpu", + "package_type": "libtorch", + "build_name": "libtorch-cpu-shared-with-deps-cxx11-abi", + "validation_runner": "macos-m1-stable", + "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", + "channel": "nightly", + "stable_version": "2.5.1" + } + ] + }, + "release": { + "linux": [ + { + "python_version": "3.9", + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "container_image": "pytorch/manylinux2_28-builder:cpu", + "package_type": "manywheel", + "build_name": "manywheel-py3_9-cpu", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.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.5.1", + "use_split_build": false + }, + { + "python_version": "3.9", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.1", + "desired_cuda": "cu121", + "container_image": "pytorch/manylinux2_28-builder:cuda12.1", + "package_type": "manywheel", + "build_name": "manywheel-py3_9-cuda12_1", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.9", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "manywheel", + "build_name": "manywheel-py3_9-cuda12_4", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install torch torchvision torchaudio", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.9", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.1", + "desired_cuda": "rocm6.1", + "container_image": "pytorch/manylinux2_28-builder:rocm6.1", + "package_type": "manywheel", + "build_name": "manywheel-py3_9-rocm6_1", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.1", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.9", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.2", + "desired_cuda": "rocm6.2", + "container_image": "pytorch/manylinux2_28-builder:rocm6.2", + "package_type": "manywheel", + "build_name": "manywheel-py3_9-rocm6_2", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "manywheel", + "build_name": "manywheel-py3_10-cpu", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.10", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.1", + "desired_cuda": "cu121", + "container_image": "pytorch/manylinux2_28-builder:cuda12.1", + "package_type": "manywheel", + "build_name": "manywheel-py3_10-cuda12_1", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.10", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "manywheel", + "build_name": "manywheel-py3_10-cuda12_4", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install torch torchvision torchaudio", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.10", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.1", + "desired_cuda": "rocm6.1", + "container_image": "pytorch/manylinux2_28-builder:rocm6.1", + "package_type": "manywheel", + "build_name": "manywheel-py3_10-rocm6_1", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.1", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.10", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.2", + "desired_cuda": "rocm6.2", + "container_image": "pytorch/manylinux2_28-builder:rocm6.2", + "package_type": "manywheel", + "build_name": "manywheel-py3_10-rocm6_2", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "manywheel", + "build_name": "manywheel-py3_11-cpu", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.11", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.1", + "desired_cuda": "cu121", + "container_image": "pytorch/manylinux2_28-builder:cuda12.1", + "package_type": "manywheel", + "build_name": "manywheel-py3_11-cuda12_1", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.11", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "manywheel", + "build_name": "manywheel-py3_11-cuda12_4", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install torch torchvision torchaudio", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.11", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.1", + "desired_cuda": "rocm6.1", + "container_image": "pytorch/manylinux2_28-builder:rocm6.1", + "package_type": "manywheel", + "build_name": "manywheel-py3_11-rocm6_1", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.1", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.11", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.2", + "desired_cuda": "rocm6.2", + "container_image": "pytorch/manylinux2_28-builder:rocm6.2", + "package_type": "manywheel", + "build_name": "manywheel-py3_11-rocm6_2", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "manywheel", + "build_name": "manywheel-py3_12-cpu", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "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", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.12", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.1", + "desired_cuda": "cu121", + "container_image": "pytorch/manylinux2_28-builder:cuda12.1", + "package_type": "manywheel", + "build_name": "manywheel-py3_12-cuda12_1", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.12", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "manywheel", + "build_name": "manywheel-py3_12-cuda12_4", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install torch torchvision torchaudio", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.12", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.1", + "desired_cuda": "rocm6.1", + "container_image": "pytorch/manylinux2_28-builder:rocm6.1", + "package_type": "manywheel", + "build_name": "manywheel-py3_12-rocm6_1", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.1", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.12", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.2", + "desired_cuda": "rocm6.2", + "container_image": "pytorch/manylinux2_28-builder:rocm6.2", + "package_type": "manywheel", + "build_name": "manywheel-py3_12-rocm6_2", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "pre-cxx11", + "container_image": "pytorch/manylinux-builder:cpu", + "package_type": "libtorch", + "build_name": "libtorch-cpu-shared-with-deps-pre-cxx11", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.5.1%2Bcpu.zip", + "channel": "release", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "11.8", + "desired_cuda": "cu118", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "pre-cxx11", + "container_image": "pytorch/manylinux-builder:cuda11.8", + "package_type": "libtorch", + "build_name": "libtorch-cuda11_8-shared-with-deps-pre-cxx11", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.5.1%2Bcu118.zip", + "channel": "release", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.1", + "desired_cuda": "cu121", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "pre-cxx11", + "container_image": "pytorch/manylinux-builder:cuda12.1", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_1-shared-with-deps-pre-cxx11", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.5.1%2Bcu121.zip", + "channel": "release", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "pre-cxx11", + "container_image": "pytorch/manylinux-builder:cuda12.4", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_4-shared-with-deps-pre-cxx11", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/cu124/libtorch-shared-with-deps-2.5.1%2Bcu124.zip", + "channel": "release", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "cxx11-abi", + "container_image": "pytorch/libtorch-cxx11-builder:cpu", + "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.5.1%2Bcpu.zip", + "channel": "release", + "stable_version": "2.5.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.5.1%2Bcu118.zip", + "channel": "release", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.1", + "desired_cuda": "cu121", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "cxx11-abi", + "container_image": "pytorch/libtorch-cxx11-builder:cuda12.1", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_1-shared-with-deps-cxx11-abi", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Bcu121.zip", + "channel": "release", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "cxx11-abi", + "container_image": "pytorch/libtorch-cxx11-builder:cuda12.4", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_4-shared-with-deps-cxx11-abi", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/cu124/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Bcu124.zip", + "channel": "release", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.1", + "desired_cuda": "rocm6.1", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "cxx11-abi", + "container_image": "pytorch/libtorch-cxx11-builder:rocm6.1", + "package_type": "libtorch", + "build_name": "libtorch-rocm6_1-shared-with-deps-cxx11-abi", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/rocm6.1/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Brocm6.1.zip", + "channel": "release", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.2", + "desired_cuda": "rocm6.2", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "cxx11-abi", + "container_image": "pytorch/libtorch-cxx11-builder:rocm6.2", + "package_type": "libtorch", + "build_name": "libtorch-rocm6_2-shared-with-deps-cxx11-abi", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/rocm6.2/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Brocm6.2.zip", + "channel": "release", + "stable_version": "2.5.1" + } + ], + "windows": [ + { + "python_version": "3.9", + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "container_image": "pytorch/manylinux2_28-builder:cpu", + "package_type": "wheel", + "build_name": "wheel-py3_9-cpu", + "validation_runner": "windows.4xlarge", + "installation": "pip3 install torch torchvision torchaudio", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.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": "wheel", + "build_name": "wheel-py3_9-cuda11_8", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.9", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.1", + "desired_cuda": "cu121", + "container_image": "pytorch/manylinux2_28-builder:cuda12.1", + "package_type": "wheel", + "build_name": "wheel-py3_9-cuda12_1", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.9", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "wheel", + "build_name": "wheel-py3_9-cuda12_4", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "wheel", + "build_name": "wheel-py3_10-cpu", + "validation_runner": "windows.4xlarge", + "installation": "pip3 install torch torchvision torchaudio", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "wheel", + "build_name": "wheel-py3_10-cuda11_8", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.10", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.1", + "desired_cuda": "cu121", + "container_image": "pytorch/manylinux2_28-builder:cuda12.1", + "package_type": "wheel", + "build_name": "wheel-py3_10-cuda12_1", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.10", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "wheel", + "build_name": "wheel-py3_10-cuda12_4", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "wheel", + "build_name": "wheel-py3_11-cpu", + "validation_runner": "windows.4xlarge", + "installation": "pip3 install torch torchvision torchaudio", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "wheel", + "build_name": "wheel-py3_11-cuda11_8", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.11", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.1", + "desired_cuda": "cu121", + "container_image": "pytorch/manylinux2_28-builder:cuda12.1", + "package_type": "wheel", + "build_name": "wheel-py3_11-cuda12_1", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.11", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "wheel", + "build_name": "wheel-py3_11-cuda12_4", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "wheel", + "build_name": "wheel-py3_12-cpu", + "validation_runner": "windows.4xlarge", + "installation": "pip3 install torch torchvision torchaudio", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "wheel", + "build_name": "wheel-py3_12-cuda11_8", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.12", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.1", + "desired_cuda": "cu121", + "container_image": "pytorch/manylinux2_28-builder:cuda12.1", + "package_type": "wheel", + "build_name": "wheel-py3_12-cuda12_1", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "python_version": "3.12", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "container_image": "pytorch/manylinux2_28-builder:cuda12.4", + "package_type": "wheel", + "build_name": "wheel-py3_12-cuda12_4", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "release", + "devtoolset": "", + "container_image": "", + "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.5.1%2Bcpu.zip", + "channel": "release", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "11.8", + "desired_cuda": "cu118", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "release", + "devtoolset": "", + "container_image": "", + "package_type": "libtorch", + "build_name": "libtorch-cuda11_8-shared-with-deps-release", + "validation_runner": "windows.4xlarge", + "installation": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.5.1%2Bcu118.zip", + "channel": "release", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.1", + "desired_cuda": "cu121", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "release", + "devtoolset": "", + "container_image": "", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_1-shared-with-deps-release", + "validation_runner": "windows.4xlarge", + "installation": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.5.1%2Bcu121.zip", + "channel": "release", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "release", + "devtoolset": "", + "container_image": "", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_4-shared-with-deps-release", + "validation_runner": "windows.4xlarge", + "installation": "https://download.pytorch.org/libtorch/cu124/libtorch-win-shared-with-deps-2.5.1%2Bcu124.zip", + "channel": "release", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "debug", + "devtoolset": "", + "container_image": "", + "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.5.1%2Bcpu.zip", + "channel": "release", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "11.8", + "desired_cuda": "cu118", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "debug", + "devtoolset": "", + "container_image": "", + "package_type": "libtorch", + "build_name": "libtorch-cuda11_8-shared-with-deps-debug", + "validation_runner": "windows.4xlarge", + "installation": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.5.1%2Bcu118.zip", + "channel": "release", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.1", + "desired_cuda": "cu121", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "debug", + "devtoolset": "", + "container_image": "", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_1-shared-with-deps-debug", + "validation_runner": "windows.4xlarge", + "installation": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.5.1%2Bcu121.zip", + "channel": "release", + "stable_version": "2.5.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.4", + "desired_cuda": "cu124", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "debug", + "devtoolset": "", + "container_image": "", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_4-shared-with-deps-debug", + "validation_runner": "windows.4xlarge", + "installation": "https://download.pytorch.org/libtorch/cu124/libtorch-win-shared-with-deps-debug-2.5.1%2Bcu124.zip", + "channel": "release", + "stable_version": "2.5.1" + } + ], + "macos": [ + { + "python_version": "3.9", + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "container_image": "pytorch/manylinux2_28-builder:cpu", + "package_type": "wheel", + "build_name": "wheel-py3_9-cpu", + "validation_runner": "macos-m1-stable", + "installation": "pip3 install torch torchvision torchaudio", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "wheel", + "build_name": "wheel-py3_10-cpu", + "validation_runner": "macos-m1-stable", + "installation": "pip3 install torch torchvision torchaudio", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "wheel", + "build_name": "wheel-py3_11-cpu", + "validation_runner": "macos-m1-stable", + "installation": "pip3 install torch torchvision torchaudio", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "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", + "package_type": "wheel", + "build_name": "wheel-py3_12-cpu", + "validation_runner": "macos-m1-stable", + "installation": "pip3 install torch torchvision torchaudio", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.5.1", + "use_split_build": false + }, + { + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "cxx11-abi", + "container_image": "pytorch/libtorch-cxx11-builder:cpu", + "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.5.1.zip", + "channel": "release", + "stable_version": "2.5.1" + } + ] + } +} \ No newline at end of file