Skip to main content

Module llguidance_sampler

Module llguidance_sampler 

Source
Expand description

Pure Rust llguidance sampler for constrained decoding.

Implements a custom llama_sampler using the llguidance and toktrie Rust crates to enforce grammar constraints (JSON schema, regex, Lark, etc.) during token sampling.

Functionsยง

create_llg_sampler
Create an llguidance-based constrained decoding sampler.