Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
6 |
"quantization_config": {
|
7 |
-
"bits":
|
8 |
"dynamic": null,
|
9 |
"group_size": 128,
|
10 |
"desc_act": true,
|
@@ -20,8 +20,8 @@
|
|
20 |
"damp_percent": 0.01,
|
21 |
"damp_auto_increment": 0.0025,
|
22 |
"static_groups": false,
|
23 |
-
"true_sequential": true
|
24 |
-
}
|
25 |
},
|
26 |
"attention_dropout": 0.0,
|
27 |
"bos_token_id": 151643,
|
|
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
6 |
"quantization_config": {
|
7 |
+
"bits": 8,
|
8 |
"dynamic": null,
|
9 |
"group_size": 128,
|
10 |
"desc_act": true,
|
|
|
20 |
"damp_percent": 0.01,
|
21 |
"damp_auto_increment": 0.0025,
|
22 |
"static_groups": false,
|
23 |
+
"true_sequential": true
|
24 |
+
}
|
25 |
},
|
26 |
"attention_dropout": 0.0,
|
27 |
"bos_token_id": 151643,
|