]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Add performance print for gemma3 in example (#12929)
authorRussyyds <redacted>
Mon, 14 Apr 2025 17:18:20 +0000 (01:18 +0800)
committerGitHub <redacted>
Mon, 14 Apr 2025 17:18:20 +0000 (19:18 +0200)
examples/llava/gemma3-cli.cpp

index 91a07e2a8f40d570e0be8131a7bc1690dc76cb30..693b738a808130a13ac385cb37072d517786f727 100644 (file)
@@ -317,6 +317,6 @@ int main(int argc, char ** argv) {
             is_first_msg = false;
         }
     }
-
+    llama_perf_context_print(ctx.lctx);
     return 0;
 }