Package-level declarations
Types
GGML quantization types.
Parsed model metadata from a GGUF file.
GGUF model parser extending BaseModelParser. Provides metadata-first parsing of GGUF model files using SKaiNET's GGUF I/O capabilities.
ParametersLoader implementation backed by GGUFReader.
Streaming GGUF reader that parses metadata without loading the entire file.
Tensor metadata for streaming access.
Abstracts the mapping from logical tensor roles to GGUF tensor name strings.
Properties
This is a kotlin gguf reader related logic interpreted from python code "gguf-py/gguf/constants.py" of github repo "https://github.com/ggerganov/llama.cpp"
This is a kotlin gguf reader interpreted from python code "gguf-py/gguf/gguf_reader.py" of github repo "https://github.com/ggerganov/llama.cpp"
Functions
Android implementation of createRandomAccessSource.
Platform-specific factory for creating RandomAccessSource instances.
JS implementation of createRandomAccessSource.
JVM implementation of createRandomAccessSource.
Native implementation of createRandomAccessSource.
WasmJS implementation of createRandomAccessSource.
WasmWASI implementation of createRandomAccessSource.
This is a kotlin gguf reader related logic interpreted from python code "gguf-py/gguf/quants.py" of github repo "https://github.com/ggerganov/llama.cpp"