summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Burton <richard.burton@arm.com>2023-06-05 17:36:51 +0100
committerRichard <richard.burton@arm.com>2023-06-06 08:49:28 +0000
commit8ad001d8d9f9ab0b589a9adb84a8c910427fc0db (patch)
tree956c06cff19c6868322acf594b32818d421a074c
parentdf88c5de6e3e7ff4d7f4519235f076f60fb3d896 (diff)
downloadml-embedded-evaluation-kit-8ad001d8d9f9ab0b589a9adb84a8c910427fc0db.tar.gz
Fix for link to download CMSIS-NN 23.05 dependency
Signed-off-by: Richard Burton <richard.burton@arm.com> Change-Id: Ide32a976a9d04495ce6a35dd9c0eff1d3470b109
-rwxr-xr-xdownload_dependencies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/download_dependencies.py b/download_dependencies.py
index c884b72..b07ef0d 100755
--- a/download_dependencies.py
+++ b/download_dependencies.py
@@ -27,7 +27,7 @@ from pathlib import Path
TF = "https://github.com/tensorflow/tflite-micro/archive/384dd272f28ea7a99f5f7c211c9791f73cdb301b.zip"
CMSIS = "https://github.com/ARM-software/CMSIS_5/archive/e94a96201a97be3e84d3d6ef081d2f0f7db9b5fd.zip"
CMSIS_DSP = "https://github.com/ARM-software/CMSIS-DSP/archive/refs/tags/v1.14.4.zip"
-CMSIS_NN = "https://github.com/ARM-software/CMSIS-NN/archive/refs/tags/23.05.zip"
+CMSIS_NN = "https://github.com/ARM-software/CMSIS-NN/archive/refs/tags/v4.1.0.zip"
ETHOS_U_CORE_DRIVER = "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/snapshot/ethos-u-core-driver-23.05.tar.gz"
ETHOS_U_CORE_PLATFORM = "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-platform.git/snapshot/ethos-u-core-platform-23.05.tar.gz"