File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -129,18 +129,18 @@ class PipSource(NamedTuple):
129
129
supported_platforms = {"Linux" , "Windows" },
130
130
accelerator = "cuda" ,
131
131
),
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
- ),
138
132
"cuda-12.6" : PipSource (
139
133
name = "cuda-12.6" ,
140
134
index_url = f"{ PYTORCH_NIGHTLY_PIP_INDEX_URL } /cu126" ,
141
135
supported_platforms = {"Linux" , "Windows" },
142
136
accelerator = "cuda" ,
143
137
),
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
+ ),
144
144
# NOTE: Sync with ROCM_ARCHES in .github/scripts/generate_binary_build_matrix.py
145
145
"rocm-6.2.4" : PipSource (
146
146
name = "rocm-6.2.4" ,
You can’t perform that action at this time.
0 commit comments