diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js
index 33580d87a930..ab2929175469 100644
--- a/assets/quick-start-module.js
+++ b/assets/quick-start-module.js
@@ -12,7 +12,7 @@ var archInfoMap = new Map([
 ]);
 
 let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.6"], "cuda.z": ["cuda", "12.8"], "rocm5.x": ["rocm", "6.4"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.6"], "cuda.z": ["cuda", "12.8"], "rocm5.x": ["rocm", "6.3"]}}
-let stable_version="Stable (2.7.0)";
+let stable_version="Stable (2.7.1)";
 
 var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS();
 var opts = {
@@ -267,7 +267,7 @@ $("[data-toggle='cloud-dropdown']").on("click", function(e) {
 });
 
 function commandMessage(key) {
-  var object = {"preview,pip,linux,accnone,python": "pip3 install --pre torch torchvision 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/cu126", "preview,pip,linux,cuda.z,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", "preview,pip,linux,rocm5.x,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4", "preview,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.x,cplusplus": "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 (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu128/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.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,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/cu126", "preview,pip,windows,cuda.z,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", "preview,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/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/cu126/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows", "stable,pip,linux,accnone,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", "stable,pip,linux,cuda.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", "stable,pip,linux,cuda.y,python": "pip3 install torch torchvision torchaudio", "stable,pip,linux,cuda.z,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", "stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3", "stable,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.7.0%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.7.0%2Bcu118.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu126/libtorch-cxx11-abi-shared-with-deps-2.7.0%2Bcu126.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu128/libtorch-cxx11-abi-shared-with-deps-2.7.0%2Bcu128.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.3/libtorch-cxx11-abi-shared-with-deps-2.7.0%2Brocm6.3.zip", "stable,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio", "stable,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio", "stable,pip,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio", "stable,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio", "stable,pip,macos,accnone,python": "pip3 install torch torchvision torchaudio", "stable,conda,macos,cuda.x,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "stable,conda,macos,cuda.y,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "stable,conda,macos,cuda.z,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "stable,conda,macos,rocm5.x,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "stable,conda,macos,accnone,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "stable,libtorch,macos,accnone,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.0.zip", "stable,libtorch,macos,cuda.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.0.zip", "stable,libtorch,macos,cuda.y,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.0.zip", "stable,libtorch,macos,cuda.z,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.0.zip", "stable,libtorch,macos,rocm5.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.0.zip", "stable,pip,windows,accnone,python": "pip3 install torch torchvision torchaudio", "stable,pip,windows,cuda.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", "stable,pip,windows,cuda.y,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126", "stable,pip,windows,cuda.z,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", "stable,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,conda,windows,cuda.x,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "stable,conda,windows,cuda.y,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "stable,conda,windows,cuda.z,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "stable,conda,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,conda,windows,accnone,python": "NOTE: Conda packages are no longer available. Please use pip instead.
", "stable,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.7.0%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.7.0%2Bcpu.zip", "stable,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.7.0%2Bcu118.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.7.0%2Bcu118.zip", "stable,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.7.0%2Bcu126.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.7.0%2Bcu126.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.7.0%2Bcu128.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.7.0%2Bcu128.zip", "stable,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows"};
+  var object = {"preview,pip,linux,accnone,python": "pip3 install --pre torch torchvision 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/cu126", "preview,pip,linux,cuda.z,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", "preview,pip,linux,rocm5.x,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4", "preview,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.x,cplusplus": "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 (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu128/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.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,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/cu126", "preview,pip,windows,cuda.z,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128", "preview,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/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/cu126/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows", "stable,pip,linux,accnone,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", "stable,pip,linux,cuda.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", "stable,pip,linux,cuda.y,python": "pip3 install torch torchvision torchaudio", "stable,pip,linux,cuda.z,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", "stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3", "stable,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcu118.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu126/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcu126.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu128/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcu128.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.3/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Brocm6.3.zip", "stable,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio", "stable,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio", "stable,pip,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio", "stable,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio", "stable,pip,macos,accnone,python": "pip3 install torch torchvision torchaudio", "stable,libtorch,macos,accnone,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.1.zip", "stable,libtorch,macos,cuda.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.1.zip", "stable,libtorch,macos,cuda.y,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.1.zip", "stable,libtorch,macos,cuda.z,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.1.zip", "stable,libtorch,macos,rocm5.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.1.zip", "stable,pip,windows,accnone,python": "pip3 install torch torchvision torchaudio", "stable,pip,windows,cuda.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", "stable,pip,windows,cuda.y,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126", "stable,pip,windows,cuda.z,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128", "stable,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.7.1%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.7.1%2Bcpu.zip", "stable,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.7.1%2Bcu118.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.7.1%2Bcu118.zip", "stable,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.7.1%2Bcu126.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.7.1%2Bcu126.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.7.1%2Bcu128.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.7.1%2Bcu128.zip", "stable,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows"};
 
   if (!object.hasOwnProperty(key)) {
     $("#command").html(
diff --git a/published_versions.json b/published_versions.json
index 6e643fdbe663..86e34b147724 100644
--- a/published_versions.json
+++ b/published_versions.json
@@ -1,5 +1,5 @@
 {
-  "latest_stable": "2.7.0",
+  "latest_stable": "2.7.1",
   "latest_lts": "lts-1.8.2",
   "versions": {
     "preview": {
@@ -6015,6 +6015,186 @@
           }
         }
       }
+    },
+    "2.7.1": {
+      "linux": {
+        "pip": {
+          "accnone": {
+            "note": null,
+            "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu"
+          },
+          "cuda.x": {
+            "note": null,
+            "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118"
+          },
+          "cuda.y": {
+            "note": null,
+            "command": "pip3 install torch torchvision torchaudio"
+          },
+          "cuda.z": {
+            "note": null,
+            "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128"
+          },
+          "rocm5.x": {
+            "note": null,
+            "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3"
+          }
+        },
+        "libtorch": {
+          "accnone": {
+            "note": null,
+            "versions": {
+              "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcpu.zip"
+            }
+          },
+          "cuda.x": {
+            "note": null,
+            "versions": {
+              "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcu118.zip"
+            }
+          },
+          "cuda.y": {
+            "note": null,
+            "versions": {
+              "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu126/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcu126.zip"
+            }
+          },
+          "cuda.z": {
+            "note": null,
+            "versions": {
+              "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu128/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcu128.zip"
+            }
+          },
+          "rocm5.x": {
+            "note": null,
+            "versions": {
+              "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm6.3/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Brocm6.3.zip"
+            }
+          }
+        }
+      },
+      "macos": {
+        "pip": {
+          "cuda.x": {
+            "note": "# CUDA is not available on MacOS, please use default package",
+            "command": "pip3 install torch torchvision torchaudio",
+            "default": true
+          },
+          "cuda.y": {
+            "note": "# CUDA is not available on MacOS, please use default package",
+            "command": "pip3 install torch torchvision torchaudio",
+            "default": true
+          },
+          "cuda.z": {
+            "note": "# CUDA is not available on MacOS, please use default package",
+            "command": "pip3 install torch torchvision torchaudio",
+            "default": true
+          },
+          "rocm5.x": {
+            "note": "# ROCm is not available on MacOS, please use default package",
+            "command": "pip3 install torch torchvision torchaudio",
+            "default": true
+          },
+          "accnone": {
+            "note": null,
+            "command": "pip3 install torch torchvision torchaudio"
+          }
+        },
+        "libtorch": {
+          "accnone": {
+            "note": null,
+            "versions": {
+              "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.1.zip"
+            }
+          },
+          "cuda.x": {
+            "note": null,
+            "default": true,
+            "versions": {
+              "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.1.zip"
+            }
+          },
+          "cuda.y": {
+            "note": null,
+            "default": true,
+            "versions": {
+              "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.1.zip"
+            }
+          },
+          "cuda.z": {
+            "note": null,
+            "default": true,
+            "versions": {
+              "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.1.zip"
+            }
+          },
+          "rocm5.x": {
+            "note": null,
+            "default": true,
+            "versions": {
+              "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.1.zip"
+            }
+          }
+        }
+      },
+      "windows": {
+        "pip": {
+          "accnone": {
+            "note": null,
+            "command": "pip3 install torch torchvision torchaudio"
+          },
+          "cuda.x": {
+            "note": null,
+            "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118"
+          },
+          "cuda.y": {
+            "note": null,
+            "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126"
+          },
+          "cuda.z": {
+            "note": null,
+            "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128"
+          },
+          "rocm5.x": {
+            "note": "NOTE: ROCm is not available on Windows",
+            "command": null
+          }
+        },
+        "libtorch": {
+          "accnone": {
+            "note": null,
+            "versions": {
+              "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.7.1%2Bcpu.zip",
+              "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.7.1%2Bcpu.zip"
+            }
+          },
+          "cuda.x": {
+            "note": null,
+            "versions": {
+              "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.7.1%2Bcu118.zip",
+              "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.7.1%2Bcu118.zip"
+            }
+          },
+          "cuda.y": {
+            "note": null,
+            "versions": {
+              "Download here (Release version):": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.7.1%2Bcu126.zip",
+              "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.7.1%2Bcu126.zip"
+            }
+          },
+          "cuda.z": {
+            "note": null,
+            "versions": {
+              "Download here (Release version):": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.7.1%2Bcu128.zip",
+              "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.7.1%2Bcu128.zip"
+            }
+          },
+          "rocm5.x": {
+            "note": "NOTE: ROCm is not available on Windows",
+            "versions": null
+          }
+        }
+      }
     }
   }
 }
\ No newline at end of file
diff --git a/releases.json b/releases.json
index bbe560c7a46c..8aa7039b3ee5 100644
--- a/releases.json
+++ b/releases.json
@@ -13,7 +13,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -28,7 +28,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -43,7 +43,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -58,7 +58,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -73,7 +73,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -88,7 +88,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -103,7 +103,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -118,7 +118,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -133,7 +133,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -148,7 +148,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -163,7 +163,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -178,7 +178,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -193,7 +193,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -208,7 +208,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -223,7 +223,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -238,7 +238,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -253,7 +253,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -268,7 +268,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -283,7 +283,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -298,7 +298,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -313,7 +313,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -328,7 +328,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -343,7 +343,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -358,7 +358,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -373,7 +373,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -388,7 +388,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -403,7 +403,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -418,7 +418,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -433,7 +433,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -448,7 +448,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -463,7 +463,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -478,7 +478,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -493,7 +493,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -508,7 +508,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -523,7 +523,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -538,7 +538,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -554,7 +554,7 @@
         "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.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -569,7 +569,7 @@
         "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.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -584,7 +584,7 @@
         "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.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -599,7 +599,7 @@
         "validation_runner": "linux.2xlarge",
         "installation": "https://download.pytorch.org/libtorch/nightly/cu128/libtorch-cxx11-abi-shared-with-deps-latest.zip",
         "channel": "nightly",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "rocm",
@@ -614,7 +614,7 @@
         "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.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "rocm",
@@ -629,7 +629,7 @@
         "validation_runner": "linux.2xlarge",
         "installation": "https://download.pytorch.org/libtorch/nightly/rocm6.4/libtorch-cxx11-abi-shared-with-deps-latest.zip",
         "channel": "nightly",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       }
     ],
     "windows": [
@@ -645,7 +645,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -660,7 +660,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -675,7 +675,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -690,7 +690,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -705,7 +705,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -720,7 +720,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -735,7 +735,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -750,7 +750,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -765,7 +765,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -780,7 +780,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -795,7 +795,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -810,7 +810,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -825,7 +825,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -840,7 +840,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -855,7 +855,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -870,7 +870,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -885,7 +885,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -900,7 +900,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -915,7 +915,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -930,7 +930,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -945,7 +945,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -960,7 +960,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -975,7 +975,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -990,7 +990,7 @@
         "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
         "channel": "nightly",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1006,7 +1006,7 @@
         "validation_runner": "windows.4xlarge",
         "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip",
         "channel": "nightly",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -1021,7 +1021,7 @@
         "validation_runner": "windows.4xlarge",
         "installation": "https://download.pytorch.org/libtorch/nightly/cu118/libtorch-win-shared-with-deps-latest.zip",
         "channel": "nightly",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -1036,7 +1036,7 @@
         "validation_runner": "windows.4xlarge",
         "installation": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip",
         "channel": "nightly",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -1051,7 +1051,7 @@
         "validation_runner": "windows.4xlarge",
         "installation": "https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-latest.zip",
         "channel": "nightly",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cpu",
@@ -1066,7 +1066,7 @@
         "validation_runner": "windows.4xlarge",
         "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip",
         "channel": "nightly",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -1081,7 +1081,7 @@
         "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.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -1096,7 +1096,7 @@
         "validation_runner": "windows.4xlarge",
         "installation": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-debug-latest.zip",
         "channel": "nightly",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -1111,7 +1111,7 @@
         "validation_runner": "windows.4xlarge",
         "installation": "https://download.pytorch.org/libtorch/nightly/cu128/libtorch-win-shared-with-deps-debug-latest.zip",
         "channel": "nightly",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       }
     ],
     "macos": [
@@ -1127,7 +1127,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1142,7 +1142,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1157,7 +1157,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1172,7 +1172,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1187,7 +1187,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1202,7 +1202,7 @@
         "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.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1218,7 +1218,7 @@
         "validation_runner": "macos-m1-stable",
         "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip",
         "channel": "nightly",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       }
     ]
   },
