Create quantize_config.json
Browse filesThis is to make it work with engines like vLLM
- quantize_config.json +6 -0
quantize_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bits": 4,
|
3 |
+
"desc_act": false,
|
4 |
+
"group_size": 128,
|
5 |
+
"true_sequential": true
|
6 |
+
}
|