Zenaique
Glossary · Production

GGUF

Also known as: GGML successor

Self-contained binary format for quantized LLMs; the standard for llama.cpp / Ollama / LM Studio.

A binary file format for quantized LLM weights popularized by llama.cpp. Bundles weights, vocab, hyperparams, and metadata in one file optimized for CPU and Apple Silicon inference.

In practice

If you've used Ollama you've used GGUF. Production interviews probe its trade-offs vs safetensors and provider APIs.

Related topics

Related terms