Skip to content

Commit 519eff6

Browse files
committed
Bump sources.
1 parent 31079e3 commit 519eff6

5 files changed

Lines changed: 18 additions & 10 deletions

File tree

ML-Frameworks/pytorch-aarch64/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ where `YY` is the year, and `MM` the month of the increment.
1616
### Added
1717

1818
### Changed
19+
- Updates hashes for:
20+
- `PYTORCH_HASH` to `958d381444ebcad946b965a08545106898420f00`, 2.12.0.dev20260320 from viable/strict, Mar 20th.
21+
- `IDEEP_HASH` to `cbbfd4ad7c5ac6d7683af571055e95c948d8cf54`, from ideep_pytorch, Mar 17th.
22+
- `ONEDNN_HASH` to `a45a5ba044d1830b88d7fb529efaa52133328d45`, from main, Mar 23rd.
23+
- `TORCH_AO_HASH` to `fbce9178697ca22d604314b316feb765360e0dec`, from main, Mar 23rd.
24+
- `KLEIDIAI_HASH` to `72a6a50c1dba714ff27a908e8dd54be3628794b0`, v1.23.0 from main, Mar 20th.
25+
- Updates `torchvision` from 0.25.0.dev20260130 to 0.26.0.dev20260322.
1926

2027
### Removed
2128

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ if ! docker container inspect "$TORCH_BUILD_CONTAINER" >/dev/null 2>&1 ; then
123123
# Currently changes in these scripts will not be applied without a clean
124124
# build, which is not ideal for dev work. But we have to balance this with
125125
# extra time/network traffic when rebuilding many times.
126-
docker_exec bash "${PYTORCH_CONTAINER_DIR}/.circleci/scripts/binary_populate_env.sh"
126+
docker_exec bash "${PYTORCH_CONTAINER_DIR}/.ci/pytorch/binary_populate_env.sh"
127127

128128
# Install scons for the Compute Library (ACL) build
129129
docker_exec ${PYTHON_CONTAINER_BIN}/python3 -m pip install scons==4.7.0

ML-Frameworks/pytorch-aarch64/versions.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
# For information on how to update the versions below, read the README.md.
1010

1111
# get-source.sh deps
12-
PYTORCH_HASH=434b8cfdfac8ef7c741385561e340781ad76512f # 2.12.0.dev20260227 from viable/strict, Feb 27th
13-
IDEEP_HASH=bbb9ffb9e0c401ca058b7f35a6ebe7d0e08ffd34 # From ideep_pytorch, Jan 16th
14-
ONEDNN_HASH=a83f8b4c7ca45fb339f3ecdf82895bc496941808 # From main, Feb 27th
15-
TORCH_AO_HASH=9bdc0ca87c1134b7c1dedaa9512233b726f22955 # From main, Feb 27th
16-
KLEIDIAI_HASH=98a6df72bdbb566bc7d8ba13d71991bcd94a8393 # v1.22.0 from main, Feb 19th
12+
PYTORCH_HASH=958d381444ebcad946b965a08545106898420f00 # 2.12.0.dev20260320 from viable/strict, Mar 20th
13+
IDEEP_HASH=cbbfd4ad7c5ac6d7683af571055e95c948d8cf54 # From ideep_pytorch, Mar 17th
14+
ONEDNN_HASH=a45a5ba044d1830b88d7fb529efaa52133328d45 # From main, Mar 23rd
15+
TORCH_AO_HASH=fbce9178697ca22d604314b316feb765360e0dec # From main, Mar 23rd
16+
KLEIDIAI_HASH=72a6a50c1dba714ff27a908e8dd54be3628794b0 # v1.23.0 from main, Mar 20th
1717

1818
# build-wheel.sh deps
19-
ACL_VERSION="v52.8.0"
20-
OPENBLAS_VERSION="v0.3.30"
19+
ACL_VERSION="v52.8.0" # Jan 23rd
20+
OPENBLAS_VERSION="v0.3.30" # Jan 15th
2121

2222
# Dockerfile deps
23-
TORCHVISION_NIGHTLY="0.25.0.dev20260130"
23+
TORCHVISION_NIGHTLY="0.26.0.dev20260322"

ML-Frameworks/tensorflow-aarch64/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ where `YY` is the year, and `MM` the month of the increment.
1616
### Added
1717

1818
### Changed
19+
- Updates TensorFlow hash to 25cf6546b44bdb3d3f17277a4b49b027dcdc0ae7 from nightly, Mar 23rd
1920

2021
### Removed
2122

ML-Frameworks/tensorflow-aarch64/get-source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source ../utils/git-utils.sh
88

99
set -eux -o pipefail
1010

11-
TENSORFLOW_HASH=535fc05dbac76cec4a446eec0bed866394167c05 # from nightly, Feb 25th
11+
TENSORFLOW_HASH=25cf6546b44bdb3d3f17277a4b49b027dcdc0ae7 # from nightly, Mar 23rd
1212

1313
git-shallow-clone https://github.com/tensorflow/tensorflow.git $TENSORFLOW_HASH
1414

0 commit comments

Comments
 (0)