Skip to content

Commit 8a82929

Browse files
Merge pull request #422 from puneetmatharu/bump-builder-images-for-new-libgomp
2 parents 1ae34fd + 0efe53b commit 8a82929

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

ML-Frameworks/pytorch-aarch64/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
SPDX-FileCopyrightText: Copyright 2022-2025 Arm Limited and affiliates.
2+
SPDX-FileCopyrightText: Copyright 2022-2026 Arm Limited and affiliates.
33
44
SPDX-License-Identifier: Apache-2.0
55
-->
@@ -18,6 +18,8 @@ where `YY` is the year, and `MM` the month of the increment.
1818
- Adds PyTorch [PR #170062](https://github.com/pytorch/pytorch/pull/170062), to add ccache support to ACL/OpenBLAS and manywheel build script.
1919

2020
### Changed
21+
- PyTorch and TorchAO manylinux AArch64 builder image from `cpu-aarch64-d8be0384e085f551506bd739678109fa0f5ee7ac`
22+
to `cpu-aarch64-69d4c1f80b5e7da224d4f9c2170ef100e75dfe03`
2123
- Updates the URL used to download weights for ResNet50 used by `classify_image.py`.
2224
- Updates `torchvision` from 0.25.0.dev20251104 to 0.25.0.dev20260111.
2325
- Updates Ubuntu and Python version to 24.04 and 3.12, respectively.

ML-Frameworks/pytorch-aarch64/build-torch-ao-wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -eux -o pipefail
1212
PYTHON_VERSION="3.12"
1313

1414
# Specify DOCKER_IMAGE_MIRROR if you want to use a mirror of hub.docker.com
15-
IMAGE_NAME="${DOCKER_IMAGE_MIRROR:-}pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-d8be0384e085f551506bd739678109fa0f5ee7ac"
15+
IMAGE_NAME="${DOCKER_IMAGE_MIRROR:-}pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-69d4c1f80b5e7da224d4f9c2170ef100e75dfe03"
1616
TORCH_BUILD_CONTAINER_ID_FILE="${PWD}/.torch_ao_build_container_id"
1717

1818
TEST_VENV=aarch64_env_test_torch_ao

ML-Frameworks/pytorch-aarch64/build-wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PYTHON_TAG="cp$(echo "$PYTHON_VERSION" | tr -d .)-cp$(echo "$PYTHON_VERSION" | t
2525
PYTHON_BIN="/opt/python/${PYTHON_TAG}/bin"
2626

2727
# Specify DOCKER_IMAGE_MIRROR if you want to use a mirror of hub.docker.com
28-
IMAGE_NAME="${DOCKER_IMAGE_MIRROR:-}pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-d8be0384e085f551506bd739678109fa0f5ee7ac"
28+
IMAGE_NAME="${DOCKER_IMAGE_MIRROR:-}pytorch/manylinux2_28_aarch64-builder:cpu-aarch64-69d4c1f80b5e7da224d4f9c2170ef100e75dfe03"
2929
TORCH_BUILD_CONTAINER_ID_FILE="${PWD}/.torch_build_container_id"
3030

3131
# Output dir for PyTorch wheel and other artifacts

0 commit comments

Comments
 (0)