TheBloke linuxcl4 commited on
Commit
32c9e98
1 Parent(s): 25f896a

Fix values in quantize_config.json (#1)

Browse files

- Fix values in quantize_config.json (a1ca82e13bb66b7bb3d9dddb363302357f67e131)


Co-authored-by: Chris Lefever <linuxcl4@users.noreply.huggingface.co>

Files changed (1) hide show
  1. quantize_config.json +2 -2
quantize_config.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "bits": 4,
3
- "group_size": 128,
4
  "damp_percent": 0.01,
5
- "desc_act": false,
6
  "sym": true,
7
  "true_sequential": true
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
  }