mirror of
https://github.com/mudler/LocalAI.git
synced 2026-05-17 04:56:52 -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>
21 lines
440 B
YAML
21 lines
440 B
YAML
config_file: |
|
|
backend: llama-cpp
|
|
context_size: 2046
|
|
f16: true
|
|
known_usecases:
|
|
- chat
|
|
roles:
|
|
assistant: "\nAnswer: "
|
|
system: "\nSystem: "
|
|
user: "\nQuestion: "
|
|
stopwords:
|
|
- 'Question:'
|
|
- <|endoftext|>
|
|
template:
|
|
chat: |
|
|
{{.Input}}
|
|
Answer:
|
|
completion: |
|
|
Complete the following sentence: {{.Input}}
|
|
name: moondream2
|