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ยง
- Gguf
Context - A safe wrapper around
gguf_context.