mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2023-11-04 02:52:44 +03:00
close #113 : fix struct whisper_token_data
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user