chore(model gallery): add smolvlm-256m-instruct

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2025-05-20 11:07:55 +02:00
parent 996259b529
commit d0e1b3d073
2 changed files with 49 additions and 0 deletions

19
gallery/smolvlm.yaml Normal file
View file

@ -0,0 +1,19 @@
---
name: smolvlm
# yamllint disable-line rule:trailing-spaces
config_file: |
mmap: true
template:
chat_message: |
{{if eq .RoleName "assistant"}}Assistant{{else if eq .RoleName "system"}}System{{else if eq .RoleName "user"}}User{{end}}: {{.Content }}<end_of_utterance>
chat: "<|im_start|>\n{{.Input -}}\nAssistant: "
completion: |
{{-.Input}}
f16: true
stopwords:
- '<|im_end|>'
- '<dummy32000>'
- '</s>'
- '<|'
- '<end_of_utterance>'
- '<|endoftext|>'