summaryrefslogtreecommitdiff
path: root/download_dependencies.py
diff options
context:
space:
mode:
authorNina Drozd <nina.drozd@arm.com>2022-09-06 17:00:34 +0100
committerNina Drozd <nina.drozd@arm.com>2022-09-07 14:21:25 +0100
commit28224309791e36dfb806d5a0554d15260585818f (patch)
treee81be8206310aec405fd62825bb1d6b4bf020959 /download_dependencies.py
parent72eec15eddf0822a138df029b4afaf2b137dd356 (diff)
downloadml-embedded-evaluation-kit-28224309791e36dfb806d5a0554d15260585818f.tar.gz
MLECO-3535: update to 22.08 versions of models
* update to 22.08 release of ethos-u-vela * update download_dependencies script to new tf revision Signed-off-by: Nina Drozd <nina.drozd@arm.com> Change-Id: Ib4cb47ac0881d45fc6766b6b87154584d9db7374
Diffstat (limited to 'download_dependencies.py')
-rwxr-xr-xdownload_dependencies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/download_dependencies.py b/download_dependencies.py
index 2a81cfb..dccd38d 100755
--- a/download_dependencies.py
+++ b/download_dependencies.py
@@ -24,7 +24,7 @@ from urllib.request import urlopen
from zipfile import ZipFile
from pathlib import Path
-TF = "https://github.com/tensorflow/tflite-micro/archive/286aeb5ff20d3571556e48a5c1af8527f84d3456.zip"
+TF = "https://github.com/tensorflow/tflite-micro/archive/67e9d8f60d3e37ab02f94a93f016179ef5e96cb6.zip"
CMSIS = "https://github.com/ARM-software/CMSIS_5/archive/ed78d6b78766d71cfe0431149f2f261d1c7277a1.zip"
CMSIS_DSP = "https://github.com/ARM-software/CMSIS-DSP/archive/refs/tags/v1.11.0.zip"
ETHOS_U_CORE_DRIVER = "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/snapshot/ethos-u-core-driver-22.08.tar.gz"