Skip to content

CTranslate2 1.3.0

Compare
Choose a tag to compare
@guillaumekln guillaumekln released this 14 Jan 17:31
· 1469 commits to master since this release

CTranslate2 1.3.0

New features

  • Support random sampling (see the sampling_topk and sampling_temperature translation options)
  • CT2_CUDA_CACHING_ALLOCATOR_CONFIG environment variable to configure the CUDA caching allocator

Fixes and improvements

  • Fix incorrect translations on Windows due to incompatibility between the compiler OpenMP and Intel OpenMP
  • Release cuDNN/cuBLAS/TensorRT handles on thread exit when destroying a TranslatorPool
  • Remove use of --{start,end}-group compiler options when compiling on Mac OS
  • Update Intel MKL to 2020.0 in Docker images
  • Load vocabulary assets for SavedModel exported with OpenNMT-tf 2.5 and above