Skip to main content

LogitMask

Type Alias LogitMask 

Source
pub type LogitMask<'a> = &'a mut dyn FnMut(&mut [f32]);
Expand description

Zeroes out logits a caller wants to forbid, in place, before the sampler looks at them. Used by JSON-object mode to keep generation inside the grammar.