remove extraneous logging

This commit is contained in:
ddh0 2025-12-15 09:35:44 -06:00 committed by GitHub
parent 9c50b573f5
commit 0344068cf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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); float computed_target = llama_sampler_power_law_compute_target(ctx);
fprintf(stderr, "power-law: computed_target = %.3f\n", computed_target);
// //
// power law transform // power law transform