Fix quantize_config.json
Browse files- quantize_config.json +5 -13
quantize_config.json
CHANGED
@@ -1,16 +1,8 @@
|
|
1 |
{
|
2 |
-
"bits":
|
3 |
-
|
4 |
-
|
5 |
-
"
|
6 |
-
128
|
7 |
-
],
|
8 |
-
"damp_percent": [
|
9 |
-
0.1
|
10 |
-
],
|
11 |
-
"desc_act": [
|
12 |
-
true
|
13 |
-
],
|
14 |
"sym": true,
|
15 |
"true_sequential": true
|
16 |
-
}
|
|
|
1 |
{
|
2 |
+
"bits": 4,
|
3 |
+
"group_size": 128,
|
4 |
+
"damp_percent": 0.1,
|
5 |
+
"desc_act": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
"sym": true,
|
7 |
"true_sequential": true
|
8 |
+
}
|