Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
766
uint32_t gguf_get_version(const struct gguf_context * ctx) {
767
return ctx->version;
768
}
769
770
size_t gguf_get_alignment(const struct gguf_context * ctx) {
771
return ctx->alignment;
Callers
4
clip_model_loader
Method · 0.85
llama_model_loader
Method · 0.85
handcrafted_check_header
Function · 0.85
test_roundtrip
Function · 0.85
Calls
no outgoing calls
Tested by
2
handcrafted_check_header
Function · 0.68
test_roundtrip
Function · 0.68