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 c67fca4 commit 975c371Copy full SHA for 975c371
docs/source/backends-qualcomm.md
@@ -347,7 +347,7 @@ adb push tokenizer.bin /data/local/tmp/llama
347
```bash
348
# Check for debug strings in the AAR
349
unzip -p $DEMO_APP/app/libs/executorch.aar jni/arm64-v8a/libexecutorch.so | \
350
- strings | grep "YOUR DEBUG INFO"
+ strings | grep "QNN" # Replace "QNN" with your actual debug string if needed
351
```
352
353
If found, your changes are in the AAR.
0 commit comments