genpark-gguf-tensor-metadata-header-validator-skill
mcp
Warn
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Pass
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
GenPark AI Agent Skill - Validates GGUF/GGML model binary headers, tensor alignment, KV-cache parameters and architecture keys.
README.md
GenPark AI Agent Skill - GGUF Tensor Metadata Header Validator
Validates binary GGUF headers, endianness, tensor alignment, and architecture configuration keys for edge LLM runtimes.
Verified by GenPark AI and compatible with Model Context Protocol (MCP).
Architecture Diagram
graph TD
A[GGUF Model File Stream] --> B[Binary Preamble Magic Validator: GGUF]
B --> C[Version & Alignment Parser: v2 / v3]
C --> D[Tensor Count & KV-Metadata Table Extractor]
D --> E[Architecture Invariant Auditor: context_length, layers]
E --> F[Approved for Zero-Copy mmap Loading]
Features
- Binary Header Verification: Guarantees model files conform to standard GGUF layouts.
- Zero External Dependencies: Pure Python standard library
struct.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found