From 8f8160155722f3e4c157fd950590a839ded15e27 Mon Sep 17 00:00:00 2001 From: Aleksei-grovety <113356454+Aleksei-grovety@users.noreply.github.com> Date: Thu, 23 Mar 2023 17:07:06 +0400 Subject: [PATCH] [microNPU] Upgrade Vela to v3.7.0 Upgrading ethos-u-vela pip version to 3.7.0. --- apps/microtvm/cmsisnn/requirements.txt | 10 +++++----- apps/microtvm/ethosu/requirements.txt | 10 +++++----- docker/install/ubuntu_install_vela.sh | 2 +- gallery/how_to/work_with_microtvm/micro_ethosu.py | 4 ++-- python/gen_requirements.py | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/apps/microtvm/cmsisnn/requirements.txt b/apps/microtvm/cmsisnn/requirements.txt index 1c99bd49a92e..896d6a8d723c 100644 --- a/apps/microtvm/cmsisnn/requirements.txt +++ b/apps/microtvm/cmsisnn/requirements.txt @@ -7,11 +7,11 @@ cloudpickle==2.0.0 \ decorator==5.1.0 \ --hash=sha256:7b12e7c3c6ab203a29e157335e9122cb03de9ab7264b137594103fd4a683b374 \ --hash=sha256:e59913af105b9860aa2c8d3272d9de5a56a4e608db9a2f167a8480b323d529a7 -ethos-u-vela==3.5.0 \ - --hash=sha256:e56c2f62e06439f45d07f2e6f41fd133a46fb7b6a2e0e6d3baf7ec1d947baca1 -flatbuffers==1.12 \ - --hash=sha256:63bb9a722d5e373701913e226135b28a6f6ac200d5cc7b4d919fa38d73b44610 \ - --hash=sha256:9e9ef47fa92625c4721036e7c4124182668dc6021d9e7c73704edd395648deb9 +ethos-u-vela==3.7.0 \ + --hash=sha256:314b761e171d19bf03e141684f9a371af7bf830f739b9b2f90b5f303a7fb1203 +flatbuffers==2.0.7 \ + --hash=sha256:0ae7d69c5b82bf41962ca5fde9cc43033bc9501311d975fd5a25e8a7d29c1245 \ + --hash=sha256:71e135d533be527192819aaab757c5e3d109cb10fbb01e687f6bdb7a61ad39d1 lxml==4.6.3 \ --hash=sha256:079f3ae844f38982d156efce585bc540c16a926d4436712cf4baee0cce487a3d \ --hash=sha256:0fbcf5565ac01dff87cbfc0ff323515c823081c5777a9fc7703ff58388c258c3 \ diff --git a/apps/microtvm/ethosu/requirements.txt b/apps/microtvm/ethosu/requirements.txt index d8a7fa7bd901..17bc9bb46490 100644 --- a/apps/microtvm/ethosu/requirements.txt +++ b/apps/microtvm/ethosu/requirements.txt @@ -7,11 +7,11 @@ cloudpickle==2.0.0 \ decorator==5.1.0 \ --hash=sha256:7b12e7c3c6ab203a29e157335e9122cb03de9ab7264b137594103fd4a683b374 \ --hash=sha256:e59913af105b9860aa2c8d3272d9de5a56a4e608db9a2f167a8480b323d529a7 -ethos-u-vela==3.5.0 \ - --hash=sha256:e56c2f62e06439f45d07f2e6f41fd133a46fb7b6a2e0e6d3baf7ec1d947baca1 -flatbuffers==1.12 \ - --hash=sha256:63bb9a722d5e373701913e226135b28a6f6ac200d5cc7b4d919fa38d73b44610 \ - --hash=sha256:9e9ef47fa92625c4721036e7c4124182668dc6021d9e7c73704edd395648deb9 +ethos-u-vela==3.7.0 \ + --hash=sha256:314b761e171d19bf03e141684f9a371af7bf830f739b9b2f90b5f303a7fb1203 +flatbuffers==2.0.7 \ + --hash=sha256:0ae7d69c5b82bf41962ca5fde9cc43033bc9501311d975fd5a25e8a7d29c1245 \ + --hash=sha256:71e135d533be527192819aaab757c5e3d109cb10fbb01e687f6bdb7a61ad39d1 lxml==4.6.3 \ --hash=sha256:079f3ae844f38982d156efce585bc540c16a926d4436712cf4baee0cce487a3d \ --hash=sha256:0fbcf5565ac01dff87cbfc0ff323515c823081c5777a9fc7703ff58388c258c3 \ diff --git a/docker/install/ubuntu_install_vela.sh b/docker/install/ubuntu_install_vela.sh index 8d43a4d6e112..69c461547ad0 100755 --- a/docker/install/ubuntu_install_vela.sh +++ b/docker/install/ubuntu_install_vela.sh @@ -20,4 +20,4 @@ set -e set -u set -o pipefail -pip3 install ethos-u-vela==3.5.0 +pip3 install ethos-u-vela==3.7.0 diff --git a/gallery/how_to/work_with_microtvm/micro_ethosu.py b/gallery/how_to/work_with_microtvm/micro_ethosu.py index e6f47321c812..ea1e9d754287 100644 --- a/gallery/how_to/work_with_microtvm/micro_ethosu.py +++ b/gallery/how_to/work_with_microtvm/micro_ethosu.py @@ -84,8 +84,8 @@ # attrs==21.2.0 # cloudpickle==2.0.0 # decorator==5.1.0 -# ethos-u-vela==3.5.0 -# flatbuffers==1.12 +# ethos-u-vela==3.7.0 +# flatbuffers==2.0.7 # lxml==4.6.3 # nose==1.3.7 # numpy==1.19.5 diff --git a/python/gen_requirements.py b/python/gen_requirements.py index 09fb57ee94c0..1a55dccd1130 100644 --- a/python/gen_requirements.py +++ b/python/gen_requirements.py @@ -246,7 +246,7 @@ "docutils", "<0.17", ), # Work around https://github.com/readthedocs/sphinx_rtd_theme/issues/1115 - ("ethos-u-vela", "==3.5.0"), + ("ethos-u-vela", "==3.7.0"), ("future", None), ("h5py", "==2.10.0"), ("image", None),