pub type RunnerError = GenericRunnerError<ApplyChatTemplateError>;Aliased Type§
pub enum RunnerError {
LoadContext(LlamaContextLoadError),
ApplyChatTemplate(ApplyChatTemplateError),
MtmdTokenize(MtmdTokenizeError),
TokenToString(TokenToStringError),
StringToToken(StringToTokenError),
BatchAdd(BatchAddError),
MtmdEval(MtmdEvalError),
BatchDecode(DecodeError),
Llguidance(GrammarError),
}