From f077b03bc3a0ff7a1cb3999652f034aa18f65c84 Mon Sep 17 00:00:00 2001 From: liyuhang Date: Sun, 26 Jan 2025 12:57:04 +0800 Subject: [PATCH] fix format err --- src/llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}