MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / gguf_get_alignment

Function gguf_get_alignment

subprojects/llama.cpp/ggml/src/gguf.cpp:770–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768}
769
770size_t gguf_get_alignment(const struct gguf_context * ctx) {
771 return ctx->alignment;
772}
773
774size_t gguf_get_data_offset(const struct gguf_context * ctx) {
775 return ctx->offset;

Callers 2

clip_model_loaderMethod · 0.85
handcrafted_check_kvFunction · 0.85

Calls

no outgoing calls

Tested by 1

handcrafted_check_kvFunction · 0.68