v1.3.0 #766
ggerganov
announced in
Announcements
v1.3.0
#766
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
This release should be considered in Beta stage, since I haven't done a lot of testing and I am not sure if I didn't break something.
But overall, I believe both the performance and the quality are improved.
whisper_state
which allows parallel transcriptions with a single model in memory (Added whisper state + default state on the whisper_context #523)The C-style API has been extended significantly to support the new
whisper_state
, bit in general, should be backwards compatible.The only breaking change is in the callbacks signatures.
Please provide feedback in the discussion if you observe any issues.
What's Changed
-O3 -DNDEBUG
in release mode by @jhen0409 in xcodeproj : add-O3 -DNDEBUG
in release mode #640log_mel_spectrogram
when singlethreaded by @maxilevi in Do not launch threads forlog_mel_spectrogram
when singlethreaded #763New Contributors
log_mel_spectrogram
when singlethreaded #763Full Changelog: v1.2.1...v1.3.0
This discussion was created from the release v1.3.0.
Beta Was this translation helpful? Give feedback.
All reactions