@@ -1236,7 +1236,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1251,7 +1251,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1266,7 +1266,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1281,7 +1281,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1296,7 +1296,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1311,7 +1311,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1326,7 +1326,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1341,7 +1341,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1356,7 +1356,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1371,7 +1371,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1386,7 +1386,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1401,7 +1401,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1416,7 +1416,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1431,7 +1431,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1446,7 +1446,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1461,7 +1461,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1476,7 +1476,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1491,7 +1491,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1506,7 +1506,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1521,7 +1521,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1536,7 +1536,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1551,7 +1551,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1566,7 +1566,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1581,7 +1581,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1596,7 +1596,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1611,7 +1611,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1626,7 +1626,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1641,7 +1641,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1656,7 +1656,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1671,7 +1671,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1686,7 +1686,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1701,7 +1701,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1716,7 +1716,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1731,7 +1731,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1746,7 +1746,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1761,7 +1761,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1775,9 +1775,9 @@
         "package_type": "libtorch",
         "build_name": "libtorch-cpu-shared-with-deps-cxx11-abi",
         "validation_runner": "linux.2xlarge",
-        "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.7.0%2Bcpu.zip",
+        "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcpu.zip",
         "channel": "release",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -1790,9 +1790,9 @@
         "package_type": "libtorch",
         "build_name": "libtorch-cuda11_8-shared-with-deps-cxx11-abi",
         "validation_runner": "linux.2xlarge",
