huihui-ai commited on
Commit
7e6db5b
·
verified ·
1 Parent(s): d4547d2

Upload quantize_config.json

Browse files
Files changed (1) hide show
  1. quantize_config.json +17 -0
quantize_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "dynamic": null,
4
+ "group_size": 128,
5
+ "desc_act": false,
6
+ "sym": true,
7
+ "lm_head": false,
8
+ "true_sequential": true,
9
+ "quant_method": "gptq",
10
+ "checkpoint_format": "gptq",
11
+ "meta": {
12
+ "quantizer": "gptqmodel:1.4.5",
13
+ "uri": "https://github.com/modelcloud/gptqmodel",
14
+ "damp_percent": 0.1,
15
+ "damp_auto_increment": 0.0015
16
+ }
17
+ }