phi0112358 commited on
Commit
aaa8c4a
·
verified ·
1 Parent(s): 2a92f5f

Create presets.ini

Browse files
Files changed (1) hide show
  1. presets.ini +22 -0
presets.ini ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [*]
2
+ mmap = 1
3
+
4
+ [gpt-oss-20b-hf]
5
+ hf = ggml-org/gpt-oss-20b-GGUF
6
+ batch-size = 2048
7
+ ubatch-size = 2048
8
+ top-p = 1.0
9
+ top-k = 0
10
+ min-p = 0.01
11
+ temp = 1.0
12
+ chat-template-kwargs = {"reasoning_effort": "high"}
13
+
14
+ [gpt-oss-120b-hf]
15
+ hf = ggml-org/gpt-oss-120b-GGUF
16
+ batch-size = 2048
17
+ ubatch-size = 2048
18
+ top-p = 1.0
19
+ top-k = 0
20
+ min-p = 0.01
21
+ temp = 1.0
22
+ chat-template-kwargs = {"reasoning_effort": "high"}