close #113 : fix struct whisper_token_data

This commit is contained in:
Georgi Gerganov
2022-10-30 08:23:52 +02:00
parent 69bdb6624a
commit eba62e0fa1
2 changed files with 2 additions and 2 deletions

View File

@@ -2209,7 +2209,7 @@ int whisper_decode(struct whisper_context * ctx, const whisper_token * tokens, i
return 0;
}
whisper_token_data whisper_sample_best(struct whisper_context * ctx) {
struct whisper_token_data whisper_sample_best(struct whisper_context * ctx) {
const int64_t t_start_sample_us = ggml_time_us();
// TODO: simplify