From 49482d53d7f8ee3fb0c2cc6c0553e9cbdfe6f332 Mon Sep 17 00:00:00 2001 From: Richard Burton Date: Thu, 30 Nov 2023 11:38:45 +0000 Subject: MLECO-4371 Update dependencies to 23.11 release components * Updated NPU components and dependencies (core-driver, core-platform, Vela, CMSIS, TensorFlow Lite Micro) to 23.11 release SHAs. * Changed Python version to 3.10 * Updated release notes and other documentation * Added workarounds to scripts in order to address build issues Signed-off-by: Aron Virginas-Tar Change-Id: I0a639b80881b53eebb216085b7e6764e3be8ca67 --- docs/quick_start.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/quick_start.md') diff --git a/docs/quick_start.md b/docs/quick_start.md index d9c3712..daef495 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.9 ./build_default.py + python3 ./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.9 ./build_default.py --toolchain arm + python3 ./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.9.0 +env/bin/python3 -m pip install ethos-u-vela==3.10.0 cd .. curl -L https://github.com/ARM-software/ML-zoo/raw/7c32b097f7d94aae2cd0b98a8ed5a3ba81e66b18/models/anomaly_detection/micronet_medium/tflite_int8/ad_medium_int8.tflite \ -- cgit v1.2.1