.GGUF 文件扩展名

GGML Universal Format File

开发者 ggml-org
受欢迎程度
4.0  |  2 
 

什么是 GGUF 文件?

A GGUF file is a machine learning model file that stores large language models (LLMs) and other AI models using the GGML Universal Format (GGUF). It packages the information needed to run a model into a single file, which may include model weights, tokenizer data, configuration information, and metadata. The GGUF format was introduced for the llama.cpp ecosystem and is commonly distributed through model repositories such as Hugging Face.

更多信息

GGUF files are designed to make AI models easier to distribute and run locally. The format is widely used with tools that perform model inference, including llama.cpp and software built on that technology. Developers, researchers, hobbyists, and users running local AI assistants may work with GGUF files to deploy models on desktops, laptops, and other devices.

Many GGUF files contain quantized model data, reducing memory usage and enabling models to run more efficiently on consumer hardware while maintaining a practical balance between model quality and hardware requirements. Unlike formats that separate model weights, tokenizer files, and configuration files into multiple components, GGUF stores these resources together in a single container. The format also supports metadata and different methods of storing model data, allowing software to read model information and load model data efficiently.

注: GGUF replaced earlier GGML-related formats and has become a common distribution format for local AI inference workflows.

如何打开 GGUF 文件

You can open and use a GGUF file with software that supports the format, such as llama.cpp and LM Studio. Many users download GGUF models from Hugging Face and load them into local AI tools for inference.

For example, to open a GGUF file with llama.cpp, you run the llama.cpp command-line tool and pass the model file using the -m option, for example ./llama-cli -m model.gguf -p "your prompt". The program loads the GGUF model at runtime and uses it to generate responses based on the input prompt rather than opening the file directly like a document.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开或引用 GGUF 文件的程序

All Platforms
免费
免费
分类: 数据
更新时间: 2026-06-15

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 GGML Universal Format 文件格式和 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们