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 - Mimi Enablement Stage 2 (#10098)
### Summary
- Support Mimi Encoder
- Support Mimi Decoder
- Support OP: CDist
- Workaround for 0D tensor scenario since QNN does not support 0D tensor
Commands to Execute the model
10 sec as a batch (1 inference for 10 sec audio):
`python examples/qualcomm/oss_scripts/moshi/mimi.py -b build-android -s
$DEVICE -m SM8650 --chunks_per_batch 125`
80s as a batch (125 inferences for 10 sec audio)
`python examples/qualcomm/oss_scripts/moshi/mimi.py -b build-android -s
$DEVICE -m SM8650`
### Test plan
- UT for CDist
- UT for 0D tensor
0 commit comments