v.0.0.8: Another performance patch
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
Full Changelog: v0.0.7...v0.0.8