Update config.json
Browse files- config.json +11 -0
config.json
CHANGED
@@ -26,4 +26,15 @@
|
|
26 |
"use_cache": true,
|
27 |
"use_parallel_residual": true,
|
28 |
"vocab_size": 50277
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
}
|
|
|
26 |
"use_cache": true,
|
27 |
"use_parallel_residual": true,
|
28 |
"vocab_size": 50277
|
29 |
+
"quantization_config": {
|
30 |
+
"quant_method":"gptq",
|
31 |
+
"bits": 4,
|
32 |
+
"group_size": 128,
|
33 |
+
"damp_percent": 0.01,
|
34 |
+
"desc_act": true,
|
35 |
+
"sym": true,
|
36 |
+
"true_sequential": true,
|
37 |
+
"model_name_or_path": null,
|
38 |
+
"model_file_base_name": null
|
39 |
+
}
|
40 |
}
|