]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper : add new-segment callback
authorGeorgi Gerganov <redacted>
Sat, 22 Oct 2022 18:06:50 +0000 (21:06 +0300)
committerGeorgi Gerganov <redacted>
Sat, 22 Oct 2022 18:17:21 +0000 (21:17 +0300)
commit7affd309d34ce36fe219956d7ec5d544163e5ae7
treeb5d3a8e2935cef803bae1338667a59e2d4514b6d
parent8f95c25aed94398e436b34337177f7855c5f0d75
whisper : add new-segment callback

Can be used to process new segments as they are being generated.
Sample usage in main, for printing the resulting segments during the
inference.
main.cpp
whisper.cpp
whisper.h