Skip to content
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

Whisper: Add multilingual support, Updated with latest ORT #374

Merged
merged 12 commits into from
Jun 23, 2023

Conversation

jambayk
Copy link
Contributor

@jambayk jambayk commented Jun 22, 2023

Describe your changes

This PR adds support for the latest ORT version and multilingual support.

Also added transformer optimization pass in the cpu,int8 config. It was previously ommited due to a bug in ORT which was already resolved in version 1.15.0.

We currently don't have tests for the latest ORT and multilingual support since there are no publically available ort-nightly builds. Will look into this in the future.

Fixes: #293
Fixes: #341

Checklist before requesting a review

  • Add unit tests for this change.
  • Make sure all tests can pass.
  • Update documents if necessary.
  • Format your code by running pre-commit run --all-files
  • Is this a user-facing change? If yes, give a description of this change to be included in the release notes.

(Optional) Issue link

@jambayk jambayk merged commit a531f77 into main Jun 23, 2023
20 checks passed
@jambayk jambayk deleted the jambayk/whisper-update branch June 23, 2023 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support whisper multi-lingual model? Whisper Example on ORT master
2 participants