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

Function gguf_get_version

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

Source from the content-addressed store, hash-verified

764}
765
766uint32_t gguf_get_version(const struct gguf_context * ctx) {
767 return ctx->version;
768}
769
770size_t gguf_get_alignment(const struct gguf_context * ctx) {
771 return ctx->alignment;

Callers 4

clip_model_loaderMethod · 0.85
llama_model_loaderMethod · 0.85
handcrafted_check_headerFunction · 0.85
test_roundtripFunction · 0.85

Calls

no outgoing calls

Tested by 2

handcrafted_check_headerFunction · 0.68
test_roundtripFunction · 0.68