File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed
Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ jobs:
422422 source .ci/scripts/utils.sh
423423 install_executorch "--use-pt-pinned-commit"
424424
425- .ci/scripts/setup-arm-baremetal-tools.sh --enable-mlsdk-deps
425+ .ci/scripts/setup-arm-baremetal-tools.sh
426426 source examples/arm/ethos-u-scratch/setup_path.sh
427427
428428 # Install requirements for converting notebooks
Original file line number Diff line number Diff line change @@ -15,13 +15,4 @@ run_ootb_tests_ethos_u() {
1515 echo " ${FUNCNAME} : PASS"
1616}
1717
18- run_ootb_tests_vgf () {
19- echo " $FUNCNAME : Running out-of-the-box tests for Arm VGF"
20- jupyter nbconvert \
21- --to notebook \
22- --execute examples/arm/vgf_minimal_example.ipynb
23- echo " ${FUNCNAME} : PASS"
24- }
25-
2618run_ootb_tests_ethos_u
27- run_ootb_tests_vgf
Original file line number Diff line number Diff line change 257257 " -DEXECUTORCH_BUILD_VGF=ON \\\n " ,
258258 " -DEXECUTORCH_ENABLE_LOGGING=ON \\\n " ,
259259 " -DPYTHON_EXECUTABLE=python \\\n " ,
260- " -B../../cmake-out ../..\n " ,
260+ " -B../../cmake-out-vkml ../..\n " ,
261261 " \n " ,
262- " cmake --build ../../cmake-out --target executor_runner"
262+ " cmake --build ../../cmake-out-vkml --target executor_runner"
263263 ]
264264 },
265265 {
You can’t perform that action at this time.
0 commit comments