From: Russyyds Date: Mon, 14 Apr 2025 17:18:20 +0000 (+0800) Subject: Add performance print for gemma3 in example (#12929) X-Git-Tag: gguf-v0.16.1~21 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d6d2c2ab8c8865784ba9fef37f2b2de3f2134d33;p=pkg%2Fggml%2Fsources%2Fllama.cpp Add performance print for gemma3 in example (#12929) --- diff --git a/examples/llava/gemma3-cli.cpp b/examples/llava/gemma3-cli.cpp index 91a07e2a..693b738a 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; }