What does GGUF mean in inference serving?
GGUF is a self-describing checkpoint format used widely by CPU and edge-oriented runtimes. One file can package model metadata, tokenizer information, and tensor data. A compatible runtime reads the metadata, maps or loads tensors, and selects kernels for their stored types. Supported architectures and quantization layouts vary across runtimes.