mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
f2d35062d4
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
20 lines
372 B
YAML
20 lines
372 B
YAML
---
|
|
name: "moondream2"
|
|
|
|
|
|
config_file: |
|
|
backend: llama-cpp
|
|
context_size: 2046
|
|
roles:
|
|
user: "\nQuestion: "
|
|
system: "\nSystem: "
|
|
assistant: "\nAnswer: "
|
|
stopwords:
|
|
- "Question:"
|
|
- "<|endoftext|>"
|
|
f16: true
|
|
template:
|
|
completion: |
|
|
Complete the following sentence: {{.Input}}
|
|
chat: "{{.Input}}\nAnswer:\n"
|