From 908dfe3f4cb2cfc8baa633ac42dfe3cb2997df7b Mon Sep 17 00:00:00 2001 From: Russyyds Date: Sun, 13 Apr 2025 21:08:13 +0800 Subject: [PATCH] Add performance print for gemma3 in example --- examples/llava/gemma3-cli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/llava/gemma3-cli.cpp b/examples/llava/gemma3-cli.cpp index 91a07e2a8f40d..693b738a80813 100644 --- a/examples/llava/gemma3-cli.cpp +++ b/examples/llava/gemma3-cli.cpp @@ -317,6 +317,6 @@ int main(int argc, char ** argv) { is_first_msg = false; } } - + llama_perf_context_print(ctx.lctx); return 0; }