Skip to content

Commit 7c369a5

Browse files
Merge pull request #418 from puneetmatharu/bump-tensorflow-hash
Bump TensorFlow commit hash
2 parents 318108a + f7e1b23 commit 7c369a5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

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 20c4833e3b81d1aa947643da899b8fb512d22e36, from nightly, Jan 11th
1314
- Updates Ubuntu and Python version to 24.04 and 3.12, respectively.
1415

1516
### Removed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# #!/bin/bash
1+
#!/bin/bash
22

33
# *******************************************************************************
4-
# Copyright 2024-2025 Arm Limited and affiliates.
4+
# Copyright 2024-2026 Arm Limited and affiliates.
55
# SPDX-License-Identifier: Apache-2.0
66
#
77
# Licensed under the Apache License, Version 2.0 (the "License");

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# *******************************************************************************
4-
# Copyright 2024-2025 Arm Limited and affiliates.
4+
# Copyright 2024-2026 Arm Limited and affiliates.
55
# SPDX-License-Identifier: Apache-2.0
66
#
77
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -21,7 +21,7 @@ source ../utils/git-utils.sh
2121

2222
set -eux -o pipefail
2323

24-
TENSORFLOW_HASH=5d46b65af45d5694cb1676bc872d24a4a64a6b57 # from nightly, Nov 25th
24+
TENSORFLOW_HASH=20c4833e3b81d1aa947643da899b8fb512d22e36 # from nightly, Jan 11th
2525

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

0 commit comments

Comments
 (0)