Skip to content

Commit 975c371

Browse files
luffy-yuCopilot
andauthored
Update grep "QNN"
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c67fca4 commit 975c371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/backends-qualcomm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ adb push tokenizer.bin /data/local/tmp/llama
347347
```bash
348348
# Check for debug strings in the AAR
349349
unzip -p $DEMO_APP/app/libs/executorch.aar jni/arm64-v8a/libexecutorch.so | \
350-
strings | grep "YOUR DEBUG INFO"
350+
strings | grep "QNN" # Replace "QNN" with your actual debug string if needed
351351
```
352352

353353
If found, your changes are in the AAR.

0 commit comments

Comments
 (0)