Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openai/whisper Loading
base: main
Choose a base ref
...
head repository: projectlucas/efficient_whisper Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    a0c3407 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from dguoy/main

    An efficient implementation of Whisper with TorchScript
    dguoy committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a8fc076 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d22717f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from dguoy/main

    Speed up the inference of Whisper with pad_or_trim (30s -> 10s)
    dguoy committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    65f6e50 View commit details
    Browse the repository at this point in the history
  5. Upload the sample code

    dguoy committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    30ed882 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from dguoy/efficient_whisper

    Upload the sample code
    dguoy committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    9f80c69 View commit details
    Browse the repository at this point in the history
  7. Add model.half() of whisper

    dguoy committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    fdc5280 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4 from dguoy/efficient_whisper

    Add model.half() of whisper
    dguoy committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    ed0c6ce View commit details
    Browse the repository at this point in the history
Loading