diff --git a/src/llama.cpp b/src/llama.cpp index 6e6949f92..7788e951e 100644 --- a/src/llama.cpp +++ b/src/llama.cpp @@ -10070,4 +10070,4 @@ void llama_perf_context_reset(struct llama_context * ctx) { ctx->t_start_us = ggml_time_us(); ctx->t_eval_us = ctx->n_eval = 0; ctx->t_p_eval_us = ctx->n_p_eval = 0; -} \ No newline at end of file +}