@@ -127,7 +127,7 @@ export PYTHONPATH=$EXECUTORCH_ROOT/..
127127
128128An example script for the below building instructions is [ here] ( https://github.com/pytorch/executorch/blob/main/backends/qualcomm/scripts/build.sh ) .
129129We recommend to use the script because the ExecuTorch build-command can change from time to time.
130- The above script is actively used. It is updated more frquently than this tutorial.
130+ The above script is actively used. It is updated more frequently than this tutorial.
131131An example usage is
132132``` bash
133133cd $EXECUTORCH_ROOT
@@ -165,14 +165,14 @@ cmake --build $PWD --target "PyQnnManagerAdaptor" "PyQnnWrapperAdaptor" -j$(npro
165165cp -f backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so $EXECUTORCH_ROOT /backends/qualcomm/python
166166cp -f backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so $EXECUTORCH_ROOT /backends/qualcomm/python
167167
168- # Workaround for fbs files in exir/_serialize
168+ # Workaround for . fbs files in exir/_serialize
169169cp $EXECUTORCH_ROOT /schema/program.fbs $EXECUTORCH_ROOT /exir/_serialize/program.fbs
170170cp $EXECUTORCH_ROOT /schema/scalar_type.fbs $EXECUTORCH_ROOT /exir/_serialize/scalar_type.fbs
171171```
172172
173173### Runtime:
174174
175- A example ` qnn_executor_runner ` executable would be used to run the compiled ` pte ` model.
175+ An example ` qnn_executor_runner ` executable would be used to run the compiled ` pte ` model.
176176
177177Commands to build ` qnn_executor_runner ` for Android:
178178
@@ -271,7 +271,7 @@ cmake --build examples/qualcomm -j$(nproc)
271271ls examples/qualcomm/executor_runner
272272```
273273
274- To run the HTP emulator, the dynamic linker need to access QNN libraries and ` libqnn_executorch_backend.so ` .
274+ To run the HTP emulator, the dynamic linker needs to access QNN libraries and ` libqnn_executorch_backend.so ` .
275275We set the below two paths to ` LD_LIBRARY_PATH ` environment variable:
276276 1 . ` $QNN_SDK_ROOT/lib/x86_64-linux-clang/ `
277277 2 . ` $EXECUTORCH_ROOT/build-x86/lib/ `
0 commit comments