Skip to content

Commit 55d36fc

Browse files
authored
Merge pull request #346 from Sqvid/update-tf
build: update TF hashes
2 parents 34440d7 + db9434d commit 55d36fc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ML-Frameworks/tensorflow-aarch64/CHANGELOG.md

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

1212
### Changed
13+
- Updates TensorFlow hash to ab8aab720f1648f6a470b159b0d1aea3a5b0df81 # 2.20.0-dev0 from master, 25th July 2025
1314

1415
### Removed
1516

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ source ../utils/git-utils.sh
2121

2222
set -eux -o pipefail
2323

24-
TENSORFLOW_HASH=70d137e8794f97728e094608ec9ea1c6c9fd42af # 2.20.0-dev0 from nightly, July 1st
24+
TENSORFLOW_HASH=ab8aab720f1648f6a470b159b0d1aea3a5b0df81 # 2.20.0-dev0 from master, 25th July 2025
2525

2626
git-shallow-clone https://github.com/tensorflow/tensorflow.git $TENSORFLOW_HASH
2727

@@ -31,6 +31,5 @@ git-shallow-clone https://github.com/tensorflow/tensorflow.git $TENSORFLOW_HASH
3131
# Apply TensorFlow WIP patches here
3232

3333
# https://github.com/tensorflow/tensorflow/pull/93951 - build(aarch64): Update to oneDNN-3.7 + ACL-24.12 (fix)
34-
apply-github-patch tensorflow/tensorflow 6eb08485a6312a02636f79d8eddf00a549e32aca
35-
34+
apply-github-patch tensorflow/tensorflow e9cd9ea7d5f52b6c6740ce4e486e0fce554a26a4
3635
)

0 commit comments

Comments
 (0)