TheBloke commited on
Commit
fdc0568
1 Parent(s): ab0ffde

Fix quantize_config.json

Browse files
Files changed (1) hide show
  1. quantize_config.json +5 -13
quantize_config.json CHANGED
@@ -1,16 +1,8 @@
1
  {
2
- "bits": [
3
- 4
4
- ],
5
- "group_size": [
6
- 32
7
- ],
8
- "damp_percent": [
9
- 0.1
10
- ],
11
- "desc_act": [
12
- true
13
- ],
14
  "sym": true,
15
  "true_sequential": true
16
- }
 
1
  {
2
+ "bits": 4,
3
+ "group_size": 32,
4
+ "damp_percent": 0.1,
5
+ "desc_act": true,
 
 
 
 
 
 
 
 
6
  "sym": true,
7
  "true_sequential": true
8
+ }