forked from argmaxinc/WhisperKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"Eager" streaming mode via word timestamps (argmaxinc#95)
* Add streaming with word timestamps algorithm and test * Support distil models * Lint * Improve word level streaming - Also adds streaming simulation to CLI * Restore missing cli flag * Test 3 agreement words * Minor cleanup * Fix merge * Remove extra visionos check * Test cleanup * Update prefill token logic, add prompt and prefix to cli * Add experimental eager mode to example app * Refinement for streaming accuracy * Use brew for huggingface-cli instead of python * Add option to hide decoder preview, and various UI cleanup * Add check for word timestamp support * Fix punctuation merging * Cleanup and fix test * Remove build warning
- Loading branch information
1 parent
7ca089e
commit 97e655c
Showing
15 changed files
with
896 additions
and
317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.