From c37220328952453018d6ba6bae2201197174a146 Mon Sep 17 00:00:00 2001 From: Richard Burton Date: Tue, 31 May 2022 11:27:26 +0100 Subject: MLECO-3213: Downgrade requirment from Python3.8 to Python3.7 Update Vela to 3.4.0 Signed-off-by: Richard Burton Change-Id: If203d29d6884219cd4947a5753a1fb8d8284f174 --- docs/sections/building.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/sections/building.md') diff --git a/docs/sections/building.md b/docs/sections/building.md index eba90b5..6c02b10 100644 --- a/docs/sections/building.md +++ b/docs/sections/building.md @@ -84,17 +84,17 @@ Before proceeding, it is *essential* to ensure that the following prerequisites > > `export PATH=$(readlink -e resources_downloaded/env/bin):${PATH}` -- Python 3.8 or above is installed. Check your current installed version of Python by running: +- Python 3.7 or above is installed. Check your current installed version of Python by running: ```commandline python3 --version ``` ```log - Python 3.8.12 + Python 3.7.13 ``` - > **Note:** If you have an older version of Python installed (< 3.8) see the + > **Note:** If you have an older version of Python installed (< 3.7) see the > [Troubleshooting](./troubleshooting.md#how-to-update-python3-package-to-newer-version) > for instruction on how to update it. @@ -113,7 +113,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.8) + pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.7) ``` - Make @@ -324,7 +324,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.8 or higher. Please make sure all [build prerequisites](./building.md#build-prerequisites) +> **Note:** This script requires Python version 3.7 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. @@ -765,7 +765,7 @@ After compiling, your custom model has now replaced the default one in the appli > . > The source code is hosted on . -> **Note:** Using the 22.02 versions of software dependencies will require Vela to be at least version 3.3.0 +> **Note:** Using the 22.05 versions of software dependencies will require Vela to be at least version 3.4.0 > or you may encounter issues when trying to run applications on different variants of Ethos-U. The Vela compiler is a tool that can optimize a neural network model into a version that can run on an embedded system -- cgit v1.2.1