Schmadge commited on
Commit
96a9519
·
verified ·
1 Parent(s): 8152e0b

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. .gitattributes +2 -0
  2. config.json +115 -0
  3. rank0.engine +3 -0
  4. rank1.engine +3 -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
+ rank0.engine filter=lfs diff=lfs merge=lfs -text
37
+ rank1.engine filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "0.9.0.dev2024022000",
3
+ "pretrained_config": {
4
+ "architecture": "LlamaForCausalLM",
5
+ "dtype": "float16",
6
+ "logits_dtype": "float16",
7
+ "vocab_size": 32256,
8
+ "max_position_embeddings": 16384,
9
+ "hidden_size": 7168,
10
+ "num_hidden_layers": 62,
11
+ "num_attention_heads": 56,
12
+ "num_key_value_heads": 8,
13
+ "head_size": 128,
14
+ "hidden_act": "silu",
15
+ "intermediate_size": 19200,
16
+ "norm_epsilon": 1e-06,
17
+ "position_embedding_type": "rope_gpt_neox",
18
+ "use_prompt_tuning": false,
19
+ "use_parallel_embedding": false,
20
+ "embedding_sharding_dim": 0,
21
+ "share_embedding_table": false,
22
+ "mapping": {
23
+ "world_size": 2,
24
+ "tp_size": 2,
25
+ "pp_size": 1
26
+ },
27
+ "kv_dtype": "float16",
28
+ "max_lora_rank": 64,
29
+ "rotary_base": 10000.0,
30
+ "rotary_scaling": {
31
+ "type": "linear",
32
+ "factor": 4.0
33
+ },
34
+ "moe_num_experts": 0,
35
+ "moe_top_k": 0,
36
+ "moe_tp_mode": 2,
37
+ "moe_normalization_mode": 1,
38
+ "enable_pos_shift": false,
39
+ "dense_context_fmha": false,
40
+ "lora_target_modules": null,
41
+ "hf_modules_to_trtllm_modules": {
42
+ "q_proj": "attn_q",
43
+ "k_proj": "attn_k",
44
+ "v_proj": "attn_v",
45
+ "o_proj": "attn_dense",
46
+ "gate_proj": "mlp_h_to_4h",
47
+ "down_proj": "mlp_4h_to_h",
48
+ "up_proj": "mlp_gate"
49
+ },
50
+ "trtllm_modules_to_hf_modules": {
51
+ "attn_q": "q_proj",
52
+ "attn_k": "k_proj",
53
+ "attn_v": "v_proj",
54
+ "attn_dense": "o_proj",
55
+ "mlp_h_to_4h": "gate_proj",
56
+ "mlp_4h_to_h": "down_proj",
57
+ "mlp_gate": "up_proj"
58
+ },
59
+ "disable_weight_only_quant_plugin": false,
60
+ "mlp_bias": false,
61
+ "attn_bias": false,
62
+ "quantization": {
63
+ "quant_algo": null,
64
+ "kv_cache_quant_algo": null,
65
+ "group_size": 128,
66
+ "has_zero_point": false,
67
+ "pre_quant_scale": false,
68
+ "exclude_modules": null,
69
+ "sq_use_plugin": false
70
+ }
71
+ },
72
+ "build_config": {
73
+ "max_input_len": 2000,
74
+ "max_output_len": 2000,
75
+ "max_batch_size": 8,
76
+ "max_beam_width": 1,
77
+ "max_num_tokens": null,
78
+ "max_prompt_embedding_table_size": 0,
79
+ "gather_context_logits": false,
80
+ "gather_generation_logits": false,
81
+ "strongly_typed": false,
82
+ "builder_opt": null,
83
+ "profiling_verbosity": "layer_names_only",
84
+ "enable_debug_output": false,
85
+ "max_draft_len": 0,
86
+ "plugin_config": {
87
+ "bert_attention_plugin": "float16",
88
+ "gpt_attention_plugin": "float16",
89
+ "gemm_plugin": "float16",
90
+ "smooth_quant_gemm_plugin": null,
91
+ "identity_plugin": null,
92
+ "layernorm_quantization_plugin": null,
93
+ "rmsnorm_quantization_plugin": null,
94
+ "nccl_plugin": "float16",
95
+ "lookup_plugin": null,
96
+ "lora_plugin": null,
97
+ "weight_only_groupwise_quant_matmul_plugin": null,
98
+ "weight_only_quant_matmul_plugin": null,
99
+ "quantize_per_token_plugin": false,
100
+ "quantize_tensor_plugin": false,
101
+ "moe_plugin": "float16",
102
+ "context_fmha": true,
103
+ "context_fmha_fp32_acc": false,
104
+ "paged_kv_cache": true,
105
+ "remove_input_padding": true,
106
+ "use_custom_all_reduce": true,
107
+ "multi_block_mode": false,
108
+ "enable_xqa": true,
109
+ "attention_qk_half_accumulation": false,
110
+ "tokens_per_block": 128,
111
+ "use_paged_context_fmha": false,
112
+ "use_context_fmha_for_generation": false
113
+ }
114
+ }
115
+ }
rank0.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:705ca09a31699650141e5c4c52e15576cd101600904dc8f0f23e531ca40c841b
3
+ size 33582860284
rank1.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:715ad035536257d088cb8a012a20652e7a34b7e1a90fcb79b5f97cf9d4411387
3
+ size 33582860284