class
Llama::GenerationOptions
- Llama::GenerationOptions
- Reference
- Object
Defined in:
llama/options.crConstructors
Instance Method Summary
- #cancellation : Cancellation | Nil
- #include_stop : Bool
- #max_tokens : Int32
- #sampling : Sampling::Plan
- #stop : Array(String)
Constructor Detail
def self.new(max_tokens : Int32 = 256, stop : Array(String) = [] of String, sampling : Sampling::Plan = Sampling.default, include_stop : Bool = false, cancellation : Cancellation | Nil = nil)
#