From 0344068cf112e524eb3fbdbd58c171870b63e56c Mon Sep 17 00:00:00 2001 From: ddh0 Date: Mon, 15 Dec 2025 09:35:44 -0600 Subject: [PATCH] remove extraneous logging --- src/llama-sampling.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/llama-sampling.cpp b/src/llama-sampling.cpp index dc827fe219..7b48e5d970 100644 --- a/src/llama-sampling.cpp +++ b/src/llama-sampling.cpp @@ -2401,7 +2401,6 @@ static void llama_sampler_power_law_apply(struct llama_sampler * smpl, llama_tok } float computed_target = llama_sampler_power_law_compute_target(ctx); - fprintf(stderr, "power-law: computed_target = %.3f\n", computed_target); // // power law transform