MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / gguf_get_alignment

Function gguf_get_alignment

ggml/src/gguf.cpp:876–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874}
875
876size_t gguf_get_alignment(const struct gguf_context * ctx) {
877 return ctx->alignment;
878}
879
880size_t gguf_get_data_offset(const struct gguf_context * ctx) {
881 return ctx->offset;

Callers 4

clip_model_loaderMethod · 0.85
handcrafted_check_kvFunction · 0.85
gguf_ex_read_0Function · 0.85
gguf_ex_read_1Function · 0.85

Calls

no outgoing calls

Tested by 1

handcrafted_check_kvFunction · 0.68