remove extraneous logging
This commit is contained in:
parent
9c50b573f5
commit
0344068cf1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue