Skip to content

v.0.0.8: Another performance patch

Compare
Choose a tag to compare
@aarnphm aarnphm released this 01 Mar 10:34
· 330 commits to main since this release

So this is another performance release.

  • Fixes segfault when accessing functions within internal context, params object of Whisper.
  • move transcribe implementation to Python to avoid copying twice.
  • Change some bazel deps that it is not yet hermetic.

BREAKING CHANGE

The enums are now SAMPLING_GREEDY and SAMPLING_BEAM_SEARCH for better exposure instead of GREEDY and BEAM_SEARCH.

What's Changed

  • fix: make sure to only change version directly by @aarnphm in #14

Full Changelog: v0.0.7...v0.0.8