From: Georgi Gerganov Date: Fri, 24 Nov 2023 07:45:10 +0000 (+0200) Subject: whisper : fix typo X-Git-Tag: upstream/1.7.4~1229 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=ffdb5c4735a2410dbc209c180199890966895ce6;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp whisper : fix typo --- diff --git a/whisper.cpp b/whisper.cpp index 79361487..e2bb1bba 100644 --- a/whisper.cpp +++ b/whisper.cpp @@ -5191,7 +5191,7 @@ int whisper_full_with_state( ctx, state, progress_cur, params.progress_callback_user_data); } - // of only 1 second left, then stop + // if only 1 second left, then stop if (seek + 100 >= seek_end) { break; }