summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Burton <richard.burton@arm.com>2022-03-04 09:19:09 +0000
committerRichard <richard.burton@arm.com>2022-03-04 09:45:29 +0000
commitb4123fd715e41070be5bb39600625c740185f562 (patch)
tree78ff9672a8adcdd9d97b40a3de17a6985b1a6659 /docs
parent2aa31324349f64ac1a6596006c6c88dcbc596a49 (diff)
downloadml-embedded-evaluation-kit-b4123fd715e41070be5bb39600625c740185f562.tar.gz
MLECO-2978: Update to 22.02 dependencies
* Core-platform now a depdenency for timing adapter Signed-off-by: Richard Burton <richard.burton@arm.com> Change-Id: I54f3773bdf91083fa1513be15372fcf2231bea2c
Diffstat (limited to 'docs')
-rw-r--r--docs/quick_start.md2
-rw-r--r--docs/sections/building.md8
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/quick_start.md b/docs/quick_start.md
index 252b084..9808e15 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.2.0
+env/bin/python3 -m pip install ethos-u-vela==3.3.0
cd ..
curl -L https://github.com/ARM-software/ML-zoo/raw/7c32b097f7d94aae2cd0b98a8ed5a3ba81e66b18/models/anomaly_detection/micronet_medium/tflite_int8/ad_medium_int8.tflite \
diff --git a/docs/sections/building.md b/docs/sections/building.md
index 895e0e6..df21250 100644
--- a/docs/sections/building.md
+++ b/docs/sections/building.md
@@ -76,14 +76,14 @@ Before proceeding, it is *essential* to ensure that the following prerequisites
>
> `export PATH=/path/to/cmake/bin:$PATH`
-- Python 3.6 or above is installed. Check your current installed version of Python by running:
+- Python 3.8 or above is installed. Check your current installed version of Python by running:
```commandline
python3 --version
```
```log
- Python 3.6.8
+ Python 3.8.12
```
- The build system creates a Python virtual environment during the build process. Please make sure that Python virtual
@@ -101,7 +101,7 @@ Before proceeding, it is *essential* to ensure that the following prerequisites
```
```log
- pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6)
+ pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.8)
```
- Make
@@ -309,7 +309,7 @@ This fetches every model into the `resources_downloaded` directory. It also opti
for the default 128 MACs configuration of the Arm® *Ethos™-U55* NPU and for the default 256 MACs configuration of the
Arm® *Ethos™-U65* NPU.
-> **Note:** This script requires Python version 3.6 or higher. Please make sure all [build prerequisites](./building.md#build-prerequisites)
+> **Note:** This script requires Python version 3.8 or higher. Please make sure all [build prerequisites](./building.md#build-prerequisites)
> are satisfied.
Additional command line arguments supported by this script are: