aspctu commited on
Commit
6d92381
·
verified ·
1 Parent(s): b5b8eca

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,19 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ rank0.engine filter=lfs diff=lfs merge=lfs -text
37
+ rank1.engine filter=lfs diff=lfs merge=lfs -text
38
+ rank10.engine filter=lfs diff=lfs merge=lfs -text
39
+ rank11.engine filter=lfs diff=lfs merge=lfs -text
40
+ rank12.engine filter=lfs diff=lfs merge=lfs -text
41
+ rank13.engine filter=lfs diff=lfs merge=lfs -text
42
+ rank14.engine filter=lfs diff=lfs merge=lfs -text
43
+ rank15.engine filter=lfs diff=lfs merge=lfs -text
44
+ rank2.engine filter=lfs diff=lfs merge=lfs -text
45
+ rank3.engine filter=lfs diff=lfs merge=lfs -text
46
+ rank4.engine filter=lfs diff=lfs merge=lfs -text
47
+ rank5.engine filter=lfs diff=lfs merge=lfs -text
48
+ rank6.engine filter=lfs diff=lfs merge=lfs -text
49
+ rank7.engine filter=lfs diff=lfs merge=lfs -text
50
+ rank8.engine filter=lfs diff=lfs merge=lfs -text
51
+ rank9.engine filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "0.17.0.dev2024121700",
3
+ "pretrained_config": {
4
+ "mlp_bias": false,
5
+ "attn_bias": false,
6
+ "rotary_base": 10000,
7
+ "rotary_scaling": {
8
+ "beta_fast": 32,
9
+ "beta_slow": 1,
10
+ "factor": 40,
11
+ "mscale": 1.0,
12
+ "mscale_all_dim": 1.0,
13
+ "original_max_position_embeddings": 4096,
14
+ "type": "yarn"
15
+ },
16
+ "residual_mlp": false,
17
+ "disable_weight_only_quant_plugin": false,
18
+ "moe": {
19
+ "num_experts": 256,
20
+ "shared_expert_intermediate_size": 2048,
21
+ "top_k": 8,
22
+ "normalization_mode": 3,
23
+ "sparse_mixer_epsilon": 0.01,
24
+ "tp_mode": 0,
25
+ "topk_method": 2,
26
+ "device_limited_n_group": 8,
27
+ "device_limited_topk_group": 4,
28
+ "device_limited_routed_scaling_factor": 2.5
29
+ },
30
+ "remove_duplicated_kv_heads": false,
31
+ "fc_after_embed": false,
32
+ "use_input_layernorm_in_first_layer": true,
33
+ "use_last_layernorm": true,
34
+ "layer_idx_offset": 0,
35
+ "architecture": "DeepseekV3ForCausalLM",
36
+ "dtype": "bfloat16",
37
+ "vocab_size": 129280,
38
+ "hidden_size": 7168,
39
+ "num_hidden_layers": 61,
40
+ "num_attention_heads": 128,
41
+ "hidden_act": "swiglu",
42
+ "logits_dtype": "float32",
43
+ "norm_epsilon": 1e-06,
44
+ "runtime_defaults": null,
45
+ "position_embedding_type": "rope_gpt_neox",
46
+ "num_key_value_heads": 1,
47
+ "intermediate_size": 18432,
48
+ "max_position_embeddings": 163840,
49
+ "mapping": {
50
+ "world_size": 16,
51
+ "gpus_per_node": 8,
52
+ "cp_size": 1,
53
+ "tp_size": 16,
54
+ "pp_size": 1,
55
+ "moe_tp_size": 16,
56
+ "moe_ep_size": 1
57
+ },
58
+ "quantization": {
59
+ "quant_algo": "FP8_CURRENT_SCALING",
60
+ "kv_cache_quant_algo": null,
61
+ "group_size": 128,
62
+ "smoothquant_val": 0.5,
63
+ "clamp_val": null,
64
+ "use_meta_recipe": false,
65
+ "has_zero_point": false,
66
+ "pre_quant_scale": false,
67
+ "exclude_modules": null
68
+ },
69
+ "use_parallel_embedding": false,
70
+ "embedding_sharding_dim": 0,
71
+ "head_size": 576,
72
+ "qk_layernorm": false,
73
+ "rotary_embedding_dim": 576,
74
+ "moe_inter_size": 2048,
75
+ "kv_lora_rank": 512,
76
+ "q_lora_rank": 1536,
77
+ "qk_nope_head_dim": 128,
78
+ "qk_rope_head_dim": 64,
79
+ "v_head_dim": 128,
80
+ "topk_method": "noaux_tc",
81
+ "first_k_dense_replace": 3,
82
+ "moe_layer_freq": 1,
83
+ "coring_func": "sigmoid",
84
+ "fp8_format": false
85
+ },
86
+ "build_config": {
87
+ "max_input_len": 16192,
88
+ "max_seq_len": 32000,
89
+ "opt_batch_size": 8,
90
+ "max_batch_size": 64,
91
+ "max_beam_width": 1,
92
+ "max_num_tokens": 8192,
93
+ "opt_num_tokens": 64,
94
+ "max_prompt_embedding_table_size": 0,
95
+ "kv_cache_type": "PAGED",
96
+ "gather_context_logits": false,
97
+ "gather_generation_logits": false,
98
+ "strongly_typed": true,
99
+ "force_num_profiles": null,
100
+ "profiling_verbosity": "layer_names_only",
101
+ "enable_debug_output": false,
102
+ "max_draft_len": 0,
103
+ "speculative_decoding_mode": 1,
104
+ "use_refit": false,
105
+ "input_timing_cache": null,
106
+ "output_timing_cache": "model.cache",
107
+ "lora_config": {
108
+ "lora_dir": [],
109
+ "lora_ckpt_source": "hf",
110
+ "max_lora_rank": 64,
111
+ "lora_target_modules": [],
112
+ "trtllm_modules_to_hf_modules": {}
113
+ },
114
+ "auto_parallel_config": {
115
+ "world_size": 1,
116
+ "gpus_per_node": 8,
117
+ "cluster_key": "H100-PCIe",
118
+ "cluster_info": null,
119
+ "sharding_cost_model": "alpha_beta",
120
+ "comm_cost_model": "alpha_beta",
121
+ "enable_pipeline_parallelism": false,
122
+ "enable_shard_unbalanced_shape": false,
123
+ "enable_shard_dynamic_shape": false,
124
+ "enable_reduce_scatter": true,
125
+ "builder_flags": null,
126
+ "debug_mode": false,
127
+ "infer_shape": true,
128
+ "validation_mode": false,
129
+ "same_buffer_io": {
130
+ "past_key_value_(\\d+)": "present_key_value_\\1"
131
+ },
132
+ "same_spec_io": {},
133
+ "sharded_io_allowlist": [
134
+ "past_key_value_\\d+",
135
+ "present_key_value_\\d*"
136
+ ],
137
+ "fill_weights": false,
138
+ "parallel_config_cache": null,
139
+ "profile_cache": null,
140
+ "dump_path": null,
141
+ "debug_outputs": []
142
+ },
143
+ "weight_sparsity": false,
144
+ "weight_streaming": false,
145
+ "plugin_config": {
146
+ "dtype": "bfloat16",
147
+ "bert_attention_plugin": "auto",
148
+ "gpt_attention_plugin": "auto",
149
+ "gemm_plugin": null,
150
+ "gemm_swiglu_plugin": null,
151
+ "fp8_rowwise_gemm_plugin": null,
152
+ "fp8_current_scaling_gemm_plugin": "bfloat16",
153
+ "qserve_gemm_plugin": null,
154
+ "identity_plugin": null,
155
+ "nccl_plugin": "bfloat16",
156
+ "lora_plugin": null,
157
+ "weight_only_groupwise_quant_matmul_plugin": null,
158
+ "weight_only_quant_matmul_plugin": null,
159
+ "smooth_quant_plugins": true,
160
+ "smooth_quant_gemm_plugin": null,
161
+ "layernorm_quantization_plugin": null,
162
+ "rmsnorm_quantization_plugin": null,
163
+ "quantize_per_token_plugin": false,
164
+ "quantize_tensor_plugin": false,
165
+ "moe_plugin": "auto",
166
+ "mamba_conv1d_plugin": "auto",
167
+ "low_latency_gemm_plugin": null,
168
+ "low_latency_gemm_swiglu_plugin": null,
169
+ "context_fmha": true,
170
+ "bert_context_fmha_fp32_acc": false,
171
+ "paged_kv_cache": true,
172
+ "remove_input_padding": true,
173
+ "reduce_fusion": false,
174
+ "user_buffer": false,
175
+ "tokens_per_block": 64,
176
+ "use_paged_context_fmha": true,
177
+ "use_fp8_context_fmha": false,
178
+ "multiple_profiles": false,
179
+ "paged_state": false,
180
+ "streamingllm": false,
181
+ "manage_weights": false,
182
+ "use_fused_mlp": true,
183
+ "pp_reduce_scatter": false
184
+ },
185
+ "use_strip_plan": false,
186
+ "max_encoder_input_len": 1024,
187
+ "use_fused_mlp": true,
188
+ "monitor_memory": false,
189
+ "use_mrope": false
190
+ }
191
+ }
rank0.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ee990e5083fce3084aa51a531dcda221c12c94c19d8a75d84f4f4ebfef0fecb
3
+ size 45241570500
rank1.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fa3e6eb1ce722246c8aa2c05dd0a4578ae873ffeb7e3de7b0e7986d85e23082
3
+ size 45241570500
rank10.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2efc13dba3b2ab84d65d594a071bdaaf1a963b7d0820edfe804c66494d440bea
3
+ size 45241570500
rank11.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d888ea80fa70a9d4f2898b175089ebd86d9444ab9de415fd595ba0cba1da578
3
+ size 45241570500
rank12.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cb042bf7fefe5c2bf5a64929f5230a2c9e38ef8f77fb54087b6e2719c300a3e
3
+ size 45241570500
rank13.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaec810c54f13f7a9bac739aea9657090f973f945e71d43f78bcf9f78e9fb08c
3
+ size 45241570500
rank14.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdba3b68f5b8dffd5195d4c6233bfbf0d34a00941650f99299191ef42a8f7fdb
3
+ size 45240762676
rank15.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1046042bbd7d2d2c6e09ea84210ab2d0df6195384009322cb208d12334dfa60f
3
+ size 45240762676
rank2.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:288bd2b5b1222f344fd8f21105d0fdbcb63d0185c5f51f4b9a6a85c385312b12
3
+ size 45241570500
rank3.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2c40613654afea055c14984993f99b7d1adfef9d868a24af195b6a4bdf5f181
3
+ size 45241570500
rank4.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cac3fc76adc31e94c380eae58dbc511c78ca8220a6e2ce836f5cb41e56256cea
3
+ size 45241570500
rank5.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7d49da674766b71f29772fd93852ea989eb272bfd042c4914a27f65e93ab243
3
+ size 45241570500
rank6.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8e5ea820463d40cc50e07887615f1845f2f761a34e2406ea2635cb3b8fb8300
3
+ size 45241570500
rank7.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49f7fcff643a0ba2c2d70a8f9d78c66c6666551d6b71fd8a68213c461c332d2c
3
+ size 45241718340
rank8.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d050d41672ce8dca91729677db3889defacefc3973516e85e3eeaf717e33c356
3
+ size 45241570500
rank9.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dd18dd3cd225e476eaec3cb3fb48fbf10aa16ce677284f419335e3c27200dd1
3
+ size 45240762676