summaryrefslogtreecommitdiff
path: root/download_dependencies.py
diff options
context:
space:
mode:
authorRichard Burton <richard.burton@arm.com>2021-11-30 15:51:15 +0000
committerRichard Burton <richard.burton@arm.com>2021-11-30 15:51:15 +0000
commit2de7ba0b56f6c13570c1b2be1a10d011d2aad023 (patch)
treeca66d1ad2e1f7bde0e9a581d5da2d6027719b094 /download_dependencies.py
parent6ef76bd2eac8c59c51a766a051bfbda681af181a (diff)
downloadml-embedded-evaluation-kit-2de7ba0b56f6c13570c1b2be1a10d011d2aad023.tar.gz
MLECO-2604: Update to final 21.11 dependencies
Signed-off-by: Richard Burton <richard.burton@arm.com> Change-Id: I47879089734cd3ab70ef8068277e677742e1b2b3
Diffstat (limited to 'download_dependencies.py')
-rwxr-xr-xdownload_dependencies.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/download_dependencies.py b/download_dependencies.py
index ee8ed54..45f68be 100755
--- a/download_dependencies.py
+++ b/download_dependencies.py
@@ -25,10 +25,10 @@ import tempfile
from urllib.request import urlopen
from zipfile import ZipFile
-tf = "https://github.com/tensorflow/tflite-micro/archive/1a23ad6adf007ad6ef3826523f41ff43fb686a13.zip"
-cmsis = "https://github.com/ARM-software/CMSIS_5/archive/72cdcc54902bf702f79c91e8ab172e28ac568f3e.zip"
-ethos_u_core_sw = "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-software.git/snapshot/ethos-u-core-software-21.11-rc2.tar.gz"
-ethos_u_core_driver = "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/snapshot/ethos-u-core-driver-21.11-rc2.tar.gz"
+tf = "https://github.com/tensorflow/tflite-micro/archive/f75696cb9e7e5cc06761af2a83f7df0e5e975363.zip"
+cmsis = "https://github.com/ARM-software/CMSIS_5/archive/1fab31865cd538f12d1f74b760939404771603e3.zip"
+ethos_u_core_sw = "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-software.git/snapshot/ethos-u-core-software-21.11.tar.gz"
+ethos_u_core_driver = "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/snapshot/ethos-u-core-driver-21.11.tar.gz"
def download(url_file: str, post_process=None):