Update whisper.cpp

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
pull/497/head
shikokuchuo 1 year ago committed by GitHub
parent b837ec3fbf
commit 40caf9d4e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3854,7 +3854,7 @@ int whisper_full(
return a.sequence.sum_logprobs_all > b.sequence.sum_logprobs_all;
});
signed int cur_c = 0;
unsigned int cur_c = 0;
for (int j = 0; j < n_decoders_cur; ++j) {
auto & decoder = ctx->decoders[j];

Loading…
Cancel
Save