Upload folder using huggingface_hub
Browse files- config.json +47 -41
config.json
CHANGED
@@ -21,48 +21,54 @@
|
|
21 |
"pad_token_id": -1,
|
22 |
"pretraining_tp": 1,
|
23 |
"quantization_config": {
|
24 |
-
"
|
25 |
-
"
|
26 |
-
|
27 |
-
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
"
|
38 |
-
|
39 |
-
|
40 |
-
"
|
41 |
-
"
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
},
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
"is_dynamic": false,
|
54 |
-
"observer_cls": "PerTensorMinMaxObserver",
|
55 |
-
"qscheme": "per_tensor",
|
56 |
-
"round_method": null,
|
57 |
-
"scale_type": null,
|
58 |
-
"symmetric": null
|
59 |
-
}
|
60 |
-
},
|
61 |
-
"layer_quant_config": {},
|
62 |
-
"layer_type_quant_config": {},
|
63 |
-
"pack_method": "reorder",
|
64 |
-
"quant_method": "quark",
|
65 |
-
"quant_mode": 1
|
66 |
},
|
67 |
"rms_norm_eps": 1e-06,
|
68 |
"rope_scaling": null,
|
|
|
21 |
"pad_token_id": -1,
|
22 |
"pretraining_tp": 1,
|
23 |
"quantization_config": {
|
24 |
+
"activation_scheme": "static",
|
25 |
+
"kv_cache_scheme": null,
|
26 |
+
"library": "quark",
|
27 |
+
"quant_method": "fp8",
|
28 |
+
"quark_config": {
|
29 |
+
"algo_config": null,
|
30 |
+
"exclude": [
|
31 |
+
"lm_head"
|
32 |
+
],
|
33 |
+
"export": {
|
34 |
+
"kv_cache_group": [],
|
35 |
+
"pack_method": "reorder",
|
36 |
+
"weight_format": "real_quantized",
|
37 |
+
"weight_merge_groups": null
|
38 |
+
},
|
39 |
+
"global_quant_config": {
|
40 |
+
"bias": null,
|
41 |
+
"input_tensors": {
|
42 |
+
"ch_axis": null,
|
43 |
+
"dtype": "fp8_e4m3",
|
44 |
+
"group_size": null,
|
45 |
+
"is_dynamic": false,
|
46 |
+
"observer_cls": "PerTensorMinMaxObserver",
|
47 |
+
"qscheme": "per_tensor",
|
48 |
+
"round_method": null,
|
49 |
+
"scale_type": null,
|
50 |
+
"symmetric": null
|
51 |
+
},
|
52 |
+
"output_tensors": null,
|
53 |
+
"target_device": null,
|
54 |
+
"weight": {
|
55 |
+
"ch_axis": null,
|
56 |
+
"dtype": "fp8_e4m3",
|
57 |
+
"group_size": null,
|
58 |
+
"is_dynamic": false,
|
59 |
+
"observer_cls": "PerTensorMinMaxObserver",
|
60 |
+
"qscheme": "per_tensor",
|
61 |
+
"round_method": null,
|
62 |
+
"scale_type": null,
|
63 |
+
"symmetric": null
|
64 |
+
}
|
65 |
},
|
66 |
+
"layer_quant_config": {},
|
67 |
+
"layer_type_quant_config": {},
|
68 |
+
"pack_method": "reorder",
|
69 |
+
"quant_method": "quark",
|
70 |
+
"quant_mode": 1
|
71 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
},
|
73 |
"rms_norm_eps": 1e-06,
|
74 |
"rope_scaling": null,
|