Skip to content

Commit 626e3c2

Browse files
author
Github Executorch
committed
Arm backend: Minor fixes to VGF notebook
- remove from .ci testing for now
1 parent 70e72ea commit 626e3c2

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

backends/arm/test/test_arm_ootb.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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-
2618
run_ootb_tests_ethos_u
27-
run_ootb_tests_vgf

examples/arm/vgf_minimal_example.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@
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
{

0 commit comments

Comments
 (0)