Skip to content

DecodeResult

Namespace: LLama.Native

Return codes from llama_decode

1
public enum DecodeResult

Inheritance ObjectValueTypeEnumDecodeResult
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)