-
Notifications
You must be signed in to change notification settings - Fork 578
Qualcomm AI Engine Direct - Streaming Mimi Enablement #10570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qualcomm AI Engine Direct - Streaming Mimi Enablement #10570
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10570
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit f373833 with merge base 95a1db5 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Hi @cccclai, @iseeyuan,
Please let me know if you believe something is not done correctly. |
Hey there seems to be lint error but those are not related to your changes? Mind rebasing and they should be gone. |
e44e919
to
f373833
Compare
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Summary
Stateless(Static) Streaming Mimi Decoder Enablement.
Scripts to run
Run
examples/models/moshi/mimi/install_requirements.sh
, manually changepip install moshi==0.2.3
for this since we are currently building static mimi decoder on top of0.2.3
versionRun 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
Follow ups