mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-29 12:35:16 +00:00
Add performance print for gemma3 in example (#12929)
This commit is contained in:
@ -317,6 +317,6 @@ int main(int argc, char ** argv) {
|
|||||||
is_first_msg = false;
|
is_first_msg = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
llama_perf_context_print(ctx.lctx);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user