aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/get_tensorflow.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get_tensorflow.sh b/scripts/get_tensorflow.sh
index 9cceed662e..c102cb68d6 100755
--- a/scripts/get_tensorflow.sh
+++ b/scripts/get_tensorflow.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright © 2022-2023 Arm Ltd and Contributors. All rights reserved.
+# Copyright © 2022-2024 Arm Ltd and Contributors. All rights reserved.
#
# SPDX-License-Identifier: MIT
#
@@ -8,7 +8,7 @@
CMD=$( basename "$0" )
# Revision or tag that Arm NN has been tested with:
-DEFAULT_TENSORFLOW_REVISION=v2.14.0 # tag v2.14.0
+DEFAULT_TENSORFLOW_REVISION=v2.15.0 # tag v2.15.0
Usage() {
echo "Gets the revision or tag of TensorFlow that this version of Arm NN has been"