mrzidd commited on
Commit
50139e8
1 Parent(s): 1896f16

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +61 -0
  2. rank0.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "LlamaForCausalLM",
3
+ "dtype": "float16",
4
+ "logits_dtype": "float32",
5
+ "num_hidden_layers": 32,
6
+ "num_attention_heads": 32,
7
+ "hidden_size": 4096,
8
+ "intermediate_size": 14336,
9
+ "num_key_value_heads": 8,
10
+ "vocab_size": 128256,
11
+ "position_embedding_type": "rope_gpt_neox",
12
+ "max_position_embeddings": 8192,
13
+ "hidden_act": "silu",
14
+ "rotary_base": 10000.0,
15
+ "rotary_scaling": null,
16
+ "norm_epsilon": 1e-05,
17
+ "quantization": {
18
+ "quant_algo": null,
19
+ "kv_cache_quant_algo": null,
20
+ "sq_use_plugin": false,
21
+ "exclude_modules": [
22
+ "lm_head"
23
+ ]
24
+ },
25
+ "mapping": {
26
+ "world_size": 1,
27
+ "tp_size": 1,
28
+ "pp_size": 1
29
+ },
30
+ "use_parallel_embedding": false,
31
+ "embedding_sharding_dim": 0,
32
+ "share_embedding_table": false,
33
+ "use_prompt_tuning": false,
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
+ "max_lora_rank": 64,
41
+ "lora_target_modules": null,
42
+ "hf_modules_to_trtllm_modules": {
43
+ "q_proj": "attn_q",
44
+ "k_proj": "attn_k",
45
+ "v_proj": "attn_v",
46
+ "o_proj": "attn_dense",
47
+ "gate_proj": "mlp_h_to_4h",
48
+ "down_proj": "mlp_4h_to_h",
49
+ "up_proj": "mlp_gate"
50
+ },
51
+ "trtllm_modules_to_hf_modules": {
52
+ "attn_q": "q_proj",
53
+ "attn_k": "k_proj",
54
+ "attn_v": "v_proj",
55
+ "attn_dense": "o_proj",
56
+ "mlp_h_to_4h": "gate_proj",
57
+ "mlp_4h_to_h": "down_proj",
58
+ "mlp_gate": "up_proj"
59
+ },
60
+ "disable_weight_only_quant_plugin": false
61
+ }
rank0.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fddd4f3ad74ea97b5172b2b32fbaaabbe944a20da57e2bc2c4a5f32c81eebbe
3
+ size 16060549168