We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5d496 commit 2444baeCopy full SHA for 2444bae
examples/server/server.cpp
@@ -677,6 +677,7 @@ int main(int argc, char ** argv) {
677
if (params.dtw == "large.v3.turbo") {
678
cparams.dtw_aheads_preset = WHISPER_AHEADS_LARGE_V3_TURBO;
679
}
680
+
681
if (cparams.dtw_aheads_preset == WHISPER_AHEADS_NONE) {
682
fprintf(stderr, "error: unknown DTW preset '%s'\n", params.dtw.c_str());
683
return 3;
0 commit comments