mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-31 07:54:59 +00:00
docs(mixtral): add mixtral example (#1449)
This commit is contained in:
parent
2f7beb6744
commit
1c286c3c2f
4 changed files with 35 additions and 0 deletions
16
examples/configurations/mixtral/mixtral.yaml
Executable file
16
examples/configurations/mixtral/mixtral.yaml
Executable file
|
@ -0,0 +1,16 @@
|
|||
context_size: 512
|
||||
f16: true
|
||||
threads: 11
|
||||
gpu_layers: 90
|
||||
name: mixtral
|
||||
mmap: true
|
||||
parameters:
|
||||
model: mixtral-8x7b-instruct-v0.1.Q2_K.gguf
|
||||
temperature: 0.2
|
||||
top_k: 40
|
||||
top_p: 0.95
|
||||
batch: 512
|
||||
tfz: 1.0
|
||||
template:
|
||||
chat: mixtral-chat
|
||||
completion: mixtral
|
Loading…
Add table
Add a link
Reference in a new issue