pub unsafe extern "C" fn llama_sample_tail_free(
ctx: *mut llama_context,
candidates: *mut llama_token_data_array,
z: f32,
min_keep: usize,
)
Expand description
@details Tail Free Sampling described in https://www.trentonbricken.com/Tail-Free-Sampling/.