1
0
mirror of https://github.com/ggerganov/llama.cpp.git synced 2025-04-20 21:46:07 +00:00

Add performance print for gemma3 in example ()

This commit is contained in:
Russyyds 2025-04-15 01:18:20 +08:00 committed by GitHub
parent 75afa0ae31
commit d6d2c2ab8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -317,6 +317,6 @@ int main(int argc, char ** argv) {
is_first_msg = false;
}
}
llama_perf_context_print(ctx.lctx);
return 0;
}