casperhansen
commited on
Commit
•
6c68c97
1
Parent(s):
8890e78
Update quant_config.json
Browse files- quant_config.json +2 -1
quant_config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"zero_point": true,
|
3 |
"q_group_size": 128,
|
4 |
-
"w_bit": 4
|
|
|
5 |
}
|
|
|
1 |
{
|
2 |
"zero_point": true,
|
3 |
"q_group_size": 128,
|
4 |
+
"w_bit": 4,
|
5 |
+
"version": "GEMM"
|
6 |
}
|