Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- decoder/config.json +183 -0
- decoder/rank0.engine +3 -0
- encoder/config.json +161 -0
- encoder/rank0.engine +3 -0
- tokenizer.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ 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 |
+
decoder/rank0.engine filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
encoder/rank0.engine filter=lfs diff=lfs merge=lfs -text
|
decoder/config.json
ADDED
|
@@ -0,0 +1,183 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "0.21.0",
|
| 3 |
+
"pretrained_config": {
|
| 4 |
+
"architecture": "DecoderModel",
|
| 5 |
+
"dtype": "float16",
|
| 6 |
+
"vocab_size": 51865,
|
| 7 |
+
"hidden_size": 1024,
|
| 8 |
+
"num_hidden_layers": 24,
|
| 9 |
+
"num_attention_heads": 16,
|
| 10 |
+
"hidden_act": "gelu",
|
| 11 |
+
"logits_dtype": "float16",
|
| 12 |
+
"norm_epsilon": 1e-05,
|
| 13 |
+
"runtime_defaults": null,
|
| 14 |
+
"position_embedding_type": "learned_absolute",
|
| 15 |
+
"num_key_value_heads": 16,
|
| 16 |
+
"intermediate_size": 4096,
|
| 17 |
+
"max_position_embeddings": 448,
|
| 18 |
+
"mapping": {
|
| 19 |
+
"world_size": 1,
|
| 20 |
+
"gpus_per_node": 8,
|
| 21 |
+
"cp_size": 1,
|
| 22 |
+
"tp_size": 1,
|
| 23 |
+
"pp_size": 1,
|
| 24 |
+
"moe_tp_size": 1,
|
| 25 |
+
"moe_cluster_size": 1,
|
| 26 |
+
"moe_ep_size": 1,
|
| 27 |
+
"attn_tp_size": 1,
|
| 28 |
+
"attn_cp_size": 1,
|
| 29 |
+
"auto_parallel": false
|
| 30 |
+
},
|
| 31 |
+
"quantization": {
|
| 32 |
+
"quant_algo": "W8A16",
|
| 33 |
+
"kv_cache_quant_algo": null,
|
| 34 |
+
"group_size": 128,
|
| 35 |
+
"smoothquant_val": 0.5,
|
| 36 |
+
"clamp_val": null,
|
| 37 |
+
"use_meta_recipe": false,
|
| 38 |
+
"has_zero_point": false,
|
| 39 |
+
"pre_quant_scale": false,
|
| 40 |
+
"exclude_modules": null
|
| 41 |
+
},
|
| 42 |
+
"use_parallel_embedding": false,
|
| 43 |
+
"embedding_sharding_dim": 0,
|
| 44 |
+
"head_size": 64,
|
| 45 |
+
"qk_layernorm": false,
|
| 46 |
+
"rotary_embedding_dim": 64,
|
| 47 |
+
"use_prompt_tuning": false,
|
| 48 |
+
"has_position_embedding": true,
|
| 49 |
+
"layernorm_type": 0,
|
| 50 |
+
"has_attention_qkvo_bias": true,
|
| 51 |
+
"has_mlp_bias": true,
|
| 52 |
+
"has_model_final_layernorm": true,
|
| 53 |
+
"has_embedding_layernorm": false,
|
| 54 |
+
"has_embedding_scale": false,
|
| 55 |
+
"ffn_hidden_size": 4096,
|
| 56 |
+
"q_scaling": 1.0,
|
| 57 |
+
"layernorm_position": 0,
|
| 58 |
+
"relative_attention": false,
|
| 59 |
+
"max_distance": 0,
|
| 60 |
+
"num_buckets": 0,
|
| 61 |
+
"model_type": "whisper",
|
| 62 |
+
"rescale_before_lm_head": false,
|
| 63 |
+
"encoder_hidden_size": 1024,
|
| 64 |
+
"encoder_num_heads": 16,
|
| 65 |
+
"encoder_head_size": null,
|
| 66 |
+
"skip_cross_kv": false,
|
| 67 |
+
"type_vocab_size": null,
|
| 68 |
+
"encoder_num_kv_heads": null,
|
| 69 |
+
"mlp_type": 0,
|
| 70 |
+
"residual_scaling": 1.0,
|
| 71 |
+
"has_lm_head_bias": false
|
| 72 |
+
},
|
| 73 |
+
"build_config": {
|
| 74 |
+
"max_input_len": 100,
|
| 75 |
+
"max_seq_len": 400,
|
| 76 |
+
"opt_batch_size": 8,
|
| 77 |
+
"max_batch_size": 40,
|
| 78 |
+
"max_beam_width": 5,
|
| 79 |
+
"max_num_tokens": 8192,
|
| 80 |
+
"opt_num_tokens": 200,
|
| 81 |
+
"max_prompt_embedding_table_size": 0,
|
| 82 |
+
"kv_cache_type": "PAGED",
|
| 83 |
+
"gather_context_logits": false,
|
| 84 |
+
"gather_generation_logits": true,
|
| 85 |
+
"strongly_typed": true,
|
| 86 |
+
"force_num_profiles": null,
|
| 87 |
+
"profiling_verbosity": "layer_names_only",
|
| 88 |
+
"enable_debug_output": false,
|
| 89 |
+
"max_draft_len": 0,
|
| 90 |
+
"speculative_decoding_mode": 1,
|
| 91 |
+
"use_refit": false,
|
| 92 |
+
"input_timing_cache": null,
|
| 93 |
+
"output_timing_cache": "model.cache",
|
| 94 |
+
"lora_config": {
|
| 95 |
+
"lora_dir": [],
|
| 96 |
+
"lora_ckpt_source": "hf",
|
| 97 |
+
"max_lora_rank": 64,
|
| 98 |
+
"lora_target_modules": [],
|
| 99 |
+
"trtllm_modules_to_hf_modules": {},
|
| 100 |
+
"max_loras": 4,
|
| 101 |
+
"max_cpu_loras": 4
|
| 102 |
+
},
|
| 103 |
+
"auto_parallel_config": {
|
| 104 |
+
"world_size": 1,
|
| 105 |
+
"gpus_per_node": 8,
|
| 106 |
+
"cluster_key": "H100-PCIe",
|
| 107 |
+
"cluster_info": null,
|
| 108 |
+
"sharding_cost_model": "alpha_beta",
|
| 109 |
+
"comm_cost_model": "alpha_beta",
|
| 110 |
+
"enable_pipeline_parallelism": false,
|
| 111 |
+
"enable_shard_unbalanced_shape": false,
|
| 112 |
+
"enable_shard_dynamic_shape": false,
|
| 113 |
+
"enable_reduce_scatter": true,
|
| 114 |
+
"builder_flags": null,
|
| 115 |
+
"debug_mode": false,
|
| 116 |
+
"infer_shape": true,
|
| 117 |
+
"validation_mode": false,
|
| 118 |
+
"same_buffer_io": {
|
| 119 |
+
"past_key_value_(\\d+)": "present_key_value_\\1"
|
| 120 |
+
},
|
| 121 |
+
"same_spec_io": {},
|
| 122 |
+
"sharded_io_allowlist": [
|
| 123 |
+
"past_key_value_\\d+",
|
| 124 |
+
"present_key_value_\\d*"
|
| 125 |
+
],
|
| 126 |
+
"fill_weights": false,
|
| 127 |
+
"parallel_config_cache": null,
|
| 128 |
+
"profile_cache": null,
|
| 129 |
+
"dump_path": null,
|
| 130 |
+
"debug_outputs": []
|
| 131 |
+
},
|
| 132 |
+
"weight_sparsity": false,
|
| 133 |
+
"weight_streaming": false,
|
| 134 |
+
"plugin_config": {
|
| 135 |
+
"dtype": "float16",
|
| 136 |
+
"bert_attention_plugin": "float16",
|
| 137 |
+
"gpt_attention_plugin": "float16",
|
| 138 |
+
"gemm_plugin": "float16",
|
| 139 |
+
"explicitly_disable_gemm_plugin": false,
|
| 140 |
+
"gemm_swiglu_plugin": null,
|
| 141 |
+
"fp8_rowwise_gemm_plugin": null,
|
| 142 |
+
"qserve_gemm_plugin": null,
|
| 143 |
+
"identity_plugin": null,
|
| 144 |
+
"nccl_plugin": null,
|
| 145 |
+
"lora_plugin": null,
|
| 146 |
+
"dora_plugin": false,
|
| 147 |
+
"weight_only_groupwise_quant_matmul_plugin": null,
|
| 148 |
+
"weight_only_quant_matmul_plugin": "float16",
|
| 149 |
+
"smooth_quant_plugins": true,
|
| 150 |
+
"smooth_quant_gemm_plugin": null,
|
| 151 |
+
"layernorm_quantization_plugin": null,
|
| 152 |
+
"rmsnorm_quantization_plugin": null,
|
| 153 |
+
"quantize_per_token_plugin": false,
|
| 154 |
+
"quantize_tensor_plugin": false,
|
| 155 |
+
"moe_plugin": null,
|
| 156 |
+
"mamba_conv1d_plugin": "auto",
|
| 157 |
+
"low_latency_gemm_plugin": null,
|
| 158 |
+
"low_latency_gemm_swiglu_plugin": null,
|
| 159 |
+
"gemm_allreduce_plugin": null,
|
| 160 |
+
"context_fmha": true,
|
| 161 |
+
"bert_context_fmha_fp32_acc": false,
|
| 162 |
+
"paged_kv_cache": true,
|
| 163 |
+
"remove_input_padding": true,
|
| 164 |
+
"norm_quant_fusion": false,
|
| 165 |
+
"reduce_fusion": false,
|
| 166 |
+
"user_buffer": false,
|
| 167 |
+
"tokens_per_block": 32,
|
| 168 |
+
"use_paged_context_fmha": true,
|
| 169 |
+
"use_fp8_context_fmha": false,
|
| 170 |
+
"fuse_fp4_quant": false,
|
| 171 |
+
"multiple_profiles": false,
|
| 172 |
+
"paged_state": false,
|
| 173 |
+
"streamingllm": false,
|
| 174 |
+
"manage_weights": false,
|
| 175 |
+
"use_fused_mlp": true,
|
| 176 |
+
"pp_reduce_scatter": false
|
| 177 |
+
},
|
| 178 |
+
"use_strip_plan": false,
|
| 179 |
+
"max_encoder_input_len": 1500,
|
| 180 |
+
"monitor_memory": false,
|
| 181 |
+
"use_mrope": false
|
| 182 |
+
}
|
| 183 |
+
}
|
decoder/rank0.engine
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41103ed4b8bce4acfbdfda5a932b57ef9fcaed5d0713c07f2cd8c1c7c5983b97
|
| 3 |
+
size 625582172
|
encoder/config.json
ADDED
|
@@ -0,0 +1,161 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "0.21.0",
|
| 3 |
+
"pretrained_config": {
|
| 4 |
+
"architecture": "WhisperEncoder",
|
| 5 |
+
"dtype": "float16",
|
| 6 |
+
"vocab_size": 51865,
|
| 7 |
+
"hidden_size": 1024,
|
| 8 |
+
"num_hidden_layers": 24,
|
| 9 |
+
"num_attention_heads": 16,
|
| 10 |
+
"hidden_act": "gelu",
|
| 11 |
+
"logits_dtype": "float32",
|
| 12 |
+
"norm_epsilon": 1e-05,
|
| 13 |
+
"runtime_defaults": null,
|
| 14 |
+
"position_embedding_type": "learned_absolute",
|
| 15 |
+
"num_key_value_heads": 16,
|
| 16 |
+
"intermediate_size": 4096,
|
| 17 |
+
"max_position_embeddings": 1500,
|
| 18 |
+
"mapping": {
|
| 19 |
+
"world_size": 1,
|
| 20 |
+
"gpus_per_node": 8,
|
| 21 |
+
"cp_size": 1,
|
| 22 |
+
"tp_size": 1,
|
| 23 |
+
"pp_size": 1,
|
| 24 |
+
"moe_tp_size": 1,
|
| 25 |
+
"moe_cluster_size": 1,
|
| 26 |
+
"moe_ep_size": 1,
|
| 27 |
+
"attn_tp_size": 1,
|
| 28 |
+
"attn_cp_size": 1,
|
| 29 |
+
"auto_parallel": false
|
| 30 |
+
},
|
| 31 |
+
"quantization": {
|
| 32 |
+
"quant_algo": "W8A16",
|
| 33 |
+
"kv_cache_quant_algo": null,
|
| 34 |
+
"group_size": 128,
|
| 35 |
+
"smoothquant_val": 0.5,
|
| 36 |
+
"clamp_val": null,
|
| 37 |
+
"use_meta_recipe": false,
|
| 38 |
+
"has_zero_point": false,
|
| 39 |
+
"pre_quant_scale": false,
|
| 40 |
+
"exclude_modules": null
|
| 41 |
+
},
|
| 42 |
+
"use_parallel_embedding": false,
|
| 43 |
+
"embedding_sharding_dim": 0,
|
| 44 |
+
"head_size": 64,
|
| 45 |
+
"qk_layernorm": false,
|
| 46 |
+
"rotary_embedding_dim": 64,
|
| 47 |
+
"has_position_embedding": true,
|
| 48 |
+
"n_mels": 80,
|
| 49 |
+
"num_languages": 99
|
| 50 |
+
},
|
| 51 |
+
"build_config": {
|
| 52 |
+
"max_input_len": 1024,
|
| 53 |
+
"max_seq_len": 1500,
|
| 54 |
+
"opt_batch_size": 8,
|
| 55 |
+
"max_batch_size": 40,
|
| 56 |
+
"max_beam_width": 1,
|
| 57 |
+
"max_num_tokens": 8192,
|
| 58 |
+
"opt_num_tokens": 40,
|
| 59 |
+
"max_prompt_embedding_table_size": 0,
|
| 60 |
+
"kv_cache_type": "PAGED",
|
| 61 |
+
"gather_context_logits": false,
|
| 62 |
+
"gather_generation_logits": false,
|
| 63 |
+
"strongly_typed": true,
|
| 64 |
+
"force_num_profiles": null,
|
| 65 |
+
"profiling_verbosity": "layer_names_only",
|
| 66 |
+
"enable_debug_output": false,
|
| 67 |
+
"max_draft_len": 0,
|
| 68 |
+
"speculative_decoding_mode": 1,
|
| 69 |
+
"use_refit": false,
|
| 70 |
+
"input_timing_cache": null,
|
| 71 |
+
"output_timing_cache": "model.cache",
|
| 72 |
+
"lora_config": {
|
| 73 |
+
"lora_dir": [],
|
| 74 |
+
"lora_ckpt_source": "hf",
|
| 75 |
+
"max_lora_rank": 64,
|
| 76 |
+
"lora_target_modules": [],
|
| 77 |
+
"trtllm_modules_to_hf_modules": {},
|
| 78 |
+
"max_loras": 4,
|
| 79 |
+
"max_cpu_loras": 4
|
| 80 |
+
},
|
| 81 |
+
"auto_parallel_config": {
|
| 82 |
+
"world_size": 1,
|
| 83 |
+
"gpus_per_node": 8,
|
| 84 |
+
"cluster_key": "H100-PCIe",
|
| 85 |
+
"cluster_info": null,
|
| 86 |
+
"sharding_cost_model": "alpha_beta",
|
| 87 |
+
"comm_cost_model": "alpha_beta",
|
| 88 |
+
"enable_pipeline_parallelism": false,
|
| 89 |
+
"enable_shard_unbalanced_shape": false,
|
| 90 |
+
"enable_shard_dynamic_shape": false,
|
| 91 |
+
"enable_reduce_scatter": true,
|
| 92 |
+
"builder_flags": null,
|
| 93 |
+
"debug_mode": false,
|
| 94 |
+
"infer_shape": true,
|
| 95 |
+
"validation_mode": false,
|
| 96 |
+
"same_buffer_io": {
|
| 97 |
+
"past_key_value_(\\d+)": "present_key_value_\\1"
|
| 98 |
+
},
|
| 99 |
+
"same_spec_io": {},
|
| 100 |
+
"sharded_io_allowlist": [
|
| 101 |
+
"past_key_value_\\d+",
|
| 102 |
+
"present_key_value_\\d*"
|
| 103 |
+
],
|
| 104 |
+
"fill_weights": false,
|
| 105 |
+
"parallel_config_cache": null,
|
| 106 |
+
"profile_cache": null,
|
| 107 |
+
"dump_path": null,
|
| 108 |
+
"debug_outputs": []
|
| 109 |
+
},
|
| 110 |
+
"weight_sparsity": false,
|
| 111 |
+
"weight_streaming": false,
|
| 112 |
+
"plugin_config": {
|
| 113 |
+
"dtype": "float16",
|
| 114 |
+
"bert_attention_plugin": "float16",
|
| 115 |
+
"gpt_attention_plugin": "auto",
|
| 116 |
+
"gemm_plugin": null,
|
| 117 |
+
"explicitly_disable_gemm_plugin": true,
|
| 118 |
+
"gemm_swiglu_plugin": null,
|
| 119 |
+
"fp8_rowwise_gemm_plugin": null,
|
| 120 |
+
"qserve_gemm_plugin": null,
|
| 121 |
+
"identity_plugin": null,
|
| 122 |
+
"nccl_plugin": null,
|
| 123 |
+
"lora_plugin": null,
|
| 124 |
+
"dora_plugin": false,
|
| 125 |
+
"weight_only_groupwise_quant_matmul_plugin": null,
|
| 126 |
+
"weight_only_quant_matmul_plugin": "float16",
|
| 127 |
+
"smooth_quant_plugins": true,
|
| 128 |
+
"smooth_quant_gemm_plugin": null,
|
| 129 |
+
"layernorm_quantization_plugin": null,
|
| 130 |
+
"rmsnorm_quantization_plugin": null,
|
| 131 |
+
"quantize_per_token_plugin": false,
|
| 132 |
+
"quantize_tensor_plugin": false,
|
| 133 |
+
"moe_plugin": null,
|
| 134 |
+
"mamba_conv1d_plugin": "auto",
|
| 135 |
+
"low_latency_gemm_plugin": null,
|
| 136 |
+
"low_latency_gemm_swiglu_plugin": null,
|
| 137 |
+
"gemm_allreduce_plugin": null,
|
| 138 |
+
"context_fmha": true,
|
| 139 |
+
"bert_context_fmha_fp32_acc": false,
|
| 140 |
+
"paged_kv_cache": true,
|
| 141 |
+
"remove_input_padding": true,
|
| 142 |
+
"norm_quant_fusion": false,
|
| 143 |
+
"reduce_fusion": false,
|
| 144 |
+
"user_buffer": false,
|
| 145 |
+
"tokens_per_block": 32,
|
| 146 |
+
"use_paged_context_fmha": true,
|
| 147 |
+
"use_fp8_context_fmha": false,
|
| 148 |
+
"fuse_fp4_quant": false,
|
| 149 |
+
"multiple_profiles": false,
|
| 150 |
+
"paged_state": false,
|
| 151 |
+
"streamingllm": false,
|
| 152 |
+
"manage_weights": false,
|
| 153 |
+
"use_fused_mlp": true,
|
| 154 |
+
"pp_reduce_scatter": false
|
| 155 |
+
},
|
| 156 |
+
"use_strip_plan": false,
|
| 157 |
+
"max_encoder_input_len": 1024,
|
| 158 |
+
"monitor_memory": false,
|
| 159 |
+
"use_mrope": false
|
| 160 |
+
}
|
| 161 |
+
}
|
encoder/rank0.engine
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7ccfbe1f929bb932cc0ea9a257b4ad51421bb1a2ed75331f0071708e12df125
|
| 3 |
+
size 321145620
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|