- Add "auto" for model and beam size (0) to select values based on CPU
- Bump faster-whisper package to 1.1.0
- Supports model
turbo
for faster processing
- Bump faster-whisper package to 1.0.3
- Added
--initial-prompt
(see openai/whisper#963)
- Use faster-whisper PyPI package
--model
can now be a HuggingFace model likeSystran/faster-distil-whisper-small.en
- Fix enum use for Python 3.11+
- Add tests and Github actions
- Bump tokenizers to 0.15
- Bump wyoming to 1.5.2
- Initial release