We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b4cb9 commit ffcb292Copy full SHA for ffcb292
.github/workflows/trunk.yml
@@ -281,6 +281,7 @@ jobs:
281
include:
282
- test_arm_baremetal: test_pytest_ops_ethosu_fvp
283
- test_arm_baremetal: test_pytest_models_ethosu_fvp
284
+ - test_arm_baremetal: test_pytest_ops_vkml
285
- test_arm_baremetal: test_run_ethosu_fvp
286
- test_arm_baremetal: test_models_tosa
287
- test_arm_baremetal: test_models_ethos-u55
@@ -301,7 +302,7 @@ jobs:
301
302
source .ci/scripts/utils.sh
303
install_executorch "--use-pt-pinned-commit"
304
- .ci/scripts/setup-arm-baremetal-tools.sh
305
+ .ci/scripts/setup-arm-baremetal-tools.sh --enable-mlsdk-deps
306
307
# Increase number of files user can monitor to bypass buck failures.
308
# Hopefully this is high enough for this setup.
0 commit comments