aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorColm Donelan <Colm.Donelan@arm.com>2020-05-08 11:28:44 +0100
committerColm Donelan <colm.donelan@arm.com>2020-05-13 08:53:45 +0000
commit479aef883b345d9cdab52d2f1640a8a1c15b888e (patch)
treebad95be74e0e0129071084f53aa7d4073a5df139 /README.md
parent5bb3d8a1edeab3f4fdbeb9baf7922cc52bd815fb (diff)
downloadarmnn-479aef883b345d9cdab52d2f1640a8a1c15b888e.tar.gz
MLCE-193 Add FAQ.md to ArmNN GitHub.
* Add basic FAQ.md file. * Refer to the file from README.md Signed-off-by: Colm Donelan <Colm.Donelan@arm.com> Change-Id: I16b861cd5513bd5493e3d2d459b61378b36a6846
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1019d127b6..9c404f885d 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,8 @@ Static quantization is supported by default but dynamic quantization can be enab
Note that Arm NN needs to be built against a particular version of [ARM's Compute Library](https://github.com/ARM-software/ComputeLibrary). The get_compute_library.sh in the scripts subdirectory will clone the compute library from the review.mlplatform.org github repository into a directory alongside armnn named 'clframework' and checks out the correct revision.
+For FAQs and troubleshooting advice, see [FAQ.md](docs/FAQ.md)
+
### License
Arm NN is provided under the [MIT](https://spdx.org/licenses/MIT.html) license.