mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
20 lines
398 B
YAML
20 lines
398 B
YAML
|
name: "llava"
|
||
|
|
||
|
|
||
|
config_file: |
|
||
|
backend: llama-cpp
|
||
|
context_size: 4096
|
||
|
f16: true
|
||
|
|
||
|
mmap: true
|
||
|
roles:
|
||
|
user: "USER:"
|
||
|
assistant: "ASSISTANT:"
|
||
|
system: "SYSTEM:"
|
||
|
|
||
|
template:
|
||
|
chat: |
|
||
|
A chat between a curious human and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the human's questions.
|
||
|
{{.Input}}
|
||
|
ASSISTANT:
|