aspctu commited on
Commit
b2ef277
1 Parent(s): cf90a6c

Upload folder using huggingface_hub

Browse files
Files changed (6) hide show
  1. .gitattributes +4 -0
  2. config.json +140 -0
  3. rank0.engine +3 -0
  4. rank1.engine +3 -0
  5. rank2.engine +3 -0
  6. rank3.engine +3 -0
.gitattributes CHANGED
@@ -33,3 +33,7 @@ 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
+ rank2.engine filter=lfs diff=lfs merge=lfs -text
39
+ rank3.engine filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "0.10.0.dev2024042300",
3
+ "pretrained_config": {
4
+ "architecture": "MedusaForCausalLM",
5
+ "dtype": "float16",
6
+ "logits_dtype": "float32",
7
+ "vocab_size": 32000,
8
+ "max_position_embeddings": 32768,
9
+ "hidden_size": 4096,
10
+ "num_hidden_layers": 32,
11
+ "num_attention_heads": 32,
12
+ "num_key_value_heads": 8,
13
+ "head_size": 128,
14
+ "hidden_act": "silu",
15
+ "intermediate_size": 14336,
16
+ "norm_epsilon": 1e-05,
17
+ "position_embedding_type": "rope_gpt_neox",
18
+ "use_parallel_embedding": false,
19
+ "embedding_sharding_dim": 0,
20
+ "share_embedding_table": false,
21
+ "mapping": {
22
+ "world_size": 4,
23
+ "tp_size": 4,
24
+ "pp_size": 1
25
+ },
26
+ "quantization": {
27
+ "quant_algo": null,
28
+ "kv_cache_quant_algo": null,
29
+ "group_size": 128,
30
+ "smoothquant_val": null,
31
+ "has_zero_point": false,
32
+ "pre_quant_scale": false,
33
+ "exclude_modules": null
34
+ },
35
+ "kv_dtype": "float16",
36
+ "rotary_base": 10000.0,
37
+ "rotary_scaling": null,
38
+ "max_draft_len": 63,
39
+ "num_medusa_heads": 3,
40
+ "num_medusa_layers": 1,
41
+ "mlp_bias": false,
42
+ "attn_bias": false,
43
+ "moe_num_experts": 0,
44
+ "moe_top_k": 0,
45
+ "moe_tp_mode": 2,
46
+ "moe_normalization_mode": 1
47
+ },
48
+ "build_config": {
49
+ "max_input_len": 1024,
50
+ "max_output_len": 1024,
51
+ "max_batch_size": 32,
52
+ "max_beam_width": 1,
53
+ "max_num_tokens": 32768,
54
+ "opt_num_tokens": 32,
55
+ "max_prompt_embedding_table_size": 0,
56
+ "gather_context_logits": false,
57
+ "gather_generation_logits": false,
58
+ "strongly_typed": false,
59
+ "builder_opt": null,
60
+ "profiling_verbosity": "layer_names_only",
61
+ "enable_debug_output": false,
62
+ "max_draft_len": 0,
63
+ "use_refit": false,
64
+ "input_timing_cache": null,
65
+ "output_timing_cache": "model.cache",
66
+ "lora_config": {
67
+ "lora_dir": [],
68
+ "lora_ckpt_source": "hf",
69
+ "max_lora_rank": 64,
70
+ "lora_target_modules": [],
71
+ "trtllm_modules_to_hf_modules": {}
72
+ },
73
+ "auto_parallel_config": {
74
+ "world_size": 1,
75
+ "gpus_per_node": 8,
76
+ "cluster_key": "H100-PCIe",
77
+ "cluster_info": null,
78
+ "sharding_cost_model": "alpha_beta",
79
+ "comm_cost_model": "alpha_beta",
80
+ "enable_pipeline_parallelism": false,
81
+ "enable_shard_unbalanced_shape": false,
82
+ "enable_shard_dynamic_shape": false,
83
+ "enable_reduce_scatter": true,
84
+ "builder_flags": null,
85
+ "debug_mode": false,
86
+ "infer_shape": true,
87
+ "validation_mode": false,
88
+ "same_buffer_io": {
89
+ "past_key_value_(\\d+)": "present_key_value_\\1"
90
+ },
91
+ "same_spec_io": {},
92
+ "sharded_io_allowlist": [
93
+ "past_key_value_\\d+",
94
+ "present_key_value_\\d*"
95
+ ],
96
+ "fast_reduce": true,
97
+ "fill_weights": false,
98
+ "parallel_config_cache": null,
99
+ "profile_cache": null,
100
+ "dump_path": null,
101
+ "debug_outputs": []
102
+ },
103
+ "weight_sparsity": false,
104
+ "max_encoder_input_len": 1024,
105
+ "use_fused_mlp": false,
106
+ "plugin_config": {
107
+ "bert_attention_plugin": "float16",
108
+ "gpt_attention_plugin": "float16",
109
+ "gemm_plugin": "float16",
110
+ "smooth_quant_gemm_plugin": null,
111
+ "identity_plugin": null,
112
+ "layernorm_quantization_plugin": null,
113
+ "rmsnorm_quantization_plugin": null,
114
+ "nccl_plugin": "float16",
115
+ "lookup_plugin": null,
116
+ "lora_plugin": null,
117
+ "weight_only_groupwise_quant_matmul_plugin": null,
118
+ "weight_only_quant_matmul_plugin": null,
119
+ "quantize_per_token_plugin": false,
120
+ "quantize_tensor_plugin": false,
121
+ "moe_plugin": "float16",
122
+ "mamba_conv1d_plugin": "float16",
123
+ "context_fmha": true,
124
+ "context_fmha_fp32_acc": false,
125
+ "paged_kv_cache": true,
126
+ "remove_input_padding": true,
127
+ "use_custom_all_reduce": true,
128
+ "multi_block_mode": false,
129
+ "enable_xqa": true,
130
+ "attention_qk_half_accumulation": false,
131
+ "tokens_per_block": 128,
132
+ "use_paged_context_fmha": false,
133
+ "use_fp8_context_fmha": false,
134
+ "use_context_fmha_for_generation": false,
135
+ "multiple_profiles": false,
136
+ "paged_state": true,
137
+ "streamingllm": false
138
+ }
139
+ }
140
+ }
rank0.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65b46a0648377ddb57d9286eb8ac6d21bd88bdd4de4b79c8fc50c031b3e91ca5
3
+ size 4060032876
rank1.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cf8929484f2d07cf050074f54695a778be9873230c1e817af914f5b12cba042
3
+ size 4060032364
rank2.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b1ec3b9714fdce0dd2eac45f2c88fc427dd688e0aa6f682aec2799a8880ac61
3
+ size 4060036596
rank3.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2580002dc378ac216319f4ea600508bf423accf84578cf450231605527689567
3
+ size 4060036596