-
Notifications
You must be signed in to change notification settings - Fork 742
Arm backend: Add unit test for DeiT-Tiny model on TOSA-MI backend #10391
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10391
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit e1aa856 with merge base 7409fd4 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot label ciflow/trunk |
|
@pytorchbot label "partner: arm" |
|
@pytorchbot label "topic: not user facing" |
|
@martinlsm We may need to increase |
Add unit test that runs the DeiT-Tiny model on the TOSA-MI profile. The output performance is not great at the moment. An internal ticket has been created to debug this problem later. Change-Id: I5987a57937146a742deeab4e75c72b31a96f1068
7285c34 to
e1aa856
Compare
I increased it a little bit now. Hopefully enough. |
|
Lintrunner unrelated |
Add unit test that runs the DeiT-Tiny model on the TOSA-MI profile. The output performance is not great at the moment. An internal ticket has been created to debug this problem later.
Test plan
Command used to test the patch:
python -m pytest -s -c /dev/null --log-level=DEBUG "backends/arm/test/models/test_deit_tiny_arm.py"cc @digantdesai @freddan80 @per @zingo @oscarandersson8218