mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-21 13:37:47 +00:00
whispser : reset the "batched" timings (#1721)
This commit is contained in:
parent
9962371f71
commit
668ffc9b23
@ -3821,6 +3821,7 @@ void whisper_reset_timings(struct whisper_context * ctx) {
|
||||
ctx->state->t_sample_us = 0;
|
||||
ctx->state->t_encode_us = 0;
|
||||
ctx->state->t_decode_us = 0;
|
||||
ctx->state->t_batchd_us = 0;
|
||||
ctx->state->t_prompt_us = 0;
|
||||
ctx->state->n_sample = 0;
|
||||
ctx->state->n_encode = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user