mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
18 lines
276 B
YAML
18 lines
276 B
YAML
|
context_size: 2048
|
||
|
mirostat: 2
|
||
|
mirostat_tau: 5.0
|
||
|
mirostat_eta: 0.1
|
||
|
f16: true
|
||
|
threads: 1
|
||
|
gpu_layers: 90
|
||
|
name: gpt-4
|
||
|
mmap: true
|
||
|
parameters:
|
||
|
model: ggllm-test-model.bin
|
||
|
rope_freq_base: 10000
|
||
|
max_tokens: 20
|
||
|
rope_freq_scale: 1
|
||
|
temperature: 0.2
|
||
|
top_k: 40
|
||
|
top_p: 0.95
|