Skip to content

Commit ccad61b

Browse files
committed
fix
1 parent a0c706b commit ccad61b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/generate_binary_build_matrix.py

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ def initialize_globals(channel: str, build_python_only: bool) -> None:
145145
"12.4": "pytorch/manylinux2_28-builder:cuda12.4",
146146
"12.6": "pytorch/manylinux2_28-builder:cuda12.6",
147147
"12.8": "pytorch/manylinux2_28-builder:cuda12.8",
148+
"12.9": "pytorch/manylinux2_28-builder:cuda12.9",
148149
**{
149150
gpu_arch: f"pytorch/manylinux2_28-builder:rocm{gpu_arch}"
150151
for gpu_arch in ROCM_ARCHES

0 commit comments

Comments
 (0)