LLamaSharp/docs/xmldocs/llama.native.decoderesult.md

882 B

DecodeResult

Namespace: LLama.Native

Return codes from llama_decode

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)