Commit
·
5ab5488
1
Parent(s):
43d5094
Upload quantize_config.json (#4)
Browse files- Upload quantize_config.json (bcc0553981ef66d2f78c40aeac640303e4161851)
Co-authored-by: Nikita <[email protected]>
- quantize_config.json +8 -0
quantize_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bits": 4,
|
3 |
+
"group_size": 128,
|
4 |
+
"damp_percent": 0.01,
|
5 |
+
"desc_act": false,
|
6 |
+
"sym": true,
|
7 |
+
"true_sequential": true
|
8 |
+
}
|