-        "installation": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.7.0%2Bcu118.zip",
+        "installation": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcu118.zip",
         "channel": "release",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -1805,9 +1805,9 @@
         "package_type": "libtorch",
         "build_name": "libtorch-cuda12_6-shared-with-deps-cxx11-abi",
         "validation_runner": "linux.2xlarge",
-        "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-cxx11-abi-shared-with-deps-2.7.0%2Bcu126.zip",
+        "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcu126.zip",
         "channel": "release",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -1820,9 +1820,9 @@
         "package_type": "libtorch",
         "build_name": "libtorch-cuda12_8-shared-with-deps-cxx11-abi",
         "validation_runner": "linux.2xlarge",
-        "installation": "https://download.pytorch.org/libtorch/cu128/libtorch-cxx11-abi-shared-with-deps-2.7.0%2Bcu128.zip",
+        "installation": "https://download.pytorch.org/libtorch/cu128/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcu128.zip",
         "channel": "release",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "rocm",
@@ -1835,9 +1835,9 @@
         "package_type": "libtorch",
         "build_name": "libtorch-rocm6_2_4-shared-with-deps-cxx11-abi",
         "validation_runner": "linux.2xlarge",
-        "installation": "https://download.pytorch.org/libtorch/rocm6.2.4/libtorch-cxx11-abi-shared-with-deps-2.7.0%2Brocm6.2.4.zip",
+        "installation": "https://download.pytorch.org/libtorch/rocm6.2.4/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Brocm6.2.4.zip",
         "channel": "release",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "rocm",
