]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper : fix condition for providing past prompt (critical)
authorGeorgi Gerganov <redacted>
Sun, 22 Jan 2023 08:47:01 +0000 (10:47 +0200)
committerGeorgi Gerganov <redacted>
Sun, 22 Jan 2023 08:47:01 +0000 (10:47 +0200)
commit78f166174f126345ed87cc8f6941af1905c4a0f2
tree0868ccfc1a9369ef2f38f696a9e10a6712852184
parent21c569ba4acce5bf30fd71da609ba038c1f5129c
whisper : fix condition for providing past prompt (critical)

This bug has been present since v1.1.0.

Effectively, the past transcribed text wasn't being used for following
transcriptions, which likely significantly reduces the transcription
quality.

Likely related to #419
whisper.cpp