Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 623 Bytes

CHANGELOG.md

File metadata and controls

35 lines (20 loc) · 623 Bytes

Changelog

2.4.0

  • Add "auto" for model and beam size (0) to select values based on CPU

2.3.0

  • Bump faster-whisper package to 1.1.0
  • Supports model turbo for faster processing

2.2.0

  • Bump faster-whisper package to 1.0.3

2.1.0

2.0.0

  • Use faster-whisper PyPI package
  • --model can now be a HuggingFace model like Systran/faster-distil-whisper-small.en

1.1.0

  • Fix enum use for Python 3.11+
  • Add tests and Github actions
  • Bump tokenizers to 0.15
  • Bump wyoming to 1.5.2

1.0.0

  • Initial release