pub unsafe extern "C" fn llama_sampler_init_temp_ext(
t: f32,
delta: f32,
exponent: f32,
) -> *mut llama_sampler
Expand description
@details Dynamic temperature implementation (a.k.a. entropy) described in the paper https://arxiv.org/abs/2309.02772.