Create quantize_config.json
Browse files- quantize_config.json +5 -0
quantize_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bits": 4,
|
3 |
+
"desc_act": false,
|
4 |
+
"group_size": 128
|
5 |
+
}
|