]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
stream : add "max_tokens" parameter
authorGeorgi Gerganov <redacted>
Sun, 20 Nov 2022 18:52:24 +0000 (20:52 +0200)
committerGeorgi Gerganov <redacted>
Sun, 20 Nov 2022 19:22:41 +0000 (21:22 +0200)
commit62b5ff875ca64a8818c4594fd0d689657b1967df
treebe9258158127f0371a18e7a76e7f04316328c1b2
parentd351771a4b2eb6b35ff296538bf48a681382b8da
stream : add "max_tokens" parameter

Used to limit the number of tokens in a segment.
Useful to battle with word repetition when using partial encoder context
examples/stream/stream.cpp
whisper.cpp
whisper.h