marksverdhei commited on
Commit
fd7dfbf
1 Parent(s): 07fad64

add quantize config

Browse files
Files changed (1) hide show
  1. quantize_config.json +10 -9
quantize_config.json CHANGED
@@ -1,10 +1,11 @@
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
- "model_name_or_path": null,
9
- "model_file_base_name": "model"
10
- }
 
 
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
+ "model_name_or_path": null,
9
+ "model_file_base_name": "model",
10
+ "quant_method": "gptq"
11
+ }