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

Add support ORT whisper #420

Merged
merged 15 commits into from
Nov 15, 2022

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    69b0be2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b59ac10 View commit details
    Browse the repository at this point in the history
  3. Updated docstring

    mht-sharma committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    945f235 View commit details
    Browse the repository at this point in the history
  4. updated tests for whisper

    mht-sharma committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    ccbafbc View commit details
    Browse the repository at this point in the history
  5. add whisper onnx configs

    mht-sharma committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    88e6053 View commit details
    Browse the repository at this point in the history
  6. Added Whisper model to exporters

    * added whisper to exporters
    * Removed reduntant code
    * Added io binding for ORTModelForSpeechSeq2Seq
    mht-sharma committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    3bf3c99 View commit details
    Browse the repository at this point in the history
  7. Removed unused imports

    mht-sharma committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    8677559 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    06632aa View commit details
    Browse the repository at this point in the history
  9. Removed redundant line

    mht-sharma committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2b84fff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9520897 View commit details
    Browse the repository at this point in the history
  11. Updatedtests

    mht-sharma committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    4d6e313 View commit details
    Browse the repository at this point in the history
  12. added sample audio input

    mht-sharma committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    065a93e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    512c781 View commit details
    Browse the repository at this point in the history
  14. Updated iobinding

    mht-sharma committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    14358a0 View commit details
    Browse the repository at this point in the history
  15. Fix tests

    mht-sharma committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    dbba1f9 View commit details
    Browse the repository at this point in the history