aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_android_ndk_guide.sh2
-rwxr-xr-xscripts/get_tensorflow.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build_android_ndk_guide.sh b/scripts/build_android_ndk_guide.sh
index 51ff9b1b05..ce2e273f71 100755
--- a/scripts/build_android_ndk_guide.sh
+++ b/scripts/build_android_ndk_guide.sh
@@ -215,7 +215,7 @@ function GetAndBuildComputeLibrary {
}
function GetAndBuildTFLite {
- TENSORFLOW_REVISION="tags/v2.14.0-rc1" # TF 2.14 rc1
+ TENSORFLOW_REVISION="tags/v2.14.0" # TF 2.14.0
TFLITE_ROOT_DIR=${WORKING_DIR}/tensorflow/tensorflow/lite
cd $WORKING_DIR
diff --git a/scripts/get_tensorflow.sh b/scripts/get_tensorflow.sh
index 6587cfcfe5..9cceed662e 100755
--- a/scripts/get_tensorflow.sh
+++ b/scripts/get_tensorflow.sh
@@ -8,7 +8,7 @@
CMD=$( basename "$0" )
# Revision or tag that Arm NN has been tested with:
-DEFAULT_TENSORFLOW_REVISION=v2.14.0-rc1 # r2.14 branch
+DEFAULT_TENSORFLOW_REVISION=v2.14.0 # tag v2.14.0
Usage() {
echo "Gets the revision or tag of TensorFlow that this version of Arm NN has been"