File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ cmake ../examples/qualcomm \
210210cmake --build examples/qualcomm -j$( nproc)
211211
212212# qnn_executor_runner can be found under examples/qualcomm
213- # The full path is $EXECUTORCH_ROOT/build-android/examples/qualcomm/qnn_executor_runner
213+ # The full path is $EXECUTORCH_ROOT/build-android/examples/qualcomm/executor_runner/ qnn_executor_runner
214214ls examples/qualcomm
215215```
216216
@@ -266,9 +266,9 @@ cmake ../examples/qualcomm \
266266
267267cmake --build examples/qualcomm -j$( nproc)
268268
269- # qnn_executor_runner can be found under examples/qualcomm
270- # The full path is $EXECUTORCH_ROOT/build-x86/examples/qualcomm/qnn_executor_runner
271- ls examples/qualcomm/
269+ # qnn_executor_runner can be found under examples/qualcomm/executor_runner
270+ # The full path is $EXECUTORCH_ROOT/build-x86/examples/qualcomm/executor_runner/ qnn_executor_runner
271+ ls examples/qualcomm/executor_runner
272272```
273273
274274To run the HTP emulator, the dynamic linker need to access QNN libraries and ` libqnn_executorch_backend.so ` .
@@ -284,7 +284,7 @@ So, we can run `./deeplab_v3/dlv3_qnn.pte` by:
284284``` bash
285285cd $EXECUTORCH_ROOT /build-x86
286286export LD_LIBRARY_PATH=$EXECUTORCH_ROOT /build-x86/lib/:$LD_LIBRARY_PATH
287- examples/qualcomm/qnn_executor_runner --model_path ../deeplab_v3/dlv3_qnn.pte
287+ examples/qualcomm/executor_runner/ qnn_executor_runner --model_path ../deeplab_v3/dlv3_qnn.pte
288288```
289289
290290We should see some outputs like the below. Note that the emulator can take some time to finish.
You can’t perform that action at this time.
0 commit comments