]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
whisper : fix typo
authorGeorgi Gerganov <redacted>
Fri, 24 Nov 2023 07:45:10 +0000 (09:45 +0200)
committerGeorgi Gerganov <redacted>
Fri, 24 Nov 2023 07:45:10 +0000 (09:45 +0200)
whisper.cpp

index 793614876a03c296757dce0a40b1a3dc0ade0f4d..e2bb1bba3e6297a5da0fbe93ece1c3b71e876e2b 100644 (file)
@@ -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;
         }