Commit 57e469c
Qualcomm AI Engine Direct - add seq_mse_candidates setting to SmolLM3 and fixed a bug in the graph drawer (#14571)
Qualcomm AI Engine Direct - add seq_mse_candidates setting to SmolLM3
and fixed a bug in the graph drawer
### Summary
- add seq_mse_candidates setting to SmolLM3
- fixed a bug in the graph drawer
### Test plan
DrawGraph Unit test
``` bash
python -m backends.qualcomm.tests.test_qnn_delegate TestQNNFloatingPointUtils.test_qnn_backend_draw_graph -s ${SERIAL_NUM} -m ${SOC_MODEL} -b build-android -a . --executorch_root .
python -m backends.qualcomm.tests.test_qnn_delegate TestQNNQuantizedUtils.test_qnn_backend_draw_graph -s ${SERIAL_NUM} -m ${SOC_MODEL} -b build-android -a . --executorch_root .
```
SmolLM3
script in `./examples/qualcomm/oss_scripts/llama/README.md` at SmolLM3
part
Co-authored-by: DannyYuyang-quic <[email protected]>1 parent e057805 commit 57e469c
File tree
2 files changed
+3
-2
lines changed- backends/qualcomm/debugger
- examples/qualcomm/oss_scripts/llama
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| 504 | + | |
504 | 505 | | |
505 | 506 | | |
506 | 507 | | |
| |||
0 commit comments