aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d5bfdd3..8c507395 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@
# Arm NN Android Neural Networks driver
+### This branch is deprecated
+
+This project's primary branch is now called main.
+
+To checkout the 'main' branch you first need to clone the Android NN repository: 'https://github.com/ARM-software/android-nn-driver.git'
+
+You should 'git checkout main' and 'git pull origin main' from now on.
+
This directory contains the Arm NN driver for the Android Neural Networks API, implementing the android.hardware.neuralnetworks@1.0, android.hardware.neuralnetworks@1.1, android.hardware.neuralnetworks@1.2 and android.hardware.neuralnetworks@1.3 HALs.
For more information about supported operations and configurations, see [NnapiSupport.txt](NnapiSupport.txt)