aspctu commited on
Commit
3d80455
·
verified ·
1 Parent(s): f34575b

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": 20288,
89
+ "opt_batch_size": 8,
90
+ "max_batch_size": 4,
91
+ "max_beam_width": 1,
92
+ "max_num_tokens": 8192,
93
+ "opt_num_tokens": 4,
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:1dd0390fca0d103bd9d215b3232122fb5e20955fab74dd87eac3f021df6b15ea
3
+ size 45241435420
rank1.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb338750a9cd61fd8a80a8eda22b4f6d830aa796fd252005320c85f832ecd2ef
3
+ size 45241435420
rank10.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aca8b899dae641d4b45635d620a328e55f1faa4b188ec32efff4ba2c99906dc9
3
+ size 45241435596
rank11.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e85bdbbde3c107ecc7ceac66796faa672ef5a8b308c5478279ae0874f019661
3
+ size 45241435420
rank12.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49f8d4a49ff0d62a5ad4ebb4687c7f3695fb38bd180c120d41343231805e9921
3
+ size 45241435596
rank13.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dbe78cc96250ee59625f4d6911ce8101386df450297fb896adad71871f83139
3
+ size 45241435420
rank14.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1123bc6ed3e6f5e37084f669407f38d92e6735373caedcc2bebd86f795fe0b0e
3
+ size 45241435420
rank15.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c382076fb158893963d993265c3a215c4a20d61f7ce740136806e1dd26f6d9da
3
+ size 45241435596
rank2.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79a39e1417a07c617435bb5cc6033dd0c53145765834db1a87df0b0f4f39ca7d
3
+ size 45241435420
rank3.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c3536553788714f26c8eb65804f9a9384e5d16b09356fa71ae9c8d2fb3bdaaa
3
+ size 45241435596
rank4.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e14711ce478fd392e5fa45a89ac5f245ff475a6a4f7524cce9b2c3daa1e300ec
3
+ size 45241435420
rank5.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10d8cf4aa75f425ec8a76977b9c13251080b759f1002686b0ef9123ebb77c877
3
+ size 45241435596
rank6.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca51380aa6e8fdba5c64085b6ac0e2a0a1ec2887ec21c1eb7e8157ac9cf1c562
3
+ size 45240627772
rank7.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39c2e6b88ab765649dda6608cfc8875d14c84c9e35e2311e93275edcf6e58551
3
+ size 45241435420
rank8.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a193084c0a27e4a2958fccdaa0364e11e0d55ad75bd630c016615180043926f1
3
+ size 45241435420
rank9.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75bd4a40ba233b5ff800d62e5e86067017a457cb32aa2cb76efbeaf49153a391
3
+ size 45241435596