Upload config.json with huggingface_hub
Browse files- config.json +2 -3
config.json
CHANGED
@@ -26,7 +26,6 @@
|
|
26 |
"lm_head"
|
27 |
],
|
28 |
"export": {
|
29 |
-
"custom_mode": "quark",
|
30 |
"kv_cache_group": [],
|
31 |
"pack_method": "reorder",
|
32 |
"weight_format": "real_quantized",
|
@@ -53,14 +52,14 @@
|
|
53 |
"layer_type_quant_config": {},
|
54 |
"pack_method": "reorder",
|
55 |
"quant_method": "quark",
|
56 |
-
"quant_mode":
|
57 |
},
|
58 |
"rms_norm_eps": 1e-06,
|
59 |
"rope_scaling": null,
|
60 |
"rope_theta": 10000.0,
|
61 |
"tie_word_embeddings": false,
|
62 |
"torch_dtype": "float16",
|
63 |
-
"transformers_version": "4.
|
64 |
"use_cache": true,
|
65 |
"vocab_size": 32000
|
66 |
}
|
|
|
26 |
"lm_head"
|
27 |
],
|
28 |
"export": {
|
|
|
29 |
"kv_cache_group": [],
|
30 |
"pack_method": "reorder",
|
31 |
"weight_format": "real_quantized",
|
|
|
52 |
"layer_type_quant_config": {},
|
53 |
"pack_method": "reorder",
|
54 |
"quant_method": "quark",
|
55 |
+
"quant_mode": "eager_mode"
|
56 |
},
|
57 |
"rms_norm_eps": 1e-06,
|
58 |
"rope_scaling": null,
|
59 |
"rope_theta": 10000.0,
|
60 |
"tie_word_embeddings": false,
|
61 |
"torch_dtype": "float16",
|
62 |
+
"transformers_version": "4.45.2",
|
63 |
"use_cache": true,
|
64 |
"vocab_size": 32000
|
65 |
}
|