Skip to main content

Module gguf

Module gguf 

Source
Expand description

Safe wrapper around gguf_context for reading GGUF file metadata.

Provides metadata-only access to GGUF files without loading tensor data. Useful for inspecting model architecture parameters before loading a model.

Structsยง

GgufContext
A safe wrapper around gguf_context.