Upload 2 files
Browse files- config.json +1 -1
- quantize_config.json +1 -1
config.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
| 24 |
"num_hidden_layers": 32,
|
| 25 |
"onnx_safe": null,
|
| 26 |
"quantization_config": {
|
| 27 |
-
"bits":
|
| 28 |
"damp_percent": 0.01,
|
| 29 |
"desc_act": false,
|
| 30 |
"group_size": 128,
|
|
|
|
| 24 |
"num_hidden_layers": 32,
|
| 25 |
"onnx_safe": null,
|
| 26 |
"quantization_config": {
|
| 27 |
+
"bits": 4,
|
| 28 |
"damp_percent": 0.01,
|
| 29 |
"desc_act": false,
|
| 30 |
"group_size": 128,
|
quantize_config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"bits":
|
| 3 |
"group_size": 128,
|
| 4 |
"damp_percent": 0.01,
|
| 5 |
"desc_act": false,
|
|
|
|
| 1 |
{
|
| 2 |
+
"bits": 4,
|
| 3 |
"group_size": 128,
|
| 4 |
"damp_percent": 0.01,
|
| 5 |
"desc_act": false,
|