Skip to content

CTranslate2 3.9.0

Compare
Choose a tag to compare
@guillaumekln guillaumekln released this 15 Mar 15:37
· 279 commits to master since this release

New features

  • Support BLOOM language models
  • Add method Whisper.align to return the text/audio alignment and implement word-level timestamps

Fixes and improvements

  • Do not force intra_threads to 1 when loading a model on the GPU as some ops may still run on the CPU
  • Disable multithreading when copying a batch of small arrays