Skip to content

Commit

Permalink
[microNPU] Upgrade Vela to v3.7.0 (#14374)
Browse files Browse the repository at this point in the history
Upgrading ethos-u-vela pip version to 3.7.0.
  • Loading branch information
Aleksei-grovety authored Mar 27, 2023
1 parent 6c34361 commit 6e70e79
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions apps/microtvm/cmsisnn/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
10 changes: 5 additions & 5 deletions apps/microtvm/ethosu/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_vela.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions gallery/how_to/work_with_microtvm/micro_ethosu.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/gen_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 6e70e79

Please sign in to comment.