| .resolve_model_type | R Documentation |
When model_type == "auto", tries, in order: GGUF KV metadata
(.detect_model_type_gguf, header-only probe), a sibling
config.json (.detect_model_type_config), then the
filename heuristic (.guess_model_type). If all fail it errors
with a hint to set model_type explicitly rather than guessing.
.resolve_model_type(model_type, path)
model_type |
User-supplied model type ("auto" triggers detection) |
path |
Path used for detection (model_path or diffusion_model_path) |
A concrete model type string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.