Skip to main content

ClikaRT::io::GgufModel

struct

Header: ClikaRT/io/io.h

A loaded GGUF checkpoint: the tensors plus the file's metadata key/value pairs as a JSON object (e.g. metadata.at("general.architecture")).

Data members

tensors

NamedTensors tensors

the checkpoint's tensors, by name

Declared in ClikaRT/io/io.h, line 78

metadata

json::Json metadata

the file's metadata key/value pairs

Declared in ClikaRT/io/io.h, line 79