TheBloke commited on
Commit
1cf62db
1 Parent(s): 944b163

Create quantize_config.json

Browse files
Files changed (1) hide show
  1. quantize_config.json +8 -0
quantize_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "group_size": -1,
4
+ "damp_percent": 0.01,
5
+ "desc_act": True,
6
+ "sym": true,
7
+ "true_sequential": true
8
+ }