LLM Reference
Concepts & capability filters

GPT-Generated Machine Learning

GGML

See matching models with benchmark scores and pricing.

Definition

GGML is a low-level C tensor library for machine-learning inference on commodity CPUs and GPUs — the engine underneath local runtimes like llama.cpp, not a model format you choose directly. For self-hosting decisions you interact with it indirectly; the file format to pick is GGUF, which GGML-based runtimes load.