Re-done GPTQ, quantised with sequence length 8K
Browse files- quantize_config.json +1 -1
quantize_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"bits": 4,
|
3 |
"group_size": 128,
|
4 |
-
"damp_percent": 0.
|
5 |
"desc_act": false,
|
6 |
"sym": true,
|
7 |
"true_sequential": true,
|
|
|
1 |
{
|
2 |
"bits": 4,
|
3 |
"group_size": 128,
|
4 |
+
"damp_percent": 0.01,
|
5 |
"desc_act": false,
|
6 |
"sym": true,
|
7 |
"true_sequential": true,
|