From ffdb5c4735a2410dbc209c180199890966895ce6 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 24 Nov 2023 09:45:10 +0200 Subject: [PATCH] whisper : fix typo --- whisper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper.cpp b/whisper.cpp index 7936148..e2bb1bb 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; }