mirror of
https://github.com/mudler/LocalAI.git
synced 2026-05-17 21:21:23 -04:00
* 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>
22 lines
580 B
YAML
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
|