mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
19 lines
275 B
YAML
19 lines
275 B
YAML
|
name: "phi-3-chat"
|
||
|
|
||
|
config_file: |
|
||
|
mmap: true
|
||
|
template:
|
||
|
chat_message: |
|
||
|
<|{{ .RoleName }}|>
|
||
|
{{.Content}}<|end|>
|
||
|
chat: |
|
||
|
{{.Input}}
|
||
|
<|assistant|>
|
||
|
completion: |
|
||
|
{{.Input}}
|
||
|
context_size: 4096
|
||
|
f16: true
|
||
|
stopwords:
|
||
|
- <|end|>
|
||
|
|