Found 31 repositories(showing 30)
gpustack
Review/Check GGUF files and estimate the memory usage and maximum tokens per second.
ahoylabs
A Javascript library (with Typescript types) to parse metadata of GGML based GGUF files.
hyparam
llama.cpp gguf file parser for javascript
jimexist
A small utility library for parsing GGUF file info
99991
GGUF parser in Python
zackshen
a GGUF file parser
abrander
GGUF parser for Go
mozzilemon
print_gguf.py is a simple utility to parse the header & tensor_infos of GGUF file.
Prathamesh-Udoshi
Instantly determines if your computer can run specific LLMs by analyzing hardware specs against real-time Hugging Face data. Features AI-powered spec parsing, neural performance scoring, and expert inference recommendations (GGUF/AWQ/vLLM).
hirox
Python package for parsing GGUF files
CHKDSKLabs
L-BOM is a small Python CLI that inspects local LLM model artifacts such as .gguf and .safetensors files and emits a lightweight Software Bill of Materials (SBOM) with file identity, format details, model metadata, and parsing warnings.
Defilan
A Rust library and CLI for parsing GGUF model file headers — extract metadata, architecture, quantization, and tensor info without loading weights.
0xb1te
A gguf parser for cpp
Tenount
Estimate VRAM/RAM requirements for GGUF models using `gguf-parser`.
agilord
A Dart library for parsing GGUF (GPT-Generated Unified Format) model files
mrgyularabai
GGUF file parser
VelislavKarastoychev
A GGUF parser.
AIOxide
GGUF format parser
Soika-Labs
No description available
mattneel
Elixir GGUF parser
D2hugging
No description available
Phate334
No description available
richardjennings
GGUF file metadata parser
infer-zero
GGUF v3 format parser for Zig
kamaraj1226
Parse GGUF file with python
gps949
PoC for GGML_PAD integer overflow vulnerability in GGUF parser
jkrukowski
A parser for the GGUF file format. Done using swift-binary-parsing.
tensoriz
Post-mortem experiment running llama.cpp on legacy hardware, documenting GGUF/GBNF failures (parser, OOM, SIGILL).
Sultan-papagani
A Python tool that parses local Ollama model blobs to generate a detailed, offline HTML dashboard. Inspect GGUF metadata, chat templates, and parameters hidden inside hash files.
SomnathGhosh1
RAG pipeline using LlamaParse, LangChain, Chroma, and Llama.cpp to parse PDFs, generate embeddings, retrieve relevant chunks, and answer questions locally using the LLaMA-Sentient-3B GGUF model.