pub const GGUF_HEADER_BYTES: usize = 24;
Header byte width: magic(4) + version(4) + tensor_count(8) + kv_count(8). Source: gguf.md.
gguf.md