class
Llama::DecodeError
- Llama::DecodeError
- Llama::Error
- Exception
- Reference
- Object
Overview
Raised by checked decode operations when llama.cpp does not accept a batch.
Context#decode retains its compatibility behavior, including returning
positive native status codes. Context#decode! raises this error for every
non-zero native status so higher-level code cannot continue with stale
logits.