Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -21,6 +21,7 @@
|
|
21 |
"pad_token_id": -1,
|
22 |
"pretraining_tp": 1,
|
23 |
"quantization_config": {
|
|
|
24 |
"bits": 4,
|
25 |
"group_size": 4,
|
26 |
"modules_to_not_convert": [
|
|
|
21 |
"pad_token_id": -1,
|
22 |
"pretraining_tp": 1,
|
23 |
"quantization_config": {
|
24 |
+
"library": "quark",
|
25 |
"bits": 4,
|
26 |
"group_size": 4,
|
27 |
"modules_to_not_convert": [
|