Skip to main content

llama_sample_xtc

Function llama_sample_xtc 

Source
pub unsafe extern "C" fn llama_sample_xtc(
    ctx: *mut llama_context,
    candidates_p: *mut llama_token_data_array,
    probability: f32,
    threshold: f32,
    min_keep: usize,
)
Expand description

@details XTC sampler as described in https://github.com/oobabooga/text-generation-webui/pull/6335