Expand description
Format and capability facts derived from a model’s files.
Structs§
- Gguf
Architecture Profile - The modality, capabilities, and execution shape implied by a GGUF architecture.
- Gguf
Facts - Facts read from a GGUF header.
Enums§
- Model
Format - A recognized model format — the on-disk weight formats plus the logical
sources (a diffusers pipeline directory, an Ollama store entry, a built-in or
remote-endpoint model), and
Unknownfor anything unrecognized.
Functions§
- gguf_
architecture_ profile - The known-architecture profile for a GGUF
general.architecturevalue. - ollama_
chat_ profile - The default profile for an Ollama chat model with no more specific match.
- ollama_
profile - The profile for an Ollama model: vision when it ships a projector, otherwise
the GGUF architecture’s profile (read from
weight_path) if recognized, else the plain chat default. - ollama_
vision_ profile - The default profile for an Ollama vision-capable chat model.