Skip to content

mobius-faster-whisper 1.1.0

Latest
Compare
Choose a tag to compare
@Jiltseb Jiltseb released this 15 Oct 13:48
· 7 commits to master since this release
ac994c2

This release is based on the original faster-whisper repo (release v1.0.3) and contains below additional features:

Turbo model support (#33)

Batching Support, Speed Boosts, and Quality Enhancements (Based on SYSTRAN#856)

  • Batching support
  • Faster feature extraction with torch STFT
  • Quality Improvements:
    • Multi-segment language detection
    • Code-switching support
    • Consistency across runs
    • Reducing hallucinations

Bug Fixes

  • fixes no_active_speech vad error (#36)
  • limit torch version for cudnn8 (<2.4.1)(#33)