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: anyopensource/whisper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: openai/whisper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 17 files changed
  • 9 contributors

Commits on Sep 27, 2024

  1. Release 20240927

    jongwook committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    423492d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. using sdpa if available (openai#2359)

    * using sdpa if available
    
    * Update model.py
    jongwook authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    27f9713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b66b46f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25e5c36 View commit details
    Browse the repository at this point in the history
  4. allowing numpy 2 in tests (openai#2362)

    * allowing numpy 2 in tests
    
    * allowing numpy 2 in tests
    jongwook authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    260bbcf View commit details
    Browse the repository at this point in the history
  5. Release 20240930

    jongwook committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    25639fc View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    cdb8147 View commit details
    Browse the repository at this point in the history
  2. Add option to carry initial_prompt with the sliding window (openai#2343)

    * Add option to carry initial_prompt with the sliding window
    
    Add an option `carry_initial_prompt = False` to `whisper.transcribe()`.
    When set to `True`, `initial_prompt` is prepended to each internal `decode()` call's `prompt`.
    If there is not enough context space at the start of the prompt, the prompt is left-sliced to make space.
    
    * Prevent redundant initial_prompt_tokens
    
    * Revert unnecessary .gitignore change
    
    ---------
    
    Co-authored-by: Kittsil <[email protected]>
    Co-authored-by: Jong Wook Kim <[email protected]>
    3 people authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5979f03 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Update README.md (openai#2379)

    Default now uses Turbo instead of Small
    BotMaster3000 authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    271445b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    173ff7d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    fc5ded7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Bugfix: Illogical "Avoid computing higher temperatures on no_speech" (o…

    …penai#1903)
    
    * Bugfix: Illogical "Avoid computing higher temperatures on no_speech"
    
    Bugfix for openai#1279
    
    It's "silence" when decoding has failed due to `compression_ratio_threshold` too, when further down the code it's not "silence" anymore.
    
    "Silence" should be only when decoding has failed due to `logprob_threshold`.
    
    Like described there:
    https://github.com/openai/whisper/blob/8bc8860694949db53c42ba47ddc23786c2e02a8b/whisper/transcribe.py#L421
    
    And in code there:
    https://github.com/openai/whisper/blob/8bc8860694949db53c42ba47ddc23786c2e02a8b/whisper/transcribe.py#L243-L251
    
    * Fix if "logprob_threshold=None"
    
    ---------
    
    Co-authored-by: Jong Wook Kim <[email protected]>
    Purfview and jongwook authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    90db0de View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

  1. Configuration menu
    Copy the full SHA
    6c1d8f1 View commit details
    Browse the repository at this point in the history
  2. pre-commit autoupdate && pre-commit run --all-files (openai#2484)

    * pre-commit autoupdate && pre-commit run --all-files
    
    * Black formatter needs a current version of Python
    cclauss authored Jan 4, 2025
    Configuration menu
    Copy the full SHA
    26a7cac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd4d010 View commit details
    Browse the repository at this point in the history
  4. Update python-publish.yml

    using `-m build --sdist` instead of `setup.py sdist`
    jongwook authored Jan 4, 2025
    Configuration menu
    Copy the full SHA
    517a43e View commit details
    Browse the repository at this point in the history
Loading