mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
17 lines
264 B
YAML
17 lines
264 B
YAML
|
name: mistral
|
||
|
mmap: true
|
||
|
parameters:
|
||
|
model: mistral-7b-openorca.Q6_K.gguf
|
||
|
temperature: 0.2
|
||
|
top_k: 40
|
||
|
top_p: 0.95
|
||
|
template:
|
||
|
chat_message: chatml
|
||
|
chat: chatml-block
|
||
|
completion: completion
|
||
|
context_size: 4096
|
||
|
f16: true
|
||
|
stopwords:
|
||
|
- <|im_end|>
|
||
|
threads: 4
|