summaryrefslogtreecommitdiff
path: root/docs/quick_start.md
diff options
context:
space:
mode:
authorNina Drozd <nina.drozd@arm.com>2021-09-07 09:41:28 +0100
committerNina Drozd <nina.drozd@arm.com>2021-09-07 11:41:57 +0000
commitf6753c96891fee429fe9eba26940e5cee0203d4d (patch)
tree7aa195dfe4d0ad2140e436b2a2eecf77485b440f /docs/quick_start.md
parent0210109eb6fa486fda3774e1e74f784f1a32d770 (diff)
downloadml-embedded-evaluation-kit-f6753c96891fee429fe9eba26940e5cee0203d4d.tar.gz
MLECO-2145: update models to new Vela 3.1.0 release
* updated vela version in setup resources script * updated vela version in documentation * updated minimum cmake version in documentation Change-Id: Iadd1d082bb7f6124016a2804fd7a28e59bf72639
Diffstat (limited to 'docs/quick_start.md')
-rw-r--r--docs/quick_start.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_start.md b/docs/quick_start.md
index 6f1bc01..ce0b436 100644
--- a/docs/quick_start.md
+++ b/docs/quick_start.md
@@ -63,7 +63,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.0.0
+env/bin/python3 -m pip install ethos-u-vela==3.1.0
cd ..
curl -L https://github.com/ARM-software/ML-zoo/raw/7c32b097f7d94aae2cd0b98a8ed5a3ba81e66b18/models/anomaly_detection/micronet_medium/tflite_int8/ad_medium_int8.tflite \