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
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]>
0 commit comments