Skip to content

Commit 2444bae

Browse files
match original linebreak of original server.cpp file after adding large.v3.turbo dtw
1 parent 3c5d496 commit 2444bae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/server/server.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ int main(int argc, char ** argv) {
677677
if (params.dtw == "large.v3.turbo") {
678678
cparams.dtw_aheads_preset = WHISPER_AHEADS_LARGE_V3_TURBO;
679679
}
680+
680681
if (cparams.dtw_aheads_preset == WHISPER_AHEADS_NONE) {
681682
fprintf(stderr, "error: unknown DTW preset '%s'\n", params.dtw.c_str());
682683
return 3;

0 commit comments

Comments
 (0)