Llama::Sampler::Greedy
Inherits Llama::Sampler::Base / Reference / Object
The Greedy sampler always selects the token with the highest probability. This is the simplest sampling method and produces deterministic output.
Example:
sampler = Llama::Sampler::Greedy.new