File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -289,6 +289,7 @@ jobs:
289289 - test_arm_baremetal : test_models_ethos-u55
290290 - test_arm_baremetal : test_models_ethos-u85
291291 - test_arm_baremetal : test_smaller_stories_llama
292+ - test_arm_baremetal : test_model_smollm2-135M
292293 fail-fast : false
293294 with :
294295 runner : linux.2xlarge.memory
Original file line number Diff line number Diff line change @@ -340,6 +340,19 @@ test_full_vkml() { # All End to End model tests
340340 echo " ${TEST_SUITE_NAME} : PASS"
341341}
342342
343+ test_model_smollm2-135M () {
344+ echo " ${TEST_SUITE_NAME} : Test SmolLM2-135M on Ethos-U85"
345+
346+ # Build common libs once
347+ python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --build_libs
348+
349+ 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"
350+
351+ echo " ${TEST_SUITE_NAME} : PASS"
352+
353+
354+ }
355+
343356test_smaller_stories_llama () {
344357 echo " ${TEST_SUITE_NAME} : Test smaller_stories_llama"
345358
You can’t perform that action at this time.
0 commit comments