forked from m-bain/whisperX
-
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.
* local vad model * move model to assets * Remove typo in error message * Fix link in README.md * Added Romanian phoneme-based ASR model (m-bain#791) Co-authored-by: Barabazs <[email protected]> * feat: add new align models (m-bain#922) Co-authored-by: Barabazs <[email protected]> * feat: update Norwegian models (m-bain#687) Updated Norwegian Bokmål and Norwegian Nynorsk models Co-authored-by: Barabazs <[email protected]> * fix: Force ctranslate to version 4.4.0 Force ctranslate to version 4.4.0 due libcudnn_ops_infer.so.8: SYSTRAN/faster-whisper#729 Co-authored-by: Icaro Bombonato <[email protected]> * Update MANIFEST.in to include necessary files * chore: bump version * feat: update faster-whisper to 1.0.2 (m-bain#814) * Update faster-whisper to 1.0.2 to enable model distil-large-v3 * feat: add hotwords option to default_asr_options --------- Co-authored-by: Barabazs <[email protected]> * feat: add support for faster-whisper 1.0.3 (m-bain#875) --------- Co-authored-by: Barabazs <[email protected]> * feat: update versions for pyannote:3.3.2 and faster-whisper:1.1.0 (m-bain#936) * chore: bump faster-whisper to 1.1.0 * chore: bump pyannote to 3.3.2 * feat: add multilingual option in load_model function --------- Co-authored-by: Barabazs <[email protected]> * feat: add verbose output (m-bain#759) --------- Co-authored-by: Abhishek Sharma <[email protected]> Co-authored-by: Barabazs <[email protected]> * feat: add local_files_only option on whisperx.load_model for offline mode (m-bain#867) Adds the parameter local_files_only (default False for consistency) to whisperx.load_model so that the user can avoid downloading the file and return the path to the local cached file if it exists. --------- Co-authored-by: Barabazs <[email protected]> * feat: use model_dir as cache_dir for wav2vec2 (m-bain#681) * feat: add Python compatibility testing workflow feat: restrict Python versions to 3.9 - 3.12 * feat: add build and release workflow * chore: clean up MANIFEST.in by removing unnecessary asset inclusions * chore: update gitignore * fix: update README image source and enhance setup.py for long description * docs: update installation instructions in README * chore: update license in setup.py * fix: add UTF-8 encoding when reading README.md * chore: update ctranslate2 version to restrict <4.5.0 * chore: bump whisperX to 3.3.0 * fix: update import statement for conjunctions module * refactor: simplify imports for better type inference * refactor: add type hints * feat: include speaker information in WriteTXT when diarizing * refactor: replace NamedTuple with TranscriptionOptions in FasterWhisperPipeline --------- Co-authored-by: Max Bain <[email protected]> Co-authored-by: Max Bain <[email protected]> Co-authored-by: Alex Zamoshchin <[email protected]> Co-authored-by: Jim O’Regan <[email protected]> Co-authored-by: Ruhollah Majdoddin <[email protected]> Co-authored-by: Barabazs <[email protected]> Co-authored-by: Ismael Ruiz Ranz <[email protected]> Co-authored-by: pere <[email protected]> Co-authored-by: Icaro Bombonato <[email protected]> Co-authored-by: Frost Ming <[email protected]> Co-authored-by: moritzbrantner <[email protected]> Co-authored-by: Hasan Naseer <[email protected]> Co-authored-by: Abhishek Sharma <[email protected]> Co-authored-by: Abhishek Sharma <[email protected]> Co-authored-by: Roque Giordano <[email protected]> Co-authored-by: bnitsan <[email protected]> Co-authored-by: Philippe Anel <[email protected]>
- Loading branch information
1 parent
6e405a8
commit fbe8e8e
Showing
11 changed files
with
178 additions
and
82 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
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
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.