Skip to content

CTranslate2 2.8.0

Compare
Choose a tag to compare
@guillaumekln guillaumekln released this 15 Nov 09:55
· 738 commits to master since this release

Changes

  • The Linux Python wheels now use Intel OpenMP instead of GNU OpenMP for consistency with other published binaries

New features

  • Build Python wheels for Windows

Fixes and improvements

  • Fix segmentation fault when calling Translator.unload_model while an asynchronous translation is running
  • Fix implementation of repetition penalty that should be applied to all previously generated tokens and not just the tokens of the last step
  • Fix missing application of repetition penalty in greedy search
  • Fix incorrect token index when using a target prefix and a vocabulary mapping file
  • Set the OpenMP flag when compiling on Windows with -DOPENMP_RUNTIME=INTEL or -DOPENMP_RUNTIME=COMP