summaryrefslogtreecommitdiff
path: root/docs/quick_start.md
diff options
context:
space:
mode:
authorNina Drozd <nina.drozd@arm.com>2023-08-22 12:41:55 +0100
committerNina Drozd <nina.drozd@arm.com>2023-08-31 08:41:00 +0000
commit05c1c5a1beb8c1c17e2a06000727f9f094bc6e37 (patch)
treec31ae9200817fa9c7c5828bec1a06c623d5251df /docs/quick_start.md
parent677d43fa8f55a8aa52e6bd9d1884e2797650fd65 (diff)
downloadml-embedded-evaluation-kit-05c1c5a1beb8c1c17e2a06000727f9f094bc6e37.tar.gz
MLECO-4072: update MLEK dependencies to 23.08
* version updates in cmakelists file * update submodules to 23.08 versions * updates to documentation - vela 3.9.0 Change-Id: I5e24d5729ecbd2289b04fcc845fb44f455ab38d5 Signed-off-by: Nina Drozd <nina.drozd@arm.com>
Diffstat (limited to 'docs/quick_start.md')
-rw-r--r--docs/quick_start.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/quick_start.md b/docs/quick_start.md
index cad0e8c..d9c3712 100644
--- a/docs/quick_start.md
+++ b/docs/quick_start.md
@@ -37,14 +37,14 @@ To get started quickly, please follow these steps:
[supported by Vela](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela/+/HEAD/SUPPORTED_OPS.md).
```commandline
- python3 ./build_default.py
+ python3.9 ./build_default.py
```
> **Note** The preceding command assumes you are using the GNU Arm Embedded toolchain. If you are using the Arm
> Compiler instead, you can override the default selection by executing:
```commandline
- python3 ./build_default.py --toolchain arm
+ python3.9 ./build_default.py --toolchain arm
```
5. Launch the project as explained in the following section: [Deployments](sections/deployment.md#deployment). In quick
@@ -71,7 +71,7 @@ mkdir resources_downloaded && cd resources_downloaded
python3 -m venv env
env/bin/python3 -m pip install --upgrade pip
env/bin/python3 -m pip install --upgrade setuptools
-env/bin/python3 -m pip install ethos-u-vela==3.8.0
+env/bin/python3 -m pip install ethos-u-vela==3.9.0
cd ..
curl -L https://github.com/ARM-software/ML-zoo/raw/7c32b097f7d94aae2cd0b98a8ed5a3ba81e66b18/models/anomaly_detection/micronet_medium/tflite_int8/ad_medium_int8.tflite \