summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 39e2856..414a463 100644
--- a/main.c
+++ b/main.c
@@ -181,7 +181,7 @@ static void process_request(struct llama_model *model, const char *user_prompt)
printf("\n\n");
fflush(stdout);
- llama_perf_context_print(ctx);
+ //llama_perf_context_print(ctx);
llama_sampler_free(smpl);
llama_free(ctx);