DecodeResult
Namespace: LLama.Native
Return codes from llama_decode
1 |
|
Inheritance Object → ValueType → Enum → DecodeResult
Implements IComparable, IFormattable, IConvertible
Fields
Name | Value | Description |
---|---|---|
Error | -1 | An unspecified error |
Ok | 0 | Ok. |
NoKvSlot | 1 | Could not find a KV slot for the batch (try reducing the size of the batch or increase the context) |