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 - Streaming Mimi Enablement (#10570)
### Summary
Stateless(Static) Streaming Mimi Decoder Enablement.
#### Scripts to run
1. Run `examples/models/moshi/mimi/install_requirements.sh`, manually
change `pip install moshi==0.2.3` for this since we are currently
building static mimi decoder on top of `0.2.3` version
2. Run the example script
- CPU Encoder with QNN Decoder
`python examples/qualcomm/oss_scripts/moshi/mimi.py -b build-android -s
$DEVICE -m SM8650 --use_cpu_encoder`
- QNN Encoder/Decoder
`python examples/qualcomm/oss_scripts/moshi/mimi.py -b build-android -s
$DEVICE -m SM8650`
#### Stats for SM8650
- SQNR Scores Improvement after Streaming Mode Enablement
- CPU Encoder with QNN Decoder: 4.7 -> 7.8
- QNN Encoder/Decoder: 0.46 -> 0.88
- Encoder: 3.0ms/chunk
- Decoder: 5.9ms/chunk
#### Follow ups
- Add README
- UT and Community CI enablement
- Inference Speed Optimization
- Accuracy Improvement
0 commit comments