From d47cbf0da12d146cf822f0cc881e4ab4f7602e7f Mon Sep 17 00:00:00 2001 From: Zingo Andersen Date: Wed, 5 Jun 2024 11:13:40 -0700 Subject: [PATCH] backend/arm: Update Ethos-U software to version 24.05 (#3847) Summary: This uses latest release or Ethos-U software. Pull Request resolved: https://github.com/pytorch/executorch/pull/3847 Reviewed By: mergennachin Differential Revision: D58188328 Pulled By: digantdesai fbshipit-source-id: fe96bef0ba042b6b91f6626788a8465c1bc48056 (cherry picked from commit 7b60703f8dcf1d3603e0540b6b45bc26fd4f3c31) --- examples/arm/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/arm/setup.sh b/examples/arm/setup.sh index 72cc4c94a5b..ceb7bbea9c0 100755 --- a/examples/arm/setup.sh +++ b/examples/arm/setup.sh @@ -76,7 +76,7 @@ fi # ethos-u ethos_u_repo_url="https://review.mlplatform.org/ml/ethos-u/ethos-u" -ethos_u_base_rev="0995223100e3da8011700f58e491f1bf59511e3c" +ethos_u_base_rev="24.05" ######## ### Mandatory user args