From 5dd18382a1a109408dd6a9ed0fcc63ff275f2e19 Mon Sep 17 00:00:00 2001 From: Richard Burton Date: Wed, 1 Jun 2022 10:26:46 +0100 Subject: MLECO-3094: Updated to 22.05 release components Signed-off-by: Richard Burton Change-Id: Icd208b5fc92d08e8dfbff95feecf3b387e76ccb4 --- download_dependencies.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'download_dependencies.py') diff --git a/download_dependencies.py b/download_dependencies.py index 483fe84..d2abdbc 100755 --- a/download_dependencies.py +++ b/download_dependencies.py @@ -24,10 +24,10 @@ from urllib.request import urlopen from zipfile import ZipFile from pathlib import Path -TF = "https://github.com/tensorflow/tflite-micro/archive/07821fd35e8aaca66855fa07b402325be3b70398.zip" -CMSIS = "https://github.com/ARM-software/CMSIS_5/archive/6a18a74b46ac1501a7a750dd83b8bfb06fb24504.zip" -ETHOS_U_CORE_DRIVER = "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/snapshot/ethos-u-core-driver-22.05-rc2.tar.gz" -ETHOS_U_CORE_PLATFORM = "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-platform.git/snapshot/ethos-u-core-platform-22.05-rc2.tar.gz" +TF = "https://github.com/tensorflow/tflite-micro/archive/02715237c1fc0a23f465226364d206277f54ebce.zip" +CMSIS = "https://github.com/ARM-software/CMSIS_5/archive/29615088b12e3ba8ce50d316cf7f38c1bd7fc620.zip" +ETHOS_U_CORE_DRIVER = "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/snapshot/ethos-u-core-driver-22.05.tar.gz" +ETHOS_U_CORE_PLATFORM = "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-platform.git/snapshot/ethos-u-core-platform-22.05.tar.gz" def download(url_file: str, post_process=None): -- cgit v1.2.1