aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
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: