Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ML-Frameworks/tensorflow-aarch64/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ where `YY` is the year, and `MM` the month of the increment.
### Added

### Changed
- Updates TensorFlow hash to 20c4833e3b81d1aa947643da899b8fb512d22e36, from nightly, Jan 11th
- Updates Ubuntu and Python version to 24.04 and 3.12, respectively.

### Removed
Expand Down
4 changes: 2 additions & 2 deletions ML-Frameworks/tensorflow-aarch64/build-wheel.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# #!/bin/bash
#!/bin/bash

# *******************************************************************************
# Copyright 2024-2025 Arm Limited and affiliates.
# Copyright 2024-2026 Arm Limited and affiliates.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 2 additions & 2 deletions ML-Frameworks/tensorflow-aarch64/get-source.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

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

set -eux -o pipefail

TENSORFLOW_HASH=5d46b65af45d5694cb1676bc872d24a4a64a6b57 # from nightly, Nov 25th
TENSORFLOW_HASH=20c4833e3b81d1aa947643da899b8fb512d22e36 # from nightly, Jan 11th

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

Expand Down