Skip to content

Commit 20f1066

Browse files
pytorchbotcccclai
andauthored
Fix typos in docs (#12969)
Summary: As title Differential Revision: D79135049 Co-authored-by: cccclai <[email protected]>
1 parent 5521c70 commit 20f1066

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/backends-qualcomm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export PYTHONPATH=$EXECUTORCH_ROOT/..
116116

117117
An example script for the below building instructions is [here](https://github.com/pytorch/executorch/blob/main/backends/qualcomm/scripts/build.sh).
118118
We recommend to use the script because the ExecuTorch build-command can change from time to time.
119-
The above script is actively used. It is updated more frquently than this tutorial.
119+
The above script is actively used. It is updated more frequently than this tutorial.
120120
An example usage is
121121
```bash
122122
cd $EXECUTORCH_ROOT
@@ -154,14 +154,14 @@ cmake --build $PWD --target "PyQnnManagerAdaptor" "PyQnnWrapperAdaptor" -j$(npro
154154
cp -f backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so $EXECUTORCH_ROOT/backends/qualcomm/python
155155
cp -f backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so $EXECUTORCH_ROOT/backends/qualcomm/python
156156

157-
# Workaround for fbs files in exir/_serialize
157+
# Workaround for .fbs files in exir/_serialize
158158
cp $EXECUTORCH_ROOT/schema/program.fbs $EXECUTORCH_ROOT/exir/_serialize/program.fbs
159159
cp $EXECUTORCH_ROOT/schema/scalar_type.fbs $EXECUTORCH_ROOT/exir/_serialize/scalar_type.fbs
160160
```
161161

162162
### Runtime:
163163

164-
A example `qnn_executor_runner` executable would be used to run the compiled `pte` model.
164+
An example `qnn_executor_runner` executable would be used to run the compiled `pte` model.
165165

166166
Commands to build `qnn_executor_runner` for Android:
167167

@@ -260,7 +260,7 @@ cmake --build examples/qualcomm -j$(nproc)
260260
ls examples/qualcomm/executor_runner
261261
```
262262

263-
To run the HTP emulator, the dynamic linker need to access QNN libraries and `libqnn_executorch_backend.so`.
263+
To run the HTP emulator, the dynamic linker needs to access QNN libraries and `libqnn_executorch_backend.so`.
264264
We set the below two paths to `LD_LIBRARY_PATH` environment variable:
265265
1. `$QNN_SDK_ROOT/lib/x86_64-linux-clang/`
266266
2. `$EXECUTORCH_ROOT/build-x86/lib/`

0 commit comments

Comments
 (0)