Skip to content

faster-whisper 1.0.0

Compare
Choose a tag to compare
@nguyendc-systran nguyendc-systran released this 22 Feb 08:56
· 24 commits to master since this release
06d32bf
  • Support distil-whisper model (#557)
    Robust knowledge distillation of the Whisper model via large-scale pseudo-labelling.
    For more detail: https://github.com/huggingface/distil-whisper

  • Upgrade ctranslate2 version to 4.0 to support CUDA 12 (#694)

  • Upgrade PyAV version to 11.* to support Python3.12.x (#679)

  • Small bug fixes

    • Illogical "Avoid computing higher temperatures on no_speech" (#652)
    • broken prompt_reset_on_temperature (#604)
    • Word timing tweaks (#616)
  • New improvements from original OpenAI Whisper project

    • Skip silence around hallucinations (#646)
    • Prevent infinite loop for out-of-bound timestamps in clip_timestamps (#697)