diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
