mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-25 12:15:00 +00:00
chore(model gallery): add smolvlm-256m-instruct
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
996259b529
commit
d0e1b3d073
2 changed files with 49 additions and 0 deletions
19
gallery/smolvlm.yaml
Normal file
19
gallery/smolvlm.yaml
Normal 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|>'
|
Loading…
Add table
Add a link
Reference in a new issue