mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
19 lines
347 B
YAML
19 lines
347 B
YAML
|
---
|
||
|
name: "moondream2"
|
||
|
|
||
|
|
||
|
config_file: |
|
||
|
backend: llama-cpp
|
||
|
context_size: 2046
|
||
|
roles:
|
||
|
user: "\nQuestion: "
|
||
|
system: "\nSystem: "
|
||
|
assistant: "\nAnswer: "
|
||
|
stopwords:
|
||
|
- Question:
|
||
|
f16: true
|
||
|
template:
|
||
|
completion: |
|
||
|
Complete the following sentence: {{.Input}}
|
||
|
chat: "{{.Input}}\nAnswer: "
|