summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-07-31 11:56:13 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-07-31 11:56:13 +0800
commit1c0a7cebceb0268e924fbb71bc7770c9655d97c5 (patch)
tree1792947dd6f52107885c3b6337c6992b631d3b7b /main.c
parent206a0b4fd14c0a38c1da420bc91d369d7a9e315c (diff)
downloadlex-1c0a7cebceb0268e924fbb71bc7770c9655d97c5.tar.gz
Add test script and disable llama metrics.
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);