2024-01-18 18:41:08 +00:00
|
|
|
name: mixtral-instruct
|
|
|
|
mmap: true
|
|
|
|
parameters:
|
|
|
|
model: huggingface://TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF/mixtral-8x7b-instruct-v0.1.Q2_K.gguf
|
|
|
|
temperature: 0.2
|
|
|
|
top_k: 40
|
2024-01-23 22:07:31 +00:00
|
|
|
seed: -1
|
2024-01-18 18:41:08 +00:00
|
|
|
top_p: 0.95
|
2024-03-11 18:49:03 +00:00
|
|
|
mirostat: 2
|
|
|
|
mirostat_eta: 1.0
|
|
|
|
mirostat_tau: 1.0
|
|
|
|
|
2024-01-18 18:41:08 +00:00
|
|
|
template:
|
|
|
|
chat: &chat |
|
|
|
|
[INST] {{.Input}} [/INST]
|
|
|
|
completion: *chat
|
|
|
|
context_size: 4096
|
|
|
|
f16: true
|
|
|
|
gpu_layers: 90
|
|
|
|
|
|
|
|
usage: |
|
|
|
|
curl http://localhost:8080/v1/completions -H "Content-Type: application/json" -d '{
|
|
|
|
"model": "mixtral-instruct",
|
|
|
|
"prompt": "How are you doing?"
|
|
|
|
}'
|