Update config.json
Browse files- config.json +6 -6
config.json
CHANGED
@@ -22,16 +22,16 @@
|
|
22 |
"pretraining_tp": 1,
|
23 |
"quantization_config": {
|
24 |
"bits": 4,
|
|
|
25 |
"damp_percent": 0.1,
|
26 |
"desc_act": false,
|
27 |
-
"group_size": 128,
|
28 |
-
"is_marlin_format": false,
|
29 |
-
"model_file_base_name": null,
|
30 |
-
"model_name_or_path": null,
|
31 |
-
"quant_method": "gptq",
|
32 |
"static_groups": false,
|
33 |
"sym": true,
|
34 |
-
"true_sequential": true
|
|
|
|
|
|
|
|
|
35 |
},
|
36 |
"rms_norm_eps": 1e-05,
|
37 |
"rope_scaling": null,
|
|
|
22 |
"pretraining_tp": 1,
|
23 |
"quantization_config": {
|
24 |
"bits": 4,
|
25 |
+
"group_size": 128,
|
26 |
"damp_percent": 0.1,
|
27 |
"desc_act": false,
|
|
|
|
|
|
|
|
|
|
|
28 |
"static_groups": false,
|
29 |
"sym": true,
|
30 |
+
"true_sequential": true,
|
31 |
+
"model_name_or_path": null,
|
32 |
+
"model_file_base_name": null,
|
33 |
+
"is_marlin_format": false,
|
34 |
+
"quant_method": "gptq"
|
35 |
},
|
36 |
"rms_norm_eps": 1e-05,
|
37 |
"rope_scaling": null,
|