Skip to content

CTranslate2 4.6.0

Choose a tag to compare

@minhthuc2502 minhthuc2502 released this 08 Apr 15:33
· 35 commits to master since this release
617405f

Note: The Ctranslate2 Python package now supports python 3.13, drop the support for python 3.8.

New features

  • Pyhton 3.13 support (#1858)
  • Support returning hidden vector in Wav2Vec2 and Wav2Vec2Bert Models (#1867)
  • Add noexecstack linker flags (#1852 + #1861)
  • Support Qwen2 (#1820)
  • Eoleconv (#1832)
  • Add support RobertModel (#1864)

Fixes and improvements

  • Fix github action (#1871)
  • Prevent double library def (#1818)