ggerganov commited on
Commit
c692ba5
·
unverified ·
1 Parent(s): 83982ec

whisper : fix typo

Browse files
Files changed (1) hide show
  1. whisper.cpp +1 -1
whisper.cpp CHANGED
@@ -5191,7 +5191,7 @@ int whisper_full_with_state(
5191
  ctx, state, progress_cur, params.progress_callback_user_data);
5192
  }
5193
 
5194
- // of only 1 second left, then stop
5195
  if (seek + 100 >= seek_end) {
5196
  break;
5197
  }
 
5191
  ctx, state, progress_cur, params.progress_callback_user_data);
5192
  }
5193
 
5194
+ // if only 1 second left, then stop
5195
  if (seek + 100 >= seek_end) {
5196
  break;
5197
  }