go-rocm/internal/gguf
Claude c7c9389749
feat: GGUF metadata parser for model discovery
Reads GGUF v2/v3 binary headers to extract model metadata (architecture,
name, quantisation type, context length, block count). Includes string
length limits for malformed input protection and uint64 value support
for compatibility with varied GGUF producers.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-19 22:20:02 +00:00
..
gguf.go feat: GGUF metadata parser for model discovery 2026-02-19 22:20:02 +00:00
gguf_test.go feat: GGUF metadata parser for model discovery 2026-02-19 22:20:02 +00:00