Upload folder using huggingface_hub
Browse files- quantize_config.json +4 -2
quantize_config.json
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
{
|
2 |
-
"bits":
|
3 |
"group_size": -1,
|
4 |
"damp_percent": 0.01,
|
5 |
"desc_act": true,
|
6 |
"sym": true,
|
7 |
-
"true_sequential": true
|
|
|
|
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"bits": 3,
|
3 |
"group_size": -1,
|
4 |
"damp_percent": 0.01,
|
5 |
"desc_act": true,
|
6 |
"sym": true,
|
7 |
+
"true_sequential": true,
|
8 |
+
"model_name_or_path": null,
|
9 |
+
"model_file_base_name": null
|
10 |
}
|