fix for signedness compiler warning

pull/506/head
shikokuchuo 1 year ago
parent 3b010f9bed
commit f77784d605
No known key found for this signature in database
GPG Key ID: F7CF903294070D14

@ -3854,7 +3854,7 @@ int whisper_full(
return a.sequence.sum_logprobs_all > b.sequence.sum_logprobs_all;
});
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