abrander/gguf
GGUF parser for Go
This Go package helps developers work with GGUF files, a common format for storing large language models. It allows you to programmatically access the model's metadata and the raw tensor data. Go developers building applications that integrate or process machine learning models will find this useful.
Use this if you are a Go developer who needs to read and extract information or tensor data directly from GGUF files within your application.
Not ideal if you are an end-user simply looking to run or interact with a large language model, rather than programmatically accessing its file structure.
Stars
14
Forks
2
Language
Go
License
MIT
Category
Last pushed
Mar 08, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/abrander/gguf"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
ajroetker/go-highway
Write SIMD once, run everywhere. AVX2, AVX-512, or pure Go fallback. Like Google Highway, but for Go.
thepabloaguilar/floc
A floc simulator wrapper over a Go implementation
heupr/heupr
The codebase for the Heupr application :tada:
theo-keyzer/ml-model-codegen
Translate high-level model definitions into highly-optimized, target-specific source code
velumlabs/kit
A Go/Rust dual-language package for creating and administering toolkits and tools for calling...