From 1c0a7cebceb0268e924fbb71bc7770c9655d97c5 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Fri, 31 Jul 2026 11:56:13 +0800 Subject: Add test script and disable llama metrics. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') 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); -- cgit v1.2.3