TheBloke commited on
Commit
95b6896
1 Parent(s): e3e5e8b

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. quantize_config.json +1 -1
quantize_config.json CHANGED
@@ -2,7 +2,7 @@
2
  "bits": 4,
3
  "group_size": 128,
4
  "damp_percent": 0.01,
5
- "desc_act": false,
6
  "sym": true,
7
  "true_sequential": true,
8
  "model_name_or_path": null,
 
2
  "bits": 4,
3
  "group_size": 128,
4
  "damp_percent": 0.01,
5
+ "desc_act": true,
6
  "sym": true,
7
  "true_sequential": true,
8
  "model_name_or_path": null,