Rare find

GGUF Tools. Read and inspect AI model files used by local machine learning.

github.com/antirez/gguf-tools

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2026
  • Merge pull request #24 from asher/q2_k_fix
  • fix Q2_K block size
April 2026
  • Merge pull request #23 from yarolig/verbose_crash
  • fix crash when passing --verbose option
August 2025
  • emb2redis utility added.
January 2025
  • Merge pull request #16 from jart/ftz
  • Merge pull request #15 from jart/features
July 2024
  • Remove flush to zero from bf16
May 2024
  • Introduce --diffable flag
  • Merge pull request #14 from jart/update
  • Add BF16 support and fix warnings
February 2024
  • Merge pull request #12 from jmousseau/match-ints
  • Merge pull request #11 from jmousseau/leak-on-error
  • Match key-value pair and tensor counts with header integer width
  • Prevent memory leak when tensor type is invalid
January 2024
  • Merge pull request #9 from jbochi/q4_1_fix
  • Fix q4_1 dequantization
  • Merge pull request #8 from jbochi/q4
  • Add support for q4_0 and q4_1 quantizations
  • F16 output for dequantization.