Skip to content

Commit

Permalink
Update generate_binary_build_matrix.py
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Nov 26, 2024
1 parent 93a3888 commit 04a487f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ def initialize_globals(channel: str, build_python_only: bool) -> None:
else:
PYTHON_ARCHES = PYTHON_ARCHES_DICT[channel]
WHEEL_CONTAINER_IMAGES = {
"11.8": f"pytorch/manylinux-builder:cuda11.8-{DEFAULT_TAG}",
"12.4": f"pytorch/manylinux-builder:cuda12.4-{DEFAULT_TAG}",
"12.6": f"pytorch/manylinux2_28-builder:cuda12.6-{DEFAULT_TAG}",
"11.8": f"pytorch/manylinux-builder:cuda11.8",
"12.4": f"pytorch/manylinux-builder:cuda12.4",
"12.6": f"pytorch/manylinux2_28-builder:cuda12.6",
**{
gpu_arch: f"pytorch/manylinux-builder:rocm{gpu_arch}"
for gpu_arch in ROCM_ARCHES
Expand Down

0 comments on commit 04a487f

Please sign in to comment.