Files
LocalAI/gallery/smolvlm.yaml
Richard Palethorpe 969005b2a1 feat(gallery): Speed up load times and clean gallery entries (#9211)
* feat: Rework VRAM estimation and use known_usecases in gallery

Signed-off-by: Richard Palethorpe <io@richiejp.com>
Assisted-by: Claude:claude-opus-4-7[1m] [Claude Code]

* chore(gallery): regenerate gallery index and add known_usecases to model entries

Signed-off-by: Richard Palethorpe <io@richiejp.com>

---------

Signed-off-by: Richard Palethorpe <io@richiejp.com>
2026-05-06 14:51:38 +02:00

22 lines
580 B
YAML

config_file: |
backend: llama-cpp
f16: true
known_usecases:
- chat
- vision
mmap: true
stopwords:
- <|im_end|>
- <dummy32000>
- </s>
- <|
- <end_of_utterance>
- <|endoftext|>
template:
chat: "<|im_start|>\n{{.Input -}}\nAssistant: "
chat_message: |
{{if eq .RoleName "assistant"}}Assistant{{else if eq .RoleName "system"}}System{{else if eq .RoleName "user"}}User{{end}}: {{.Content }}<end_of_utterance>
completion: |
{{-.Input}}
name: smolvlm