Skip to content

v4.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jun 19:26
· 1 commit to master since this release
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