MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / gguf_get_version

Function gguf_get_version

ggml.c:19818–19820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19816}
19817
19818int gguf_get_version(const struct gguf_context * ctx) {
19819 return ctx->header.version;
19820}
19821
19822size_t gguf_get_alignment(const struct gguf_context * ctx) {
19823 return ctx->alignment;

Callers 4

llama_model_loaderMethod · 0.70
clip_model_loadFunction · 0.50
gguf_ex_read_0Function · 0.50
gguf_ex_read_1Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected