-
Notifications
You must be signed in to change notification settings - Fork 539
[Arm] TOSA reference model update #7699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/0.5
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7699
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit 84dfaa9 with merge base 9069017 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@@ -88,7 +88,7 @@ ethos_u_base_rev="24.08" | |||
|
|||
# tosa reference model | |||
tosa_reference_model_url="https://review.mlplatform.org/tosa/reference_model" | |||
tosa_reference_model_rev="c5570b79e90c3a36ab8c4ddb8ee3fbc2cd3f7c38" | |||
tosa_reference_model_rev="v0.80.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting, how did you figure this out?
can we try with pulling #7670 as well? on release/0.5? |
Upgrade numpy version requirement to Summary: 1.21 is too old now. For 3.10 or above, we should be able to use 2.0.0 We are already on CoreMLTools 8.1, which is https://github.com/apple/coremltools/blob/8.1/reqs/build.pip We had to upgrade to the latest transformers as well (cherry picked from commit a7b5297)
(cherry picked from commit a18f6e8)
Update TOSA reference model to latest tag on 0.80 branch to get fixes for numpy==2.0.0 Signed-off-by: Per Åstrand <[email protected]> Change-Id: I18de47807bd307b3919f44a67c36d42da0759f49
37528fd
to
84dfaa9
Compare
Update TOSA reference model to v0.80.1 tag to get fixes for numpy=2.0.0