-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
56 lines (56 loc) · 1.5 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"model": "models/Mistral-Nemo-Instruct-2407.q5_k.gguf",
"prompt": "TASK:",
"input_suffix": "RESULT:",
"reverse-prompt": "TASK:",
"n_threads": 3,
"n_threads_batch": 3,
"n_threads_clblast": 3,
"n_threads_batch_clblast": 2,
"n_threads_vk": 3,
"n_threads_batch_vk": 2,
"n_gpu_layers": 5,
"n_batch": 2048,
"n_ubatch": 512,
"ctx-size": 2048,
"n_keep": -1,
"temp": 0.8,
"repeat_penalty": 1.1,
"penalize_nl": true,
"flash_attn": false,
"no_kv_offload": false,
"top_p": 0.95,
"typical_p": 1.0,
"tfs_z": 1.0,
"frequency_penalty": 0.0,
"presence_penalty": 0.0,
"mirostat": 0,
"mirostat_tau": 5.0,
"mirostat_eta": 0.1,
"samplers_sequence": "tkm",
"models/Mistral-Nemo-Instruct-2407.q5_k.gguf":
{
"ctx-size": 8192,
"n_gpu_layers_vk": 6,
"n_gpu_layers_clblast": 7,
"samplers_sequence": "ts",
"smoothing_factor": 0.1,
"smoothing_curve": 1.1,
"temp": 0.2,
"dynatemp_range": 0.2,
"group":
{
"prompt": " ",
"reverse-prompt": "\n[INST] ",
"input_suffix": "[/INST]\n"
}
},
"models/mistral-7b-instruct-v0.2.Q4_K_S.gguf":
{
"n_gpu_layers_vk": 8,
"n_gpu_layers_clblast": 9,
"ctx-size": 8192,
"preset": "Midnight Enigma",
"format_file": "formats/Mistral.txt"
}
}