From 480e31b477f877d254f95d2984c1a5b60e068450 Mon Sep 17 00:00:00 2001 From: "erik.andersson@arm.com" Date: Wed, 25 Aug 2021 16:42:19 +0200 Subject: MLBEDSW-4996: Community bug reporting on ML Platform Created "BUGS.md" which details to the Vela Community how to issue bug report using the Maniphest Bug Tracker. Also added a reference to it in "README.md". Signed-off-by: erik.andersson@arm.com Change-Id: I0120a890c8447907e32de6b10a24eceade09df7d --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f8e57aaa..40d99452 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ embedded system. The tool will also generate performance estimates (EXPERIMENTAL) for the compiled model. -The tool has limited functionality for compiling a +The tool has limited functionality for compiling a [TOSA](https://git.mlplatform.org/tosa/specification.git/) neural network (EXPERIMENTAL). @@ -171,7 +171,7 @@ vela --optimise Performance my_model.tflite ``` 6) Compile a network while optimising for the fastest inference time possible, -with an upper bound for the SRAM usage. The memory limit is set in bytes, i.e. +with an upper bound for the SRAM usage. The memory limit is set in bytes, i.e. run the following example if one requires a limit of 300KB. ```bash @@ -242,6 +242,11 @@ operators supported in this release. Please see [Vela Testing](TESTING.md). +## Bug Reporting + +Please see [Vela Community Bug Reporting](BUGS.md) for a description of how to +report bugs. + ## Resources Additional useful information: -- cgit v1.2.1