]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
server : add dtw.params for v3-large-turbo (#3307)
authoraccessiblepixel <redacted>
Mon, 7 Jul 2025 09:51:15 +0000 (10:51 +0100)
committerGitHub <redacted>
Mon, 7 Jul 2025 09:51:15 +0000 (12:51 +0300)
commit869335f2d58d04010535be9ae23a69a9da12a169
tree520b21059d103a6e6110d60d2aa4c17c2db4a4a4
parentd9999d54c868b8bfcd376aa26067e787d53e679e
server : add dtw.params for v3-large-turbo (#3307)

* Add DTW model large-v3-turbo parameters to server.cpp example

DTW support is available in whispercpp and the large-v3-turbo model has already been added to the sources, but the large-v3-turbo model hasn't been added to the server.cpp file to make use of it. This commit hopefully corrects that issue.

* match original linebreak of original server.cpp file after adding large.v3.turbo dtw
examples/server/server.cpp