whisper : fix typo

pull/1548/head
Georgi Gerganov 2023-11-24 09:45:10 +02:00
parent a5881d619c
commit ffdb5c4735
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 1 additions and 1 deletions

View File

@ -5191,7 +5191,7 @@ int whisper_full_with_state(
ctx, state, progress_cur, params.progress_callback_user_data); 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) { if (seek + 100 >= seek_end) {
break; break;
} }