-
Notifications
You must be signed in to change notification settings - Fork 687
Arm backend: Add SmolLM2-135M to CI model testing #14722
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: main
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/14722
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 New Failures, 3 Unrelated FailuresAs of commit 91ef893 with merge base 4c064e3 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@digantdesai Could you take a look as this touches files outside of the arm directory? |
Unrelated CI failure |
@Sebastian-Larsson Needs a rebase :( |
Change-Id: Ib29b8c52b9f3ad16d861fcf0b49d79e197053694 Signed-off-by: Sebastian Larsson <sebastian.larsson@arm.com>
b04d348
to
73833af
Compare
# Build common libs once | ||
python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --build_libs | ||
|
||
python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u85-128 --model=smollm2 --extra_flags="-DEXECUTORCH_SELECT_OPS_LIST=dim_order_ops::_to_dim_order_copy.out" |
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.
curious why do we need dim_order_copy (i.e. why do we have a graph break)..
# Build common libs once | ||
python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --build_libs | ||
|
||
python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u85-128 --model=smollm2 --extra_flags="-DEXECUTORCH_SELECT_OPS_LIST=dim_order_ops::_to_dim_order_copy.out" |
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.
Did you guys run it on a real hardware? what's the TPS looks like?
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.
No this was not run on real hardware.
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218