Skip to content

Commit

Permalink
[aarch64] Add PT Docker build image for aarch64 (pytorch#106881)
Browse files Browse the repository at this point in the history
# Changes
* Update `generate_binary_build_matrix.py` for aarch64 to use `pytorch/manylinuxaarch64-builder:cpu` when it is created
* Executed `generate_binary_build_matrix.py` to update `generated-linux-aarch64-binary-manywheel-nightly.yml`

Aarch64 build/test will fail till the new docker image is available for consmption.

Builder PR to build docker image : pytorch/builder#1472

This switches nightly to use the docker build : https://hud.pytorch.org/hud/pytorch/pytorch/nightly/1?per_page=50&name_filter=aarch64
Pull Request resolved: pytorch#106881
Approved by: https://github.com/atalman
  • Loading branch information
Mike Schneider authored and Cyril-Anto committed Aug 17, 2023
1 parent f6b5b69 commit 8b6cb30
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def arch_type(arch_version: str) -> str:
},
"cpu": "pytorch/manylinux-builder:cpu",
"cpu-cxx11-abi": "pytorch/manylinuxcxx11-abi-builder:cpu-cxx11-abi",
"cpu-aarch64": "quay.io/pypa/manylinux2014_aarch64",
"cpu-aarch64": "pytorch/manylinuxaarch64-builder:cpu-aarch64",
}

CONDA_CONTAINER_IMAGES = {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b6cb30

Please sign in to comment.