Skip to content

CTranslate2 1.9.0

Compare
Choose a tag to compare
@guillaumekln guillaumekln released this 24 Mar 16:50
· 1307 commits to master since this release

New features

  • Return 2 additional statistics from file translation APIs:
    • the number of translated examples
    • the total translation time in milliseconds

Fixes and improvements

  • Fix exceptions that were not catched by the Python wrapper
  • Fix an invalid insertion in the variables collection while iterating over it
  • Optimize filling operation of float storages
  • Internal refactoring of decoding functions to make them reusable for other tasks (e.g. generative language models)