Skip to content

Releases: OpenNMT/CTranslate2

v4.8.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 12:39
0d8bcd3

New features

Fixes and improvements

  • Harden legacy converter checkpoint loading (#2036) by @igorsantosgrueiro
  • Fix model load heap overflow (#2068) by @jordimas, reported by Chegne Eu Joe (Project Umbra)
  • Fix process-killing integer division by zero when Whisper align() gets a window with no frames (#2065) by @MAkcanca
  • CI/CD compilation fixes for Windows (#2069) by @jordimas
  • Optimize attention softmax buffer reuse (#2066) by @jordimas

v4.8.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 19:26
54a546c

v4.8.0 (2026-06-06)

New features

  • Add support for Google T5Gemma2 (#2058) by @jordimas
  • Enables PACKED_GEMM by default for Intel MKL to improve Intel CPU performance (#2055) by @jordimas
  • Upgrade Thrust submodule from 1.12.0 to CCCL 2.7.0 (#2062) by @jordimas

Fixes and improvements

  • Adopt latest BS_thread_pool library version v5.1.0 (#2053) by @3manifold
  • Upgrade CI system dependencies and reduce build time (#2056) by @jordimas
  • Fix PyPI publish: download wheels to dist/ to avoid directory hash error (#2050) by @jordimas
  • Fix flaky transformers_wav2vec2 test (#1996) by @3manifold

v4.7.2

Choose a tag to compare

@github-actions github-actions released this 19 May 06:30
9ff9c71

v4.7.2 (2026-05-18)

New features

Fixes and improvements

v4.7.1

Choose a tag to compare

@github-actions github-actions released this 04 Feb 06:02
226c95d

Fixes and improvements

v4.7.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 03:12
3d05d20

New features

Fixes and improvements

v4.6.3

Choose a tag to compare

@jordimas jordimas released this 06 Jan 21:22
91d46ec

v4.6.3 (2026-01-06)

New features

Fixes and improvements

CTranslate2 4.6.2

Choose a tag to compare

@jordimas jordimas released this 05 Dec 08:32
1251f7c

New features

Fixes and improvements

CTranslate2 4.6.1

Choose a tag to compare

@jordimas jordimas released this 07 Nov 16:26
785c7e0

New features

  • Python 3.14 support (#1926)
  • Support for Cuda 12.4 (#1925)
  • Update Intel oneAPI to version 2025.3 (#1931)

CTranslate2 4.6.0

Choose a tag to compare

@minhthuc2502 minhthuc2502 released this 08 Apr 15:33
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)

CTranslate2 4.5.0

Choose a tag to compare

@minhthuc2502 minhthuc2502 released this 22 Oct 11:23
383d063

Note: The Ctranslate2 Python package now supports CUDNN 9 and is no longer compatible with CUDNN 8.

New features

  • Support Phi3 (#1800)
  • Support Mistral Nemo (#1785)
  • Support Wav2Vec2Bert ASR (#1778)

Fixes and improvements