summaryrefslogtreecommitdiff
path: root/docs/sections/building.md
diff options
context:
space:
mode:
authorRichard Burton <richard.burton@arm.com>2023-05-30 17:40:39 +0100
committerRichard Burton <richard.burton@arm.com>2023-05-30 17:40:39 +0100
commitdf88c5de6e3e7ff4d7f4519235f076f60fb3d896 (patch)
treed71869c5bfc0be586dd17c755cd5493f3142525d /docs/sections/building.md
parent1e6c6943ab3b937da22591fa771fcc2dc185c64f (diff)
downloadml-embedded-evaluation-kit-df88c5de6e3e7ff4d7f4519235f076f60fb3d896.tar.gz
MLECO-4065 MLECO-4066: Updating to 23.05 dependencies
* Update dependencies to 23.05 versions * Fix for a break caused by changes in TensorFlow Lite Micro * Update release notes Signed-off-by: Richard Burton <richard.burton@arm.com> Change-Id: Id2f60ea574aab982911125bdcb513adb8edc723d
Diffstat (limited to 'docs/sections/building.md')
-rw-r--r--docs/sections/building.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/sections/building.md b/docs/sections/building.md
index bf7ca4d..c7d69c8 100644
--- a/docs/sections/building.md
+++ b/docs/sections/building.md
@@ -91,17 +91,17 @@ Before proceeding, it is *essential* to ensure that the following prerequisites
>
> `export PATH=$(readlink -e resources_downloaded/env/bin):${PATH}`
-- Python 3.7 or above is installed. Check your current installed version of Python by running:
+- Python 3.9 or above is installed. Check your current installed version of Python by running:
```commandline
python3 --version
```
```log
- Python 3.7.13
+ Python 3.9.7
```
- > **Note:** If you have an older version of Python installed (< 3.7) see the
+ > **Note:** If you have an older version of Python installed (< 3.9) see the
> [Troubleshooting](./troubleshooting.md#how-to-update-python3-package-to-newer-version)
> for instruction on how to update it.
@@ -126,7 +126,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.7)
+ pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.9)
```
- Make
@@ -361,7 +361,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.7 or higher. Please make sure all [build prerequisites](./building.md#build-prerequisites)
+> **Note:** This script requires Python version 3.9 or higher. Please make sure all [build prerequisites](./building.md#build-prerequisites)
> are satisfied.
>
> **Note:** This script also installs required version of CMake into the virtual environment, which can be used by activating it.
@@ -709,8 +709,9 @@ After compiling, your custom model has now replaced the default one in the appli
> <https://pypi.org/project/ethos-u-vela/>.
> The source code is hosted on <https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela/>.
-> **Note:** Using the 22.11 versions of software dependencies will require Vela to be at least version 3.6.0
+> **Note:** The correct version of Vela should be used and this depends on the versions of software dependencies used
> or you may encounter issues when trying to run applications on different variants of Ethos-U NPUs.
+> See <https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u> for more details of which versions align.
The Vela compiler is a tool that can optimize a neural network model into a version that can run on an embedded system
containing an *Ethos-U* NPU.