@@ -1850,9 +1850,9 @@
         "package_type": "libtorch",
         "build_name": "libtorch-rocm6_3-shared-with-deps-cxx11-abi",
         "validation_runner": "linux.2xlarge",
-        "installation": "https://download.pytorch.org/libtorch/rocm6.3/libtorch-cxx11-abi-shared-with-deps-2.7.0%2Brocm6.3.zip",
+        "installation": "https://download.pytorch.org/libtorch/rocm6.3/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Brocm6.3.zip",
         "channel": "release",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       }
     ],
     "windows": [
@@ -1868,7 +1868,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1883,7 +1883,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1898,7 +1898,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1913,7 +1913,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1928,7 +1928,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1943,7 +1943,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1958,7 +1958,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1973,7 +1973,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -1988,7 +1988,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2003,7 +2003,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2018,7 +2018,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2033,7 +2033,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2048,7 +2048,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2063,7 +2063,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2078,7 +2078,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2093,7 +2093,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2108,7 +2108,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2123,7 +2123,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2138,7 +2138,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2153,7 +2153,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2168,7 +2168,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2183,7 +2183,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2198,7 +2198,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2213,7 +2213,7 @@
         "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2227,9 +2227,9 @@
         "package_type": "libtorch",
         "build_name": "libtorch-cpu-shared-with-deps-release",
         "validation_runner": "windows.4xlarge",
-        "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.7.0%2Bcpu.zip",
+        "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.7.1%2Bcpu.zip",
         "channel": "release",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -2242,9 +2242,9 @@
         "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.7.0%2Bcu118.zip",
+        "installation": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.7.1%2Bcu118.zip",
         "channel": "release",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -2257,9 +2257,9 @@
         "package_type": "libtorch",
         "build_name": "libtorch-cuda12_6-shared-with-deps-release",
         "validation_runner": "windows.4xlarge",
-        "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.7.0%2Bcu126.zip",
+        "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.7.1%2Bcu126.zip",
         "channel": "release",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -2272,9 +2272,9 @@
         "package_type": "libtorch",
         "build_name": "libtorch-cuda12_8-shared-with-deps-release",
         "validation_runner": "windows.4xlarge",
-        "installation": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.7.0%2Bcu128.zip",
+        "installation": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-2.7.1%2Bcu128.zip",
         "channel": "release",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cpu",
@@ -2287,9 +2287,9 @@
         "package_type": "libtorch",
         "build_name": "libtorch-cpu-shared-with-deps-debug",
         "validation_runner": "windows.4xlarge",
-        "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.7.0%2Bcpu.zip",
+        "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.7.1%2Bcpu.zip",
         "channel": "release",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -2302,9 +2302,9 @@
         "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.7.0%2Bcu118.zip",
+        "installation": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.7.1%2Bcu118.zip",
         "channel": "release",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -2317,9 +2317,9 @@
         "package_type": "libtorch",
         "build_name": "libtorch-cuda12_6-shared-with-deps-debug",
         "validation_runner": "windows.4xlarge",
-        "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.7.0%2Bcu126.zip",
+        "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.7.1%2Bcu126.zip",
         "channel": "release",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       },
       {
         "gpu_arch_type": "cuda",
@@ -2332,9 +2332,9 @@
         "package_type": "libtorch",
         "build_name": "libtorch-cuda12_8-shared-with-deps-debug",
         "validation_runner": "windows.4xlarge",
-        "installation": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.7.0%2Bcu128.zip",
+        "installation": "https://download.pytorch.org/libtorch/cu128/libtorch-win-shared-with-deps-debug-2.7.1%2Bcu128.zip",
         "channel": "release",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       }
     ],
     "macos": [
@@ -2350,7 +2350,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2365,7 +2365,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2380,7 +2380,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2395,7 +2395,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2410,7 +2410,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2425,7 +2425,7 @@
         "installation": "pip3 install torch torchvision torchaudio",
         "channel": "release",
         "upload_to_base_bucket": "no",
-        "stable_version": "2.7.0",
+        "stable_version": "2.7.1",
         "use_split_build": false
       },
       {
@@ -2439,9 +2439,9 @@
         "package_type": "libtorch",
         "build_name": "libtorch-cpu-shared-with-deps-cxx11-abi",
         "validation_runner": "macos-m1-stable",
-        "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.0.zip",
+        "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.1.zip",
         "channel": "release",
-        "stable_version": "2.7.0"
+        "stable_version": "2.7.1"
       }
     ]
   }