LlamaContext.stateSaveFile

Save the state to a session file, recording tokens as the session prompt. Returns true on success.

struct LlamaContext
@trusted nothrow
bool
stateSaveFile
(
string path
,
const(llama_token)[] tokens
)

Meta