MtmdContext.evalChunks

Evaluate all chunks against the language-model context. Advances newNPast to the position after the last evaluated token. Returns 0 on success.

struct MtmdContext
@trusted @nogc nothrow
int
evalChunks
(
llama_context* lctx
,,
llama_pos nPast
,
llama_seq_id seqId
,
int nBatch
,,
ref llama_pos newNPast
)

Meta