Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
770
size_t gguf_get_alignment(const struct gguf_context * ctx) {
771
return ctx->alignment;
772
}
773
774
size_t gguf_get_data_offset(const struct gguf_context * ctx) {
775
return ctx->offset;
Callers
2
clip_model_loader
Method · 0.85
handcrafted_check_kv
Function · 0.85
Calls
no outgoing calls
Tested by
1
handcrafted_check_kv
Function · 0.68