fxmarty commited on
Commit
7c13bfb
1 Parent(s): 275cfae

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +31 -35
config.json CHANGED
@@ -21,42 +21,38 @@
21
  "pad_token_id": -1,
22
  "pretraining_tp": 1,
23
  "quantization_config": {
24
- "library": "quark",
25
- "quant_method": "quark",
26
- "quark_config": {
27
- "algo_config": null,
28
- "exclude": [
29
- "lm_head"
30
- ],
31
- "export": {
32
- "kv_cache_group": [],
33
- "pack_method": "reorder",
34
- "weight_format": "real_quantized",
35
- "weight_merge_groups": null
36
- },
37
- "global_quant_config": {
38
- "bias": null,
39
- "input_tensors": null,
40
- "output_tensors": null,
41
- "target_device": null,
42
- "weight": {
43
- "ch_axis": 1,
44
- "dtype": "int4",
45
- "group_size": 4,
46
- "is_dynamic": false,
47
- "observer_cls": "PerGroupMinMaxObserver",
48
- "qscheme": "per_group",
49
- "round_method": "half_even",
50
- "scale_type": "float",
51
- "symmetric": true
52
- }
53
- },
54
- "layer_quant_config": {},
55
- "layer_type_quant_config": {},
56
  "pack_method": "reorder",
57
- "quant_method": "quark",
58
- "quant_mode": 1
59
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  },
61
  "rms_norm_eps": 1e-06,
62
  "rope_scaling": null,
 
21
  "pad_token_id": -1,
22
  "pretraining_tp": 1,
23
  "quantization_config": {
24
+ "algo_config": null,
25
+ "exclude": [
26
+ "lm_head"
27
+ ],
28
+ "export": {
29
+ "kv_cache_group": [],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  "pack_method": "reorder",
31
+ "weight_format": "real_quantized",
32
+ "weight_merge_groups": null
33
+ },
34
+ "global_quant_config": {
35
+ "bias": null,
36
+ "input_tensors": null,
37
+ "output_tensors": null,
38
+ "target_device": null,
39
+ "weight": {
40
+ "ch_axis": 1,
41
+ "dtype": "int4",
42
+ "group_size": 4,
43
+ "is_dynamic": false,
44
+ "observer_cls": "PerGroupMinMaxObserver",
45
+ "qscheme": "per_group",
46
+ "round_method": "half_even",
47
+ "scale_type": "float",
48
+ "symmetric": true
49
+ }
50
+ },
51
+ "layer_quant_config": {},
52
+ "layer_type_quant_config": {},
53
+ "pack_method": "reorder",
54
+ "quant_method": "quark",
55
+ "quant_mode": 1
56
  },
57
  "rms_norm_eps": 1e-06,
58
  "rope_scaling": null,