8000 [Easy] update pip sources for CUDA in nightly pull tool · pytorch/pytorch@74e9cd7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 74e9cd7

Browse files
committed
[Easy] update pip sources for CUDA in nightly pull tool
ghstack-source-id: a8a1323 Pull Request resolved: #149143
1 parent bda7cae commit 74e9cd7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/nightly.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -129,18 +129,18 @@ class PipSource(NamedTuple):
129129
supported_platforms={"Linux", "Windows"},
130130
accelerator="cuda",
131131
),
132-
"cuda-12.4": PipSource(
133-
name="cuda-12.4",
134-
index_url=f"{PYTORCH_NIGHTLY_PIP_INDEX_URL}/cu124",
135-
supported_platforms={"Linux", "Windows"},
136-
accelerator="cuda",
137-
),
138132
"cuda-12.6": PipSource(
139133
name="cuda-12.6",
140134
index_url=f"{PYTORCH_NIGHTLY_PIP_INDEX_URL}/cu126",
141135
supported_platforms={"Linux", "Windows"},
142136
accelerator="cuda",
143137
),
138+
"cuda-12.8": PipSource(
139+
name="cuda-12.8",
140+
index_url=f"{PYTORCH_NIGHTLY_PIP_INDEX_URL}/cu128",
141+
supported_platforms={"Linux", "Windows"},
142+
accelerator="cuda",
143+
),
144144
# NOTE: Sync with ROCM_ARCHES in .github/scripts/generate_binary_build_matrix.py
145145
"rocm-6.2.4": PipSource(
146146
name="rocm-6.2.4",

0 commit comments

Comments
 (0)
0