Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- config.json +128 -0
- rank0.engine +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ 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
|
config.json
ADDED
|
@@ -0,0 +1,128 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "0.9.0.dev2024032600",
|
| 3 |
+
"pretrained_config": {
|
| 4 |
+
"architecture": "BloomForCausalLM",
|
| 5 |
+
"dtype": "float16",
|
| 6 |
+
"logits_dtype": "float32",
|
| 7 |
+
"vocab_size": 250880,
|
| 8 |
+
"max_position_embeddings": null,
|
| 9 |
+
"hidden_size": 1024,
|
| 10 |
+
"num_hidden_layers": 24,
|
| 11 |
+
"num_attention_heads": 16,
|
| 12 |
+
"num_key_value_heads": 16,
|
| 13 |
+
"head_size": 64,
|
| 14 |
+
"hidden_act": "gelu",
|
| 15 |
+
"intermediate_size": 4096,
|
| 16 |
+
"norm_epsilon": 1e-05,
|
| 17 |
+
"position_embedding_type": "alibi",
|
| 18 |
+
"use_parallel_embedding": false,
|
| 19 |
+
"embedding_sharding_dim": 0,
|
| 20 |
+
"share_embedding_table": false,
|
| 21 |
+
"mapping": {
|
| 22 |
+
"world_size": 1,
|
| 23 |
+
"tp_size": 1,
|
| 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 |
+
},
|
| 37 |
+
"build_config": {
|
| 38 |
+
"max_input_len": 1024,
|
| 39 |
+
"max_output_len": 1024,
|
| 40 |
+
"max_batch_size": 1,
|
| 41 |
+
"max_beam_width": 1,
|
| 42 |
+
"max_num_tokens": 1024,
|
| 43 |
+
"opt_num_tokens": 1,
|
| 44 |
+
"max_prompt_embedding_table_size": 0,
|
| 45 |
+
"gather_context_logits": false,
|
| 46 |
+
"gather_generation_logits": false,
|
| 47 |
+
"strongly_typed": false,
|
| 48 |
+
"builder_opt": null,
|
| 49 |
+
"profiling_verbosity": "layer_names_only",
|
| 50 |
+
"enable_debug_output": false,
|
| 51 |
+
"max_draft_len": 0,
|
| 52 |
+
"use_refit": false,
|
| 53 |
+
"input_timing_cache": null,
|
| 54 |
+
"output_timing_cache": "model.cache",
|
| 55 |
+
"lora_config": {
|
| 56 |
+
"lora_dir": [],
|
| 57 |
+
"lora_ckpt_source": "hf",
|
| 58 |
+
"max_lora_rank": 64,
|
| 59 |
+
"lora_target_modules": [],
|
| 60 |
+
"trtllm_modules_to_hf_modules": {}
|
| 61 |
+
},
|
| 62 |
+
"auto_parallel_config": {
|
| 63 |
+
"world_size": 1,
|
| 64 |
+
"gpus_per_node": 8,
|
| 65 |
+
"cluster_key": "H100-PCIe",
|
| 66 |
+
"cluster_info": null,
|
| 67 |
+
"sharding_cost_model": "alpha_beta",
|
| 68 |
+
"comm_cost_model": "alpha_beta",
|
| 69 |
+
"enable_pipeline_parallelism": false,
|
| 70 |
+
"enable_shard_unbalanced_shape": false,
|
| 71 |
+
"enable_shard_dynamic_shape": false,
|
| 72 |
+
"enable_reduce_scatter": true,
|
| 73 |
+
"builder_flags": null,
|
| 74 |
+
"debug_mode": false,
|
| 75 |
+
"infer_shape": true,
|
| 76 |
+
"validation_mode": false,
|
| 77 |
+
"same_buffer_io": {
|
| 78 |
+
"past_key_value_(\\d+)": "present_key_value_\\1"
|
| 79 |
+
},
|
| 80 |
+
"same_spec_io": {},
|
| 81 |
+
"sharded_io_allowlist": [
|
| 82 |
+
"past_key_value_\\d+",
|
| 83 |
+
"present_key_value_\\d*"
|
| 84 |
+
],
|
| 85 |
+
"fast_reduce": true,
|
| 86 |
+
"fill_weights": false,
|
| 87 |
+
"parallel_config_cache": null,
|
| 88 |
+
"profile_cache": null,
|
| 89 |
+
"dump_path": null,
|
| 90 |
+
"debug_outputs": []
|
| 91 |
+
},
|
| 92 |
+
"weight_sparsity": false,
|
| 93 |
+
"use_fused_mlp": false,
|
| 94 |
+
"plugin_config": {
|
| 95 |
+
"bert_attention_plugin": "float16",
|
| 96 |
+
"gpt_attention_plugin": "float16",
|
| 97 |
+
"gemm_plugin": "float16",
|
| 98 |
+
"smooth_quant_gemm_plugin": null,
|
| 99 |
+
"identity_plugin": null,
|
| 100 |
+
"layernorm_quantization_plugin": null,
|
| 101 |
+
"rmsnorm_quantization_plugin": null,
|
| 102 |
+
"nccl_plugin": null,
|
| 103 |
+
"lookup_plugin": null,
|
| 104 |
+
"lora_plugin": null,
|
| 105 |
+
"weight_only_groupwise_quant_matmul_plugin": null,
|
| 106 |
+
"weight_only_quant_matmul_plugin": null,
|
| 107 |
+
"quantize_per_token_plugin": false,
|
| 108 |
+
"quantize_tensor_plugin": false,
|
| 109 |
+
"moe_plugin": "float16",
|
| 110 |
+
"mamba_conv1d_plugin": "float16",
|
| 111 |
+
"context_fmha": true,
|
| 112 |
+
"context_fmha_fp32_acc": false,
|
| 113 |
+
"paged_kv_cache": true,
|
| 114 |
+
"remove_input_padding": true,
|
| 115 |
+
"use_custom_all_reduce": true,
|
| 116 |
+
"multi_block_mode": false,
|
| 117 |
+
"enable_xqa": true,
|
| 118 |
+
"attention_qk_half_accumulation": false,
|
| 119 |
+
"tokens_per_block": 128,
|
| 120 |
+
"use_paged_context_fmha": false,
|
| 121 |
+
"use_fp8_context_fmha": false,
|
| 122 |
+
"use_context_fmha_for_generation": false,
|
| 123 |
+
"multiple_profiles": false,
|
| 124 |
+
"paged_state": true,
|
| 125 |
+
"streamingllm": false
|
| 126 |
+
}
|
| 127 |
+
}
|
| 128 |
+
}
|
rank0.engine
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:769321b9649699d08b2c75808020b41303609476012f3329821e7fb42a6df0af
|
| 3 |
+
size 1634848452
|