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

Adding support for fp16 for asr pipeline. #20864

Merged
merged 10 commits into from
Dec 23, 2022

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    6b3e4d2 View commit details
    Browse the repository at this point in the history
  2. Adding test.

    Narsil committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    defceec View commit details
    Browse the repository at this point in the history
  3. Style.

    Narsil committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    216852d View commit details
    Browse the repository at this point in the history
  4. Oops.

    Narsil committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    e6e0feb View commit details
    Browse the repository at this point in the history
  5. Flake8 update ?

    Narsil committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    0b917fc View commit details
    Browse the repository at this point in the history
  6. Fixing flake8 ?

    Narsil committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    b28fc52 View commit details
    Browse the repository at this point in the history
  7. Revert "Flake8 update ?"

    This reverts commit 0b917fc.
    Narsil committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    5f09fb8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e0755e5 View commit details
    Browse the repository at this point in the history
  9. Move to a bigger test (no small whisper model, and s2t doesn't seem to

    accept torch_dtype=fp16).
    
    Also we need to use a GPU to actually compute on fp16.
    Narsil committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    9d0f155 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Using BatchFeature capability.

    Narsil committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    570107a View commit details
    Browse the repository at this point in the history