Module gguf

Module gguf 

Source
Expand description

GGUF domain types.

This module contains the domain-facing types for GGUF file metadata and model capabilities. Parsing logic lives in gglib-gguf.

Structs§

CapabilityFlags
Known model capabilities detected from GGUF metadata.
GgufCapabilities
Model capabilities detected from GGUF metadata.
GgufMetadata
Parsed metadata from a GGUF file.
ReasoningDetection
Result of reasoning capability detection.
ToolCallingDetection
Result of tool calling capability detection.

Enums§

GgufValue
GGUF metadata value types.

Type Aliases§

RawMetadata
Raw metadata from GGUF parsing (before string conversion).