Skip to content

GGUF

A file format for storing quantized models, widely used to run LLMs locally with tools like llama.cpp and Ollama.

A single .gguf file bundles the weights and metadata, and filenames usually mark the quantization level (e.g. Q4_K_M). Higher-bit files are more accurate but larger and slower.

Related resources