Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
876
size_t gguf_get_alignment(const struct gguf_context * ctx) {
877
return ctx->alignment;
878
}
879
880
size_t gguf_get_data_offset(const struct gguf_context * ctx) {
881
return ctx->offset;
Callers
4
clip_model_loader
Method · 0.85
handcrafted_check_kv
Function · 0.85
gguf_ex_read_0
Function · 0.85
gguf_ex_read_1
Function · 0.85
Calls
no outgoing calls
Tested by
1
handcrafted_check_kv
Function · 0.68