Delete trt_engines.b256/unimernet/1-gpu/bfloat16/decoder/config.json
Browse files
trt_engines.b256/unimernet/1-gpu/bfloat16/decoder/config.json
DELETED
@@ -1,168 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"version": "0.12.0",
|
3 |
-
"pretrained_config": {
|
4 |
-
"architecture": "DecoderModel",
|
5 |
-
"dtype": "bfloat16",
|
6 |
-
"vocab_size": 50000,
|
7 |
-
"hidden_size": 1024,
|
8 |
-
"num_hidden_layers": 8,
|
9 |
-
"num_attention_heads": 16,
|
10 |
-
"hidden_act": "gelu",
|
11 |
-
"logits_dtype": "float32",
|
12 |
-
"norm_epsilon": false,
|
13 |
-
"position_embedding_type": "learned_absolute",
|
14 |
-
"max_position_embeddings": 1536,
|
15 |
-
"num_key_value_heads": 16,
|
16 |
-
"intermediate_size": 4096,
|
17 |
-
"mapping": {
|
18 |
-
"world_size": 1,
|
19 |
-
"gpus_per_node": 8,
|
20 |
-
"cp_size": 1,
|
21 |
-
"tp_size": 1,
|
22 |
-
"pp_size": 1,
|
23 |
-
"moe_tp_size": 1,
|
24 |
-
"moe_ep_size": 1
|
25 |
-
},
|
26 |
-
"quantization": {
|
27 |
-
"quant_algo": null,
|
28 |
-
"kv_cache_quant_algo": null,
|
29 |
-
"group_size": 128,
|
30 |
-
"smoothquant_val": 0.5,
|
31 |
-
"clamp_val": null,
|
32 |
-
"has_zero_point": false,
|
33 |
-
"pre_quant_scale": false,
|
34 |
-
"exclude_modules": null
|
35 |
-
},
|
36 |
-
"use_parallel_embedding": false,
|
37 |
-
"embedding_sharding_dim": 0,
|
38 |
-
"share_embedding_table": false,
|
39 |
-
"head_size": 64,
|
40 |
-
"qk_layernorm": false,
|
41 |
-
"has_position_embedding": true,
|
42 |
-
"layernorm_type": 0,
|
43 |
-
"has_attention_qkvo_bias": true,
|
44 |
-
"has_mlp_bias": true,
|
45 |
-
"has_model_final_layernorm": true,
|
46 |
-
"has_embedding_layernorm": true,
|
47 |
-
"has_embedding_scale": true,
|
48 |
-
"q_scaling": 1.0,
|
49 |
-
"layernorm_position": 0,
|
50 |
-
"mlp_type": 0,
|
51 |
-
"relative_attention": false,
|
52 |
-
"max_distance": 0,
|
53 |
-
"num_buckets": 0,
|
54 |
-
"model_type": "bart",
|
55 |
-
"rescale_before_lm_head": false,
|
56 |
-
"encoder_hidden_size": 1024,
|
57 |
-
"encoder_num_heads": 16,
|
58 |
-
"encoder_head_size": 64,
|
59 |
-
"skip_cross_qkv": false,
|
60 |
-
"use_implicit_relative_attention": false,
|
61 |
-
"decoder_start_token_id": null,
|
62 |
-
"eos_token_id": 2,
|
63 |
-
"bos_token_id": 0,
|
64 |
-
"pad_token_id": 1,
|
65 |
-
"gated_act": false,
|
66 |
-
"type_vocab_size": null,
|
67 |
-
"encoder_num_kv_heads": null,
|
68 |
-
"residual_scaling": 1.0,
|
69 |
-
"has_lm_head_bias": false
|
70 |
-
},
|
71 |
-
"build_config": {
|
72 |
-
"max_input_len": 1,
|
73 |
-
"max_seq_len": 101,
|
74 |
-
"opt_batch_size": null,
|
75 |
-
"max_batch_size": 256,
|
76 |
-
"max_beam_width": 1,
|
77 |
-
"max_num_tokens": 8192,
|
78 |
-
"opt_num_tokens": 256,
|
79 |
-
"max_prompt_embedding_table_size": 0,
|
80 |
-
"gather_context_logits": false,
|
81 |
-
"gather_generation_logits": false,
|
82 |
-
"strongly_typed": true,
|
83 |
-
"builder_opt": null,
|
84 |
-
"force_num_profiles": null,
|
85 |
-
"profiling_verbosity": "layer_names_only",
|
86 |
-
"enable_debug_output": false,
|
87 |
-
"max_draft_len": 0,
|
88 |
-
"speculative_decoding_mode": 1,
|
89 |
-
"use_refit": false,
|
90 |
-
"input_timing_cache": null,
|
91 |
-
"output_timing_cache": "model.cache",
|
92 |
-
"lora_config": {
|
93 |
-
"lora_dir": [],
|
94 |
-
"lora_ckpt_source": "hf",
|
95 |
-
"max_lora_rank": 64,
|
96 |
-
"lora_target_modules": [],
|
97 |
-
"trtllm_modules_to_hf_modules": {}
|
98 |
-
},
|
99 |
-
"auto_parallel_config": {
|
100 |
-
"world_size": 1,
|
101 |
-
"gpus_per_node": 8,
|
102 |
-
"cluster_key": "A100-SXM-80GB",
|
103 |
-
"cluster_info": null,
|
104 |
-
"sharding_cost_model": "alpha_beta",
|
105 |
-
"comm_cost_model": "alpha_beta",
|
106 |
-
"enable_pipeline_parallelism": false,
|
107 |
-
"enable_shard_unbalanced_shape": false,
|
108 |
-
"enable_shard_dynamic_shape": false,
|
109 |
-
"enable_reduce_scatter": true,
|
110 |
-
"builder_flags": null,
|
111 |
-
"debug_mode": false,
|
112 |
-
"infer_shape": true,
|
113 |
-
"validation_mode": false,
|
114 |
-
"same_buffer_io": {
|
115 |
-
"past_key_value_(\\d+)": "present_key_value_\\1"
|
116 |
-
},
|
117 |
-
"same_spec_io": {},
|
118 |
-
"sharded_io_allowlist": [
|
119 |
-
"past_key_value_\\d+",
|
120 |
-
"present_key_value_\\d*"
|
121 |
-
],
|
122 |
-
"fill_weights": false,
|
123 |
-
"parallel_config_cache": null,
|
124 |
-
"profile_cache": null,
|
125 |
-
"dump_path": null,
|
126 |
-
"debug_outputs": []
|
127 |
-
},
|
128 |
-
"weight_sparsity": false,
|
129 |
-
"weight_streaming": false,
|
130 |
-
"plugin_config": {
|
131 |
-
"dtype": "bfloat16",
|
132 |
-
"bert_attention_plugin": "bfloat16",
|
133 |
-
"gpt_attention_plugin": "bfloat16",
|
134 |
-
"gemm_plugin": "bfloat16",
|
135 |
-
"gemm_swiglu_plugin": null,
|
136 |
-
"fp8_rowwise_gemm_plugin": null,
|
137 |
-
"smooth_quant_gemm_plugin": null,
|
138 |
-
"identity_plugin": null,
|
139 |
-
"layernorm_quantization_plugin": null,
|
140 |
-
"rmsnorm_quantization_plugin": null,
|
141 |
-
"nccl_plugin": null,
|
142 |
-
"lookup_plugin": null,
|
143 |
-
"lora_plugin": null,
|
144 |
-
"weight_only_groupwise_quant_matmul_plugin": null,
|
145 |
-
"weight_only_quant_matmul_plugin": null,
|
146 |
-
"quantize_per_token_plugin": false,
|
147 |
-
"quantize_tensor_plugin": false,
|
148 |
-
"moe_plugin": null,
|
149 |
-
"mamba_conv1d_plugin": "auto",
|
150 |
-
"context_fmha": true,
|
151 |
-
"bert_context_fmha_fp32_acc": false,
|
152 |
-
"paged_kv_cache": false,
|
153 |
-
"remove_input_padding": true,
|
154 |
-
"reduce_fusion": false,
|
155 |
-
"enable_xqa": false,
|
156 |
-
"tokens_per_block": 64,
|
157 |
-
"use_paged_context_fmha": false,
|
158 |
-
"use_fp8_context_fmha": false,
|
159 |
-
"multiple_profiles": false,
|
160 |
-
"paged_state": true,
|
161 |
-
"streamingllm": false,
|
162 |
-
"manage_weights": false
|
163 |
-
},
|
164 |
-
"use_strip_plan": false,
|
165 |
-
"max_encoder_input_len": 588,
|
166 |
-
"use_fused_mlp": false
|
167 |
-
}
|
168 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|