Skip to content

CTranslate2 2.19.0

Compare
Choose a tag to compare
@guillaumekln guillaumekln released this 08 Jun 14:40
· 540 commits to master since this release

New features

  • Support conversion of decoder-only Transformer models trained with OpenNMT-tf

Fixes and improvements

  • Fix conversion error for Transformers' model facebook/bart-large-cnn
  • Fix crash when scoring empty sequences
  • Apply max_input_length after all special tokens have been added to the input
  • Clear the GPU memory cache when no new batches are immediately available for execution
  • Improve functions signature in the generated Python API documentation
  • Update oneDNN to 2.6
  • Update spdlog to 1.10.0
  • Update OpenBLAS to 0.3.20