]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
server : add option to suppress non-speech tokens (#2649)
authorSacha Arbonel <redacted>
Sat, 21 Dec 2024 10:05:05 +0000 (11:05 +0100)
committerGitHub <redacted>
Sat, 21 Dec 2024 10:05:05 +0000 (12:05 +0200)
commit944ce4943947387ad60e56ed0360bafdb5a6befb
tree37dc8bf5670eac16fcab3738ead01dbe0e188451
parent2e59dced123a5e46553070687b0b9b86530984d8
server : add option to suppress non-speech tokens (#2649)

* The parameter will suppress non-speech tokens like [LAUGH], [SIGH], etc. from the output when enabled.

* add to whisper_params_parse

* add missing param
examples/server/server.cpp