Skip to main content

gguf_checkpoint

family

Declared in clika_rt/clika_rt_core.h.

Members

NameDescription
clika_rt_gguf_checkpoint
gguf_checkpoint_free
gguf_checkpoint_metadatathe file's metadata key/value pairs as a JSON document (sized-string protocol)
gguf_checkpoint_take_tensorsmoves the lazy tensor container out; valid ONCE; a second take is an error

Type aliases

using clika_rt_gguf_checkpoint

using clika_rt_gguf_checkpoint = struct clika_rt_gguf_checkpoint

Declared in clika_rt/clika_rt_core.h, line 334

Functions

gguf_checkpoint_free

void(* gguf_checkpoint_free)(clika_rt_gguf_checkpoint *c)

Declared in clika_rt/clika_rt_core.h, line 748

gguf_checkpoint_metadata

clika_rt_error*(* gguf_checkpoint_metadata)(const clika_rt_gguf_checkpoint *c, char *buf, size_t *len)

the file's metadata key/value pairs as a JSON document (sized-string protocol)

Declared in clika_rt/clika_rt_core.h, line 753

gguf_checkpoint_take_tensors

clika_rt_error*(* gguf_checkpoint_take_tensors)(clika_rt_gguf_checkpoint *c, clika_rt_tensors_container **out)

moves the lazy tensor container out; valid ONCE; a second take is an error

Declared in clika_rt/clika_rt_core.h, line 750