From b9afe1a99b9661ab2f250d4a1ec846ddaa37ebcb Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Fri, 14 Mar 2025 02:37:19 +0800 Subject: [PATCH] Update [ghstack-poisoned] --- tools/nightly.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/nightly.py b/tools/nightly.py index 91ada2b4aa8f6e..6beee9903940e7 100755 --- a/tools/nightly.py +++ b/tools/nightly.py @@ -129,18 +129,18 @@ class PipSource(NamedTuple): supported_platforms={"Linux", "Windows"}, accelerator="cuda", ), - "cuda-12.4": PipSource( - name="cuda-12.4", - index_url=f"{PYTORCH_NIGHTLY_PIP_INDEX_URL}/cu124", - supported_platforms={"Linux", "Windows"}, - accelerator="cuda", - ), "cuda-12.6": PipSource( name="cuda-12.6", index_url=f"{PYTORCH_NIGHTLY_PIP_INDEX_URL}/cu126", supported_platforms={"Linux", "Windows"}, accelerator="cuda", ), + "cuda-12.8": PipSource( + name="cuda-12.8", + index_url=f"{PYTORCH_NIGHTLY_PIP_INDEX_URL}/cu128", + supported_platforms={"Linux", "Windows"}, + accelerator="cuda", + ), # NOTE: Sync with ROCM_ARCHES in .github/scripts/generate_binary_build_matrix.py "rocm-6.2.4": PipSource( name="rocm-6.2.4",