-
Couldn't load subscription status.
- Fork 700
Qualcomm AI Engine Direct - GA Whisper #12102
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
Conversation
Summary: - Fixed the bug of index_put - Add the unit test for Whisper - Support multi-method for Whisper - Add qnn_whisper_runner to run whisper encoder-decoder model
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12102
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit ff09c9a with merge base bf9cd34 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot label "release notes: qualcomm" |
|
@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.
This is great! Curious if whisper needs special handling for better perf?
Currently, I’m applying these optimizations:
I believe there’s still room for further performance improvements, such as mha2sha and custom annotation for kv cache. |
Summary: - Add the unit test for Whisper - Support multi-method for Whisper - Add qnn_whisper_runner to run whisper encoder-decoder model Command: ``` python examples/qualcomm/oss_scripts/whisper/whisper.py -b build-android -s <serial> -H <host> -m SM8750 --max_seq_len 1024 ``` Performance: - SM8750: - avg encoding time: 0.037 s - avg decoding time: 0.004 s Accuracy: - Word Error Rate: 0.1941964328289032 cc: @haowhsu-quic, @cccclai , @winskuo-quic
Summary:
Command:
Performance:
Accuracy:
cc: @haowhsu-quic, @cccclai , @winskuo-quic