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 8b3d4c2 commit 6d6c142Copy full SHA for 6d6c142
.github/workflows/trunk.yml
@@ -99,7 +99,7 @@ jobs:
99
cd $ARM_FVP_TUTORIALS_ROOT
100
python build_model.py \
101
--executorch-root $ZEPHYR_PROJ_ROOT/modules/lib/executorch \
102
- --pte-file ~/modules/lib/executorch/${MODEL_NAME}.pte \
+ --pte-file $ZEPHYR_PROJ_ROOT/modules/lib/executorch/${MODEL_NAME}.pte \
103
--output-path $ARM_FVP_TUTORIALS_ROOT/models/${MODEL_NAME}/src/
104
105
cd $ARM_FVP_TUTORIALS_ROOT/models/${MODEL_NAME}/
0 commit comments