Add performance print for gemma3 in example (#12929)

This commit is contained in:
Russyyds
2025-04-15 01:18:20 +08:00
committed by GitHub
parent 75afa0ae31
commit d6d2c2ab8c

View File

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