| 8384 | } |
| 8385 | |
| 8386 | void llama_sample_temperature(struct llama_context * ctx, llama_token_data_array * candidates_p, float temp) { |
| 8387 | llama_sample_temp(ctx, candidates_p, temp); |
| 8388 | } |
| 8389 | |
| 8390 | void llama_sample_repetition_penalties( |
| 8391 | struct llama_context * ctx, |
nothing calls this directly
no test coverage detected