-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: anyopensource/whisper
base: main
head repository: openai/whisper
compare: main
- 16 commits
- 17 files changed
- 9 contributors
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 423492d - Browse repository at this point
Copy the full SHA 423492dView commit details
Commits on Sep 30, 2024
-
using sdpa if available (openai#2359)
* using sdpa if available * Update model.py
Configuration menu - View commit details
-
Copy full SHA for 27f9713 - Browse repository at this point
Copy the full SHA 27f9713View commit details -
Configuration menu - View commit details
-
Copy full SHA for b66b46f - Browse repository at this point
Copy the full SHA b66b46fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25e5c36 - Browse repository at this point
Copy the full SHA 25e5c36View commit details -
allowing numpy 2 in tests (openai#2362)
* allowing numpy 2 in tests * allowing numpy 2 in tests
Configuration menu - View commit details
-
Copy full SHA for 260bbcf - Browse repository at this point
Copy the full SHA 260bbcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25639fc - Browse repository at this point
Copy the full SHA 25639fcView commit details
Commits on Oct 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cdb8147 - Browse repository at this point
Copy the full SHA cdb8147View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5979f03 - Browse repository at this point
Copy the full SHA 5979f03View commit details
Commits on Nov 4, 2024
-
Update README.md (openai#2379)
Default now uses Turbo instead of Small
Configuration menu - View commit details
-
Copy full SHA for 271445b - Browse repository at this point
Copy the full SHA 271445bView commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 173ff7d - Browse repository at this point
Copy the full SHA 173ff7dView commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc5ded7 - Browse repository at this point
Copy the full SHA fc5ded7View commit details
Commits on Dec 1, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 90db0de - Browse repository at this point
Copy the full SHA 90db0deView commit details
Commits on Jan 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6c1d8f1 - Browse repository at this point
Copy the full SHA 6c1d8f1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 26a7cac - Browse repository at this point
Copy the full SHA 26a7cacView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd4d010 - Browse repository at this point
Copy the full SHA dd4d010View commit details -
using `-m build --sdist` instead of `setup.py sdist`
Configuration menu - View commit details
-
Copy full SHA for 517a43e - Browse repository at this point
Copy the full SHA 517a43eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main