From edefbc282556021b7ea4db5d88d4cce2f9782b15 Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Mon, 2 Oct 2023 17:21:12 +0100 Subject: IVGCVSW-7954 Upgrade ArmNN guides to TensorFlow v2.14.0 Signed-off-by: Narumol Prangnawarat Change-Id: I33e3ee8fa39b96ba042c974b43591c98d0bae592 --- BuildGuideAndroidNDK.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BuildGuideAndroidNDK.md') diff --git a/BuildGuideAndroidNDK.md b/BuildGuideAndroidNDK.md index 8e634f3ff1..eea70b3e49 100644 --- a/BuildGuideAndroidNDK.md +++ b/BuildGuideAndroidNDK.md @@ -170,7 +170,7 @@ First clone Tensorflow manually and check out the version Arm NN was tested with cd $WORKING_DIR git clone https://github.com/tensorflow/tensorflow.git cd tensorflow -git fetch && git checkout v2.14.0-rc1 +git fetch && git checkout v2.14.0 ``` Or use the script that Arm NN provides: ```bash -- cgit v1.2.1