From 6e1f3ffa5beeae85123c37f554c525a041fef388 Mon Sep 17 00:00:00 2001 From: Matt Montag Date: Thu, 2 Apr 2026 14:17:48 -0700 Subject: [PATCH] Update GGUF description to include full name --- docs/gguf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gguf.md b/docs/gguf.md index 9c476c927f..c28b108509 100644 --- a/docs/gguf.md +++ b/docs/gguf.md @@ -1,6 +1,6 @@ # GGUF -GGUF is a file format for storing models for inference with GGML and executors based on GGML. GGUF is a binary format that is designed for fast loading and saving of models, and for ease of reading. Models are traditionally developed using PyTorch or another framework, and then converted to GGUF for use in GGML. +GPT-Generated Unified Format (GGUF) is a file format for storing models for inference with GGML and executors based on GGML. GGUF is a binary format that is designed for fast loading and saving of models, and for ease of reading. Models are traditionally developed using PyTorch or another framework, and then converted to GGUF for use in GGML. It is a successor file format to GGML, GGMF and GGJT, and is designed to be unambiguous by containing all the information needed to load a model. It is also designed to be extensible, so that new information can be added to models without breaking compatibility.