Skip to content

CTranslate2 1.19.0

Compare
Choose a tag to compare
@guillaumekln guillaumekln released this 31 Mar 13:33
· 967 commits to master since this release
486d49b

Changes

  • Rename CMake option WITH_TESTS to BUILD_TESTS

New features

  • Add "auto" compute type to automatically select the fastest compute type on the current system

Fixes and improvements

  • [Python] Clear memory allocator cache when calling unload_model
  • [Python] Make methods unload_model and load_model thread safe
  • Fix conversion of TensorFlow SavedModel with shared embeddings
  • Update Intel oneAPI to 2021.2
  • Compile core library with C++14 standard