You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/qualcomm/README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,13 +44,24 @@ commands in the `SimpleADB` class inside [utils.py](utils.py).
44
44
45
45
## Please use python xxx.py --help for information of each examples.
46
46
47
-
Some CLI examples here. Please adjust according to your environment:
47
+
Some CLI examples here. Please adjust according to your environment. If you want to export the model without running it, please add `-compile_only` to the command.:
48
48
49
49
#### First switch to following folder
50
50
```bash
51
51
cd$EXECUTORCH_ROOT/examples/qualcomm/scripts
52
52
```
53
53
54
+
## Simple Examples to Verify the Backend is Working
55
+
```bash
56
+
python export_example.py -m add -g
57
+
```
58
+
59
+
It will generate a simple add model targeting for "SM8550". You can manually push the `add.pte` file to the device following https://pytorch.org/executorch/stable/build-run-qualcomm-ai-engine-direct-backend.html and run it with
0 commit comments