jburtoft commited on
Commit
413d54b
·
verified ·
1 Parent(s): e995db3

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -1,35 +1,5 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
  *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ckpt filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
- *.model filter=lfs diff=lfs merge=lfs -text
13
- *.msgpack filter=lfs diff=lfs merge=lfs -text
14
- *.npy filter=lfs diff=lfs merge=lfs -text
15
- *.npz filter=lfs diff=lfs merge=lfs -text
16
- *.onnx filter=lfs diff=lfs merge=lfs -text
17
- *.ot filter=lfs diff=lfs merge=lfs -text
18
- *.parquet filter=lfs diff=lfs merge=lfs -text
19
- *.pb filter=lfs diff=lfs merge=lfs -text
20
- *.pickle filter=lfs diff=lfs merge=lfs -text
21
- *.pkl filter=lfs diff=lfs merge=lfs -text
22
  *.pt filter=lfs diff=lfs merge=lfs -text
23
  *.pth filter=lfs diff=lfs merge=lfs -text
24
- *.rar filter=lfs diff=lfs merge=lfs -text
25
- *.safetensors filter=lfs diff=lfs merge=lfs -text
26
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
- *.tar.* filter=lfs diff=lfs merge=lfs -text
28
- *.tar filter=lfs diff=lfs merge=lfs -text
29
- *.tflite filter=lfs diff=lfs merge=lfs -text
30
- *.tgz filter=lfs diff=lfs merge=lfs -text
31
- *.wasm filter=lfs diff=lfs merge=lfs -text
32
- *.xz 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
 
 
 
1
  *.bin filter=lfs diff=lfs merge=lfs -text
2
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  *.pt filter=lfs diff=lfs merge=lfs -text
4
  *.pth filter=lfs diff=lfs merge=lfs -text
5
+ *.onnx filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 4096,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 12288,
14
+ "max_position_embeddings": 40960,
15
+ "max_window_layers": 36,
16
+ "model_type": "qwen3",
17
+ "num_attention_heads": 32,
18
+ "num_hidden_layers": 36,
19
+ "num_key_value_heads": 8,
20
+ "rms_norm_eps": 1e-06,
21
+ "rope_scaling": null,
22
+ "rope_theta": 1000000,
23
+ "sliding_window": null,
24
+ "tie_word_embeddings": false,
25
+ "torch_dtype": "float32",
26
+ "transformers_version": "4.51.3",
27
+ "use_cache": true,
28
+ "use_sliding_window": false,
29
+ "vocab_size": 151936
30
+ }
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "temperature": 0.6,
10
+ "top_k": 20,
11
+ "top_p": 0.95,
12
+ "transformers_version": "4.51.3"
13
+ }
model-00001-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef9b808bfd5c4af1e368d95b372c491778c4c3e01f5fbfcd90fb51c1b27d0f30
3
+ size 4972454376
model-00002-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16dc83b786301a5dd6bb3f06b17c441fe14721afaf2dc803943ef8281291ed45
3
+ size 4832048608
model-00003-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd4ed71c9a980cbe472e5f5fc8bfe87d635a9f3bc04c490b352873176c8b2980
3
+ size 4832048656
model-00004-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d0d4a0e3852a965d1e2f1ee9f1b8264de6b1283851bc3060fd39d5f86d067f7
3
+ size 4999855528
model-00005-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a1256a3c728430e5cfc7293da789b898e46ca5ea9cafbda784e9436dbe3d2de
3
+ size 4832048672
model-00006-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecbff6633142c99d61a4287e61049177c82526c7295a8258027a3d6ee59ce598
3
+ size 4832048672
model-00007-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a73aac17dc5253f04c1aef1a09e9d8b97c817af244e7d74ae05de166e6329f86
3
+ size 3462482728
model.safetensors.index.json ADDED
@@ -0,0 +1,406 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 32762941440
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "model-00007-of-00007.safetensors",
7
+ "model.embed_tokens.weight": "model-00001-of-00007.safetensors",
8
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00007.safetensors",
9
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
10
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
12
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
13
+ "model.layers.0.self_attn.k_norm.weight": "model-00001-of-00007.safetensors",
14
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
15
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
16
+ "model.layers.0.self_attn.q_norm.weight": "model-00001-of-00007.safetensors",
17
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
18
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
19
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00007.safetensors",
20
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
21
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
22
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
23
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
24
+ "model.layers.1.self_attn.k_norm.weight": "model-00001-of-00007.safetensors",
25
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
26
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
27
+ "model.layers.1.self_attn.q_norm.weight": "model-00001-of-00007.safetensors",
28
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
29
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
30
+ "model.layers.10.input_layernorm.weight": "model-00003-of-00007.safetensors",
31
+ "model.layers.10.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
32
+ "model.layers.10.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
33
+ "model.layers.10.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
34
+ "model.layers.10.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
35
+ "model.layers.10.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
36
+ "model.layers.10.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
37
+ "model.layers.10.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
38
+ "model.layers.10.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
39
+ "model.layers.10.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
40
+ "model.layers.10.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
41
+ "model.layers.11.input_layernorm.weight": "model-00003-of-00007.safetensors",
42
+ "model.layers.11.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
43
+ "model.layers.11.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
44
+ "model.layers.11.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
45
+ "model.layers.11.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
46
+ "model.layers.11.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
47
+ "model.layers.11.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
48
+ "model.layers.11.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
49
+ "model.layers.11.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
50
+ "model.layers.11.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
51
+ "model.layers.11.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
52
+ "model.layers.12.input_layernorm.weight": "model-00003-of-00007.safetensors",
53
+ "model.layers.12.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
54
+ "model.layers.12.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
55
+ "model.layers.12.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
56
+ "model.layers.12.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
57
+ "model.layers.12.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
58
+ "model.layers.12.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
59
+ "model.layers.12.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
60
+ "model.layers.12.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
61
+ "model.layers.12.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
62
+ "model.layers.12.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
63
+ "model.layers.13.input_layernorm.weight": "model-00003-of-00007.safetensors",
64
+ "model.layers.13.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
65
+ "model.layers.13.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
66
+ "model.layers.13.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
67
+ "model.layers.13.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
68
+ "model.layers.13.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
69
+ "model.layers.13.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
70
+ "model.layers.13.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
71
+ "model.layers.13.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
72
+ "model.layers.13.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
73
+ "model.layers.13.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
74
+ "model.layers.14.input_layernorm.weight": "model-00003-of-00007.safetensors",
75
+ "model.layers.14.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
76
+ "model.layers.14.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
77
+ "model.layers.14.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
78
+ "model.layers.14.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
79
+ "model.layers.14.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
80
+ "model.layers.14.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
81
+ "model.layers.14.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
82
+ "model.layers.14.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
83
+ "model.layers.14.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
84
+ "model.layers.14.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
85
+ "model.layers.15.input_layernorm.weight": "model-00004-of-00007.safetensors",
86
+ "model.layers.15.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
87
+ "model.layers.15.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
88
+ "model.layers.15.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
89
+ "model.layers.15.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
90
+ "model.layers.15.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
91
+ "model.layers.15.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
92
+ "model.layers.15.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
93
+ "model.layers.15.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
94
+ "model.layers.15.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
95
+ "model.layers.15.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
96
+ "model.layers.16.input_layernorm.weight": "model-00004-of-00007.safetensors",
97
+ "model.layers.16.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
98
+ "model.layers.16.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
99
+ "model.layers.16.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
100
+ "model.layers.16.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
101
+ "model.layers.16.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
102
+ "model.layers.16.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
103
+ "model.layers.16.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
104
+ "model.layers.16.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
105
+ "model.layers.16.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
106
+ "model.layers.16.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
107
+ "model.layers.17.input_layernorm.weight": "model-00004-of-00007.safetensors",
108
+ "model.layers.17.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
109
+ "model.layers.17.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
110
+ "model.layers.17.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
111
+ "model.layers.17.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
112
+ "model.layers.17.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
113
+ "model.layers.17.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
114
+ "model.layers.17.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
115
+ "model.layers.17.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
116
+ "model.layers.17.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
117
+ "model.layers.17.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
118
+ "model.layers.18.input_layernorm.weight": "model-00004-of-00007.safetensors",
119
+ "model.layers.18.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
120
+ "model.layers.18.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
121
+ "model.layers.18.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
122
+ "model.layers.18.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
123
+ "model.layers.18.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
124
+ "model.layers.18.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
125
+ "model.layers.18.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
126
+ "model.layers.18.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
127
+ "model.layers.18.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
128
+ "model.layers.18.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
129
+ "model.layers.19.input_layernorm.weight": "model-00004-of-00007.safetensors",
130
+ "model.layers.19.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
131
+ "model.layers.19.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
132
+ "model.layers.19.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
133
+ "model.layers.19.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
134
+ "model.layers.19.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
135
+ "model.layers.19.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
136
+ "model.layers.19.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
137
+ "model.layers.19.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
138
+ "model.layers.19.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
139
+ "model.layers.19.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
140
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00007.safetensors",
141
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
142
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
143
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
144
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
145
+ "model.layers.2.self_attn.k_norm.weight": "model-00001-of-00007.safetensors",
146
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
147
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
148
+ "model.layers.2.self_attn.q_norm.weight": "model-00001-of-00007.safetensors",
149
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
150
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
151
+ "model.layers.20.input_layernorm.weight": "model-00004-of-00007.safetensors",
152
+ "model.layers.20.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
153
+ "model.layers.20.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
154
+ "model.layers.20.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
155
+ "model.layers.20.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
156
+ "model.layers.20.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
157
+ "model.layers.20.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
158
+ "model.layers.20.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
159
+ "model.layers.20.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
160
+ "model.layers.20.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
161
+ "model.layers.20.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
162
+ "model.layers.21.input_layernorm.weight": "model-00004-of-00007.safetensors",
163
+ "model.layers.21.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
164
+ "model.layers.21.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
165
+ "model.layers.21.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
166
+ "model.layers.21.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
167
+ "model.layers.21.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
168
+ "model.layers.21.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
169
+ "model.layers.21.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
170
+ "model.layers.21.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
171
+ "model.layers.21.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
172
+ "model.layers.21.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
173
+ "model.layers.22.input_layernorm.weight": "model-00005-of-00007.safetensors",
174
+ "model.layers.22.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
175
+ "model.layers.22.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
176
+ "model.layers.22.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
177
+ "model.layers.22.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
178
+ "model.layers.22.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
179
+ "model.layers.22.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
180
+ "model.layers.22.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
181
+ "model.layers.22.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
182
+ "model.layers.22.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
183
+ "model.layers.22.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
184
+ "model.layers.23.input_layernorm.weight": "model-00005-of-00007.safetensors",
185
+ "model.layers.23.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
186
+ "model.layers.23.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
187
+ "model.layers.23.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
188
+ "model.layers.23.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
189
+ "model.layers.23.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
190
+ "model.layers.23.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
191
+ "model.layers.23.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
192
+ "model.layers.23.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
193
+ "model.layers.23.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
194
+ "model.layers.23.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
195
+ "model.layers.24.input_layernorm.weight": "model-00005-of-00007.safetensors",
196
+ "model.layers.24.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
197
+ "model.layers.24.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
198
+ "model.layers.24.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
199
+ "model.layers.24.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
200
+ "model.layers.24.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
201
+ "model.layers.24.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
202
+ "model.layers.24.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
203
+ "model.layers.24.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
204
+ "model.layers.24.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
205
+ "model.layers.24.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
206
+ "model.layers.25.input_layernorm.weight": "model-00005-of-00007.safetensors",
207
+ "model.layers.25.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
208
+ "model.layers.25.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
209
+ "model.layers.25.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
210
+ "model.layers.25.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
211
+ "model.layers.25.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
212
+ "model.layers.25.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
213
+ "model.layers.25.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
214
+ "model.layers.25.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
215
+ "model.layers.25.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
216
+ "model.layers.25.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
217
+ "model.layers.26.input_layernorm.weight": "model-00005-of-00007.safetensors",
218
+ "model.layers.26.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
219
+ "model.layers.26.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
220
+ "model.layers.26.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
221
+ "model.layers.26.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
222
+ "model.layers.26.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
223
+ "model.layers.26.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
224
+ "model.layers.26.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
225
+ "model.layers.26.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
226
+ "model.layers.26.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
227
+ "model.layers.26.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
228
+ "model.layers.27.input_layernorm.weight": "model-00005-of-00007.safetensors",
229
+ "model.layers.27.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
230
+ "model.layers.27.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
231
+ "model.layers.27.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
232
+ "model.layers.27.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
233
+ "model.layers.27.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
234
+ "model.layers.27.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
235
+ "model.layers.27.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
236
+ "model.layers.27.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
237
+ "model.layers.27.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
238
+ "model.layers.27.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
239
+ "model.layers.28.input_layernorm.weight": "model-00006-of-00007.safetensors",
240
+ "model.layers.28.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
241
+ "model.layers.28.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
242
+ "model.layers.28.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
243
+ "model.layers.28.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
244
+ "model.layers.28.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
245
+ "model.layers.28.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
246
+ "model.layers.28.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
247
+ "model.layers.28.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
248
+ "model.layers.28.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
249
+ "model.layers.28.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
250
+ "model.layers.29.input_layernorm.weight": "model-00006-of-00007.safetensors",
251
+ "model.layers.29.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
252
+ "model.layers.29.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
253
+ "model.layers.29.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
254
+ "model.layers.29.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
255
+ "model.layers.29.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
256
+ "model.layers.29.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
257
+ "model.layers.29.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
258
+ "model.layers.29.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
259
+ "model.layers.29.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
260
+ "model.layers.29.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
261
+ "model.layers.3.input_layernorm.weight": "model-00002-of-00007.safetensors",
262
+ "model.layers.3.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
263
+ "model.layers.3.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
264
+ "model.layers.3.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
265
+ "model.layers.3.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
266
+ "model.layers.3.self_attn.k_norm.weight": "model-00001-of-00007.safetensors",
267
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
268
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
269
+ "model.layers.3.self_attn.q_norm.weight": "model-00001-of-00007.safetensors",
270
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
271
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
272
+ "model.layers.30.input_layernorm.weight": "model-00006-of-00007.safetensors",
273
+ "model.layers.30.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
274
+ "model.layers.30.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
275
+ "model.layers.30.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
276
+ "model.layers.30.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
277
+ "model.layers.30.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
278
+ "model.layers.30.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
279
+ "model.layers.30.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
280
+ "model.layers.30.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
281
+ "model.layers.30.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
282
+ "model.layers.30.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
283
+ "model.layers.31.input_layernorm.weight": "model-00006-of-00007.safetensors",
284
+ "model.layers.31.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
285
+ "model.layers.31.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
286
+ "model.layers.31.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
287
+ "model.layers.31.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
288
+ "model.layers.31.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
289
+ "model.layers.31.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
290
+ "model.layers.31.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
291
+ "model.layers.31.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
292
+ "model.layers.31.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
293
+ "model.layers.31.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
294
+ "model.layers.32.input_layernorm.weight": "model-00006-of-00007.safetensors",
295
+ "model.layers.32.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
296
+ "model.layers.32.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
297
+ "model.layers.32.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
298
+ "model.layers.32.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
299
+ "model.layers.32.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
300
+ "model.layers.32.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
301
+ "model.layers.32.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
302
+ "model.layers.32.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
303
+ "model.layers.32.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
304
+ "model.layers.32.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
305
+ "model.layers.33.input_layernorm.weight": "model-00006-of-00007.safetensors",
306
+ "model.layers.33.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
307
+ "model.layers.33.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
308
+ "model.layers.33.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
309
+ "model.layers.33.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
310
+ "model.layers.33.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
311
+ "model.layers.33.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
312
+ "model.layers.33.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
313
+ "model.layers.33.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
314
+ "model.layers.33.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
315
+ "model.layers.33.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
316
+ "model.layers.34.input_layernorm.weight": "model-00007-of-00007.safetensors",
317
+ "model.layers.34.mlp.down_proj.weight": "model-00007-of-00007.safetensors",
318
+ "model.layers.34.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
319
+ "model.layers.34.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
320
+ "model.layers.34.post_attention_layernorm.weight": "model-00007-of-00007.safetensors",
321
+ "model.layers.34.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
322
+ "model.layers.34.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
323
+ "model.layers.34.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
324
+ "model.layers.34.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
325
+ "model.layers.34.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
326
+ "model.layers.34.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
327
+ "model.layers.35.input_layernorm.weight": "model-00007-of-00007.safetensors",
328
+ "model.layers.35.mlp.down_proj.weight": "model-00007-of-00007.safetensors",
329
+ "model.layers.35.mlp.gate_proj.weight": "model-00007-of-00007.safetensors",
330
+ "model.layers.35.mlp.up_proj.weight": "model-00007-of-00007.safetensors",
331
+ "model.layers.35.post_attention_layernorm.weight": "model-00007-of-00007.safetensors",
332
+ "model.layers.35.self_attn.k_norm.weight": "model-00007-of-00007.safetensors",
333
+ "model.layers.35.self_attn.k_proj.weight": "model-00007-of-00007.safetensors",
334
+ "model.layers.35.self_attn.o_proj.weight": "model-00007-of-00007.safetensors",
335
+ "model.layers.35.self_attn.q_norm.weight": "model-00007-of-00007.safetensors",
336
+ "model.layers.35.self_attn.q_proj.weight": "model-00007-of-00007.safetensors",
337
+ "model.layers.35.self_attn.v_proj.weight": "model-00007-of-00007.safetensors",
338
+ "model.layers.4.input_layernorm.weight": "model-00002-of-00007.safetensors",
339
+ "model.layers.4.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
340
+ "model.layers.4.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
341
+ "model.layers.4.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
342
+ "model.layers.4.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
343
+ "model.layers.4.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
344
+ "model.layers.4.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
345
+ "model.layers.4.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
346
+ "model.layers.4.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
347
+ "model.layers.4.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
348
+ "model.layers.4.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
349
+ "model.layers.5.input_layernorm.weight": "model-00002-of-00007.safetensors",
350
+ "model.layers.5.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
351
+ "model.layers.5.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
352
+ "model.layers.5.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
353
+ "model.layers.5.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
354
+ "model.layers.5.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
355
+ "model.layers.5.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
356
+ "model.layers.5.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
357
+ "model.layers.5.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
358
+ "model.layers.5.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
359
+ "model.layers.5.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
360
+ "model.layers.6.input_layernorm.weight": "model-00002-of-00007.safetensors",
361
+ "model.layers.6.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
362
+ "model.layers.6.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
363
+ "model.layers.6.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
364
+ "model.layers.6.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
365
+ "model.layers.6.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
366
+ "model.layers.6.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
367
+ "model.layers.6.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
368
+ "model.layers.6.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
369
+ "model.layers.6.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
370
+ "model.layers.6.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
371
+ "model.layers.7.input_layernorm.weight": "model-00002-of-00007.safetensors",
372
+ "model.layers.7.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
373
+ "model.layers.7.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
374
+ "model.layers.7.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
375
+ "model.layers.7.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
376
+ "model.layers.7.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
377
+ "model.layers.7.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
378
+ "model.layers.7.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
379
+ "model.layers.7.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
380
+ "model.layers.7.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
381
+ "model.layers.7.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
382
+ "model.layers.8.input_layernorm.weight": "model-00002-of-00007.safetensors",
383
+ "model.layers.8.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
384
+ "model.layers.8.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
385
+ "model.layers.8.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
386
+ "model.layers.8.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
387
+ "model.layers.8.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
388
+ "model.layers.8.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
389
+ "model.layers.8.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
390
+ "model.layers.8.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
391
+ "model.layers.8.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
392
+ "model.layers.8.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
393
+ "model.layers.9.input_layernorm.weight": "model-00003-of-00007.safetensors",
394
+ "model.layers.9.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
395
+ "model.layers.9.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
396
+ "model.layers.9.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
397
+ "model.layers.9.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
398
+ "model.layers.9.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
399
+ "model.layers.9.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
400
+ "model.layers.9.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
401
+ "model.layers.9.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
402
+ "model.layers.9.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
403
+ "model.layers.9.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
404
+ "model.norm.weight": "model-00007-of-00007.safetensors"
405
+ }
406
+ }
neuron-compiled-artifacts/0a2005d8ec0c38942a1a97c7740bc4b9/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3254b36ccc2a1ca1fef2dc50392d2aa13aede16af252a8e3dd2597f9a952ac5e
3
+ size 79353803
neuron-compiled-artifacts/0a2005d8ec0c38942a1a97c7740bc4b9/neuron_config.json ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": false,
3
+ "_name_or_path": "Qwen/Qwen3-8B",
4
+ "add_cross_attention": false,
5
+ "architectures": [
6
+ "Qwen3ForCausalLM"
7
+ ],
8
+ "attention_bias": false,
9
+ "attention_dropout": 0.0,
10
+ "attribute_map": {},
11
+ "bad_words_ids": null,
12
+ "begin_suppress_tokens": null,
13
+ "bos_token_id": 151643,
14
+ "chunk_size_feed_forward": 0,
15
+ "cross_attention_hidden_size": null,
16
+ "decoder_start_token_id": null,
17
+ "diversity_penalty": 0.0,
18
+ "do_sample": false,
19
+ "early_stopping": false,
20
+ "encoder_no_repeat_ngram_size": 0,
21
+ "eos_token_id": 151645,
22
+ "exponential_decay_length_penalty": null,
23
+ "finetuning_task": null,
24
+ "forced_bos_token_id": null,
25
+ "forced_eos_token_id": null,
26
+ "fused_spec_config": null,
27
+ "head_dim": 128,
28
+ "hidden_act": "silu",
29
+ "hidden_size": 4096,
30
+ "id2label": {
31
+ "0": "LABEL_0",
32
+ "1": "LABEL_1"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 12288,
36
+ "is_decoder": false,
37
+ "is_encoder_decoder": false,
38
+ "label2id": {
39
+ "LABEL_0": 0,
40
+ "LABEL_1": 1
41
+ },
42
+ "length_penalty": 1.0,
43
+ "max_length": 20,
44
+ "max_position_embeddings": 40960,
45
+ "max_window_layers": 36,
46
+ "metadata": null,
47
+ "min_length": 0,
48
+ "model_type": "qwen3",
49
+ "neuron_config": {
50
+ "activation_quantization_type": null,
51
+ "allow_input_truncation": false,
52
+ "apply_seq_ids_mask": false,
53
+ "async_mode": false,
54
+ "attention_dp_degree": 1,
55
+ "attention_dtype": null,
56
+ "attn_block_cte_nki_kernel_enabled": false,
57
+ "attn_block_tkg_nki_kernel_cache_update": false,
58
+ "attn_block_tkg_nki_kernel_enabled": false,
59
+ "attn_cls": {
60
+ "__module__": "neuronx_distributed_inference.models.qwen3.modeling_qwen3",
61
+ "__name__": "NeuronQwen3Attention"
62
+ },
63
+ "attn_kernel_enabled": null,
64
+ "attn_tkg_builtin_kernel_enabled": false,
65
+ "attn_tkg_nki_kernel_enabled": false,
66
+ "batch_size": 1,
67
+ "bucket_n_active_tokens": false,
68
+ "buckets": [
69
+ 8192
70
+ ],
71
+ "cast_type": "config",
72
+ "cc_pipeline_tiling_factor": 2,
73
+ "chunked_prefill_config": null,
74
+ "context_encoding_buckets": [
75
+ 1024,
76
+ 2048,
77
+ 4096,
78
+ 5120,
79
+ 8000
80
+ ],
81
+ "cp_degree": 1,
82
+ "ctx_batch_size": 1,
83
+ "disable_kv_cache_tiling": false,
84
+ "draft_model_modules_to_not_convert": null,
85
+ "enable_bucketing": true,
86
+ "enable_eagle_draft_input_norm": false,
87
+ "enable_eagle_speculation": false,
88
+ "enable_fused_speculation": false,
89
+ "enable_long_context_mode": false,
90
+ "enable_output_completion_notifications": false,
91
+ "enable_spill_reload_dge": false,
92
+ "enable_token_tree": false,
93
+ "ep_degree": 1,
94
+ "expert_mlp_nki_kernel_enabled": null,
95
+ "flash_decoding_enabled": false,
96
+ "fused_qkv": false,
97
+ "fused_rmsnorm_skip_gamma": false,
98
+ "is_block_kv_layout": null,
99
+ "is_chunked_prefill": false,
100
+ "is_continuous_batching": true,
101
+ "is_eagle_draft": false,
102
+ "is_medusa": false,
103
+ "is_prefill_stage": null,
104
+ "is_prefix_caching": false,
105
+ "k_cache_transposed": false,
106
+ "kv_cache_batch_size": 1,
107
+ "kv_cache_padding_size": 0,
108
+ "kv_cache_quant": false,
109
+ "kv_cache_tiling": false,
110
+ "layer_boundary_markers": false,
111
+ "lm_head_pad": false,
112
+ "lm_head_pad_alignment_size": 1,
113
+ "local_ranks_size": 2,
114
+ "logical_nc_config": 1,
115
+ "lora_config": null,
116
+ "max_batch_size": 1,
117
+ "max_context_length": 8192,
118
+ "max_length": 8192,
119
+ "max_new_tokens": null,
120
+ "medusa_speculation_length": 0,
121
+ "medusa_tree": null,
122
+ "mlp_kernel_enabled": false,
123
+ "mlp_kernel_fuse_residual_add": false,
124
+ "modules_to_not_convert": null,
125
+ "moe_fused_nki_kernel_enabled": null,
126
+ "n_active_tokens": 8192,
127
+ "n_positions": 8192,
128
+ "num_medusa_heads": 0,
129
+ "on_cpu": false,
130
+ "on_device_sampling_config": {
131
+ "deterministic": false,
132
+ "do_sample": false,
133
+ "dynamic": true,
134
+ "global_topk": 256,
135
+ "on_device_sampling_config": true,
136
+ "temperature": 1.0,
137
+ "top_k": 1,
138
+ "top_k_kernel_enabled": false,
139
+ "top_p": 1.0
140
+ },
141
+ "output_logits": false,
142
+ "overrides_torch_dtype": true,
143
+ "pa_block_size": 8192,
144
+ "pa_num_blocks": 1,
145
+ "padding_side": "right",
146
+ "pp_degree": 1,
147
+ "prefix_buckets": null,
148
+ "qk_layernorm": false,
149
+ "qkv_kernel_enabled": false,
150
+ "qkv_kernel_fuse_residual_add": false,
151
+ "qkv_kernel_nbsd_layout": false,
152
+ "quantization_dtype": "int8",
153
+ "quantization_type": "per_tensor_symmetric",
154
+ "quantize_clamp_bound": Infinity,
155
+ "quantized": false,
156
+ "quantized_checkpoints_path": null,
157
+ "quantized_mlp_kernel_enabled": false,
158
+ "rmsnorm_quantize_kernel_enabled": false,
159
+ "router_topk_nki_kernel_enabled": null,
160
+ "rpl_reduce_dtype": null,
161
+ "save_sharded_checkpoint": false,
162
+ "scratchpad_page_size": null,
163
+ "seq_len": 8192,
164
+ "seq_len_threshold_for_cc_tiling": 16384,
165
+ "sequence_parallel_enabled": false,
166
+ "shared_mlp_nki_kernel_enabled": null,
167
+ "skip_sharding": false,
168
+ "skip_warmup": false,
169
+ "spec_batch_size": 1,
170
+ "speculation_length": 0,
171
+ "start_rank_id": 0,
172
+ "target": null,
173
+ "tile_cc": false,
174
+ "tkg_batch_size": 1,
175
+ "token_generation_buckets": [
176
+ 8192
177
+ ],
178
+ "token_tree_config": null,
179
+ "torch_dtype": "bfloat16",
180
+ "tp_degree": 2,
181
+ "vocab_parallel": false,
182
+ "weight_gather_seq_len_threshold": 32768,
183
+ "weights_to_skip_layout_optimization": [],
184
+ "world_size": 2
185
+ },
186
+ "no_repeat_ngram_size": 0,
187
+ "num_attention_heads": 32,
188
+ "num_beam_groups": 1,
189
+ "num_beams": 1,
190
+ "num_cores_per_group": 1,
191
+ "num_hidden_layers": 36,
192
+ "num_key_value_heads": 8,
193
+ "num_return_sequences": 1,
194
+ "output_attentions": false,
195
+ "output_hidden_states": false,
196
+ "output_scores": false,
197
+ "pad_token_id": null,
198
+ "prefix": null,
199
+ "problem_type": null,
200
+ "pruned_heads": {},
201
+ "remove_invalid_values": false,
202
+ "repetition_penalty": 1.0,
203
+ "return_dict": true,
204
+ "return_dict_in_generate": false,
205
+ "rms_norm_eps": 1e-06,
206
+ "rope_scaling": null,
207
+ "rope_theta": 1000000,
208
+ "sep_token_id": null,
209
+ "sliding_window": null,
210
+ "suppress_tokens": null,
211
+ "task_specific_params": null,
212
+ "temperature": 1.0,
213
+ "tf_legacy_loss": false,
214
+ "tie_encoder_decoder": false,
215
+ "tie_word_embeddings": false,
216
+ "tokenizer_class": null,
217
+ "top_k": 50,
218
+ "top_p": 1.0,
219
+ "torchscript": false,
220
+ "transformers_version": "4.51.0",
221
+ "typical_p": 1.0,
222
+ "use_bfloat16": false,
223
+ "use_cache": true,
224
+ "use_sliding_window": false,
225
+ "vocab_size": 151936
226
+ }
neuron-compiled-artifacts/37ee724f3e146a3c7d9d2ae94a51f278/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc8890cc2bab772626613edfa8b26bd5b89fab2b2ec9f9439fd362d01eba7efe
3
+ size 15442571
neuron-compiled-artifacts/37ee724f3e146a3c7d9d2ae94a51f278/neuron_config.json ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": false,
3
+ "_name_or_path": "Qwen/Qwen3-8B",
4
+ "add_cross_attention": false,
5
+ "architectures": [
6
+ "Qwen3ForCausalLM"
7
+ ],
8
+ "attention_bias": false,
9
+ "attention_dropout": 0.0,
10
+ "attribute_map": {},
11
+ "bad_words_ids": null,
12
+ "begin_suppress_tokens": null,
13
+ "bos_token_id": 151643,
14
+ "chunk_size_feed_forward": 0,
15
+ "cross_attention_hidden_size": null,
16
+ "decoder_start_token_id": null,
17
+ "diversity_penalty": 0.0,
18
+ "do_sample": false,
19
+ "early_stopping": false,
20
+ "encoder_no_repeat_ngram_size": 0,
21
+ "eos_token_id": 151645,
22
+ "exponential_decay_length_penalty": null,
23
+ "finetuning_task": null,
24
+ "forced_bos_token_id": null,
25
+ "forced_eos_token_id": null,
26
+ "fused_spec_config": null,
27
+ "head_dim": 128,
28
+ "hidden_act": "silu",
29
+ "hidden_size": 4096,
30
+ "id2label": {
31
+ "0": "LABEL_0",
32
+ "1": "LABEL_1"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 12288,
36
+ "is_decoder": false,
37
+ "is_encoder_decoder": false,
38
+ "label2id": {
39
+ "LABEL_0": 0,
40
+ "LABEL_1": 1
41
+ },
42
+ "length_penalty": 1.0,
43
+ "max_length": 20,
44
+ "max_position_embeddings": 40960,
45
+ "max_window_layers": 36,
46
+ "metadata": null,
47
+ "min_length": 0,
48
+ "model_type": "qwen3",
49
+ "neuron_config": {
50
+ "activation_quantization_type": null,
51
+ "allow_input_truncation": false,
52
+ "apply_seq_ids_mask": false,
53
+ "async_mode": false,
54
+ "attention_dp_degree": 1,
55
+ "attention_dtype": null,
56
+ "attn_block_cte_nki_kernel_enabled": false,
57
+ "attn_block_tkg_nki_kernel_cache_update": false,
58
+ "attn_block_tkg_nki_kernel_enabled": false,
59
+ "attn_cls": {
60
+ "__module__": "neuronx_distributed_inference.models.qwen3.modeling_qwen3",
61
+ "__name__": "NeuronQwen3Attention"
62
+ },
63
+ "attn_kernel_enabled": null,
64
+ "attn_tkg_builtin_kernel_enabled": false,
65
+ "attn_tkg_nki_kernel_enabled": false,
66
+ "batch_size": 1,
67
+ "bucket_n_active_tokens": false,
68
+ "buckets": [
69
+ 128
70
+ ],
71
+ "cast_type": "config",
72
+ "cc_pipeline_tiling_factor": 2,
73
+ "chunked_prefill_config": null,
74
+ "context_encoding_buckets": null,
75
+ "cp_degree": 1,
76
+ "ctx_batch_size": 1,
77
+ "disable_kv_cache_tiling": false,
78
+ "draft_model_modules_to_not_convert": null,
79
+ "enable_bucketing": true,
80
+ "enable_eagle_draft_input_norm": false,
81
+ "enable_eagle_speculation": false,
82
+ "enable_fused_speculation": false,
83
+ "enable_long_context_mode": false,
84
+ "enable_output_completion_notifications": false,
85
+ "enable_spill_reload_dge": false,
86
+ "enable_token_tree": false,
87
+ "ep_degree": 1,
88
+ "expert_mlp_nki_kernel_enabled": null,
89
+ "flash_decoding_enabled": false,
90
+ "fused_qkv": false,
91
+ "fused_rmsnorm_skip_gamma": false,
92
+ "is_block_kv_layout": null,
93
+ "is_chunked_prefill": false,
94
+ "is_continuous_batching": true,
95
+ "is_eagle_draft": false,
96
+ "is_medusa": false,
97
+ "is_prefill_stage": null,
98
+ "is_prefix_caching": false,
99
+ "k_cache_transposed": false,
100
+ "kv_cache_batch_size": 1,
101
+ "kv_cache_padding_size": 0,
102
+ "kv_cache_quant": false,
103
+ "kv_cache_tiling": false,
104
+ "layer_boundary_markers": false,
105
+ "lm_head_pad": false,
106
+ "lm_head_pad_alignment_size": 1,
107
+ "local_ranks_size": 2,
108
+ "logical_nc_config": 1,
109
+ "lora_config": null,
110
+ "max_batch_size": 1,
111
+ "max_context_length": 128,
112
+ "max_length": 128,
113
+ "max_new_tokens": null,
114
+ "medusa_speculation_length": 0,
115
+ "medusa_tree": null,
116
+ "mlp_kernel_enabled": false,
117
+ "mlp_kernel_fuse_residual_add": false,
118
+ "modules_to_not_convert": null,
119
+ "moe_fused_nki_kernel_enabled": null,
120
+ "n_active_tokens": 128,
121
+ "n_positions": 128,
122
+ "num_medusa_heads": 0,
123
+ "on_cpu": false,
124
+ "on_device_sampling_config": {
125
+ "deterministic": false,
126
+ "do_sample": false,
127
+ "dynamic": true,
128
+ "global_topk": 256,
129
+ "on_device_sampling_config": true,
130
+ "temperature": 1.0,
131
+ "top_k": 1,
132
+ "top_k_kernel_enabled": false,
133
+ "top_p": 1.0
134
+ },
135
+ "output_logits": false,
136
+ "overrides_torch_dtype": true,
137
+ "pa_block_size": 128,
138
+ "pa_num_blocks": 1,
139
+ "padding_side": "right",
140
+ "pp_degree": 1,
141
+ "prefix_buckets": null,
142
+ "qk_layernorm": false,
143
+ "qkv_kernel_enabled": false,
144
+ "qkv_kernel_fuse_residual_add": false,
145
+ "qkv_kernel_nbsd_layout": false,
146
+ "quantization_dtype": "int8",
147
+ "quantization_type": "per_tensor_symmetric",
148
+ "quantize_clamp_bound": Infinity,
149
+ "quantized": false,
150
+ "quantized_checkpoints_path": null,
151
+ "quantized_mlp_kernel_enabled": false,
152
+ "rmsnorm_quantize_kernel_enabled": false,
153
+ "router_topk_nki_kernel_enabled": null,
154
+ "rpl_reduce_dtype": null,
155
+ "save_sharded_checkpoint": false,
156
+ "scratchpad_page_size": null,
157
+ "seq_len": 128,
158
+ "seq_len_threshold_for_cc_tiling": 16384,
159
+ "sequence_parallel_enabled": false,
160
+ "shared_mlp_nki_kernel_enabled": null,
161
+ "skip_sharding": false,
162
+ "skip_warmup": false,
163
+ "spec_batch_size": 1,
164
+ "speculation_length": 0,
165
+ "start_rank_id": 0,
166
+ "target": null,
167
+ "tile_cc": false,
168
+ "tkg_batch_size": 1,
169
+ "token_generation_buckets": null,
170
+ "token_tree_config": null,
171
+ "torch_dtype": "bfloat16",
172
+ "tp_degree": 2,
173
+ "vocab_parallel": false,
174
+ "weight_gather_seq_len_threshold": 32768,
175
+ "weights_to_skip_layout_optimization": [],
176
+ "world_size": 2
177
+ },
178
+ "no_repeat_ngram_size": 0,
179
+ "num_attention_heads": 32,
180
+ "num_beam_groups": 1,
181
+ "num_beams": 1,
182
+ "num_cores_per_group": 1,
183
+ "num_hidden_layers": 36,
184
+ "num_key_value_heads": 8,
185
+ "num_return_sequences": 1,
186
+ "output_attentions": false,
187
+ "output_hidden_states": false,
188
+ "output_scores": false,
189
+ "pad_token_id": null,
190
+ "prefix": null,
191
+ "problem_type": null,
192
+ "pruned_heads": {},
193
+ "remove_invalid_values": false,
194
+ "repetition_penalty": 1.0,
195
+ "return_dict": true,
196
+ "return_dict_in_generate": false,
197
+ "rms_norm_eps": 1e-06,
198
+ "rope_scaling": null,
199
+ "rope_theta": 1000000,
200
+ "sep_token_id": null,
201
+ "sliding_window": null,
202
+ "suppress_tokens": null,
203
+ "task_specific_params": null,
204
+ "temperature": 1.0,
205
+ "tf_legacy_loss": false,
206
+ "tie_encoder_decoder": false,
207
+ "tie_word_embeddings": false,
208
+ "tokenizer_class": null,
209
+ "top_k": 50,
210
+ "top_p": 1.0,
211
+ "torchscript": false,
212
+ "transformers_version": "4.51.0",
213
+ "typical_p": 1.0,
214
+ "use_bfloat16": false,
215
+ "use_cache": true,
216
+ "use_sliding_window": false,
217
+ "vocab_size": 151936
218
+ }
neuron-compiled-artifacts/5a51556b3ef0a6dc53fb910b33a8c3c5/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04ad30726e6c891ca6e4324649e2cac21fda8fcceafb9c16bbd06c36675785ed
3
+ size 50921511
neuron-compiled-artifacts/5a51556b3ef0a6dc53fb910b33a8c3c5/neuron_config.json ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": false,
3
+ "_name_or_path": "Qwen/Qwen3-8B",
4
+ "add_cross_attention": false,
5
+ "architectures": [
6
+ "Qwen3ForCausalLM"
7
+ ],
8
+ "attention_bias": false,
9
+ "attention_dropout": 0.0,
10
+ "attribute_map": {},
11
+ "bad_words_ids": null,
12
+ "begin_suppress_tokens": null,
13
+ "bos_token_id": 151643,
14
+ "chunk_size_feed_forward": 0,
15
+ "cross_attention_hidden_size": null,
16
+ "decoder_start_token_id": null,
17
+ "diversity_penalty": 0.0,
18
+ "do_sample": false,
19
+ "early_stopping": false,
20
+ "encoder_no_repeat_ngram_size": 0,
21
+ "eos_token_id": 151645,
22
+ "exponential_decay_length_penalty": null,
23
+ "finetuning_task": null,
24
+ "forced_bos_token_id": null,
25
+ "forced_eos_token_id": null,
26
+ "fused_spec_config": null,
27
+ "head_dim": 128,
28
+ "hidden_act": "silu",
29
+ "hidden_size": 4096,
30
+ "id2label": {
31
+ "0": "LABEL_0",
32
+ "1": "LABEL_1"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 12288,
36
+ "is_decoder": false,
37
+ "is_encoder_decoder": false,
38
+ "label2id": {
39
+ "LABEL_0": 0,
40
+ "LABEL_1": 1
41
+ },
42
+ "length_penalty": 1.0,
43
+ "max_length": 20,
44
+ "max_position_embeddings": 40960,
45
+ "max_window_layers": 36,
46
+ "metadata": null,
47
+ "min_length": 0,
48
+ "model_type": "qwen3",
49
+ "neuron_config": {
50
+ "activation_quantization_type": null,
51
+ "allow_input_truncation": false,
52
+ "apply_seq_ids_mask": false,
53
+ "async_mode": false,
54
+ "attention_dp_degree": 1,
55
+ "attention_dtype": null,
56
+ "attn_block_cte_nki_kernel_enabled": false,
57
+ "attn_block_tkg_nki_kernel_cache_update": false,
58
+ "attn_block_tkg_nki_kernel_enabled": false,
59
+ "attn_cls": {
60
+ "__module__": "neuronx_distributed_inference.models.qwen3.modeling_qwen3",
61
+ "__name__": "NeuronQwen3Attention"
62
+ },
63
+ "attn_kernel_enabled": null,
64
+ "attn_tkg_builtin_kernel_enabled": false,
65
+ "attn_tkg_nki_kernel_enabled": false,
66
+ "batch_size": 8,
67
+ "bucket_n_active_tokens": false,
68
+ "buckets": [
69
+ 1024
70
+ ],
71
+ "cast_type": "config",
72
+ "cc_pipeline_tiling_factor": 2,
73
+ "chunked_prefill_config": null,
74
+ "context_encoding_buckets": null,
75
+ "cp_degree": 1,
76
+ "ctx_batch_size": 1,
77
+ "disable_kv_cache_tiling": false,
78
+ "draft_model_modules_to_not_convert": null,
79
+ "enable_bucketing": true,
80
+ "enable_eagle_draft_input_norm": false,
81
+ "enable_eagle_speculation": false,
82
+ "enable_fused_speculation": false,
83
+ "enable_long_context_mode": false,
84
+ "enable_output_completion_notifications": false,
85
+ "enable_spill_reload_dge": false,
86
+ "enable_token_tree": false,
87
+ "ep_degree": 1,
88
+ "expert_mlp_nki_kernel_enabled": null,
89
+ "flash_decoding_enabled": false,
90
+ "fused_qkv": false,
91
+ "fused_rmsnorm_skip_gamma": false,
92
+ "is_block_kv_layout": null,
93
+ "is_chunked_prefill": false,
94
+ "is_continuous_batching": true,
95
+ "is_eagle_draft": false,
96
+ "is_medusa": false,
97
+ "is_prefill_stage": null,
98
+ "is_prefix_caching": false,
99
+ "k_cache_transposed": false,
100
+ "kv_cache_batch_size": 8,
101
+ "kv_cache_padding_size": 0,
102
+ "kv_cache_quant": false,
103
+ "kv_cache_tiling": false,
104
+ "layer_boundary_markers": false,
105
+ "lm_head_pad": false,
106
+ "lm_head_pad_alignment_size": 1,
107
+ "local_ranks_size": 2,
108
+ "logical_nc_config": 1,
109
+ "lora_config": null,
110
+ "max_batch_size": 8,
111
+ "max_context_length": 1024,
112
+ "max_length": 1024,
113
+ "max_new_tokens": null,
114
+ "medusa_speculation_length": 0,
115
+ "medusa_tree": null,
116
+ "mlp_kernel_enabled": false,
117
+ "mlp_kernel_fuse_residual_add": false,
118
+ "modules_to_not_convert": null,
119
+ "moe_fused_nki_kernel_enabled": null,
120
+ "n_active_tokens": 1024,
121
+ "n_positions": 1024,
122
+ "num_medusa_heads": 0,
123
+ "on_cpu": false,
124
+ "on_device_sampling_config": {
125
+ "deterministic": false,
126
+ "do_sample": false,
127
+ "dynamic": true,
128
+ "global_topk": 256,
129
+ "on_device_sampling_config": true,
130
+ "temperature": 1.0,
131
+ "top_k": 1,
132
+ "top_k_kernel_enabled": false,
133
+ "top_p": 1.0
134
+ },
135
+ "output_logits": false,
136
+ "overrides_torch_dtype": true,
137
+ "pa_block_size": 1024,
138
+ "pa_num_blocks": 8,
139
+ "padding_side": "right",
140
+ "pp_degree": 1,
141
+ "prefix_buckets": null,
142
+ "qk_layernorm": false,
143
+ "qkv_kernel_enabled": false,
144
+ "qkv_kernel_fuse_residual_add": false,
145
+ "qkv_kernel_nbsd_layout": false,
146
+ "quantization_dtype": "int8",
147
+ "quantization_type": "per_tensor_symmetric",
148
+ "quantize_clamp_bound": Infinity,
149
+ "quantized": false,
150
+ "quantized_checkpoints_path": null,
151
+ "quantized_mlp_kernel_enabled": false,
152
+ "rmsnorm_quantize_kernel_enabled": false,
153
+ "router_topk_nki_kernel_enabled": null,
154
+ "rpl_reduce_dtype": null,
155
+ "save_sharded_checkpoint": false,
156
+ "scratchpad_page_size": null,
157
+ "seq_len": 1024,
158
+ "seq_len_threshold_for_cc_tiling": 16384,
159
+ "sequence_parallel_enabled": false,
160
+ "shared_mlp_nki_kernel_enabled": null,
161
+ "skip_sharding": false,
162
+ "skip_warmup": false,
163
+ "spec_batch_size": 8,
164
+ "speculation_length": 0,
165
+ "start_rank_id": 0,
166
+ "target": null,
167
+ "tile_cc": false,
168
+ "tkg_batch_size": 8,
169
+ "token_generation_buckets": null,
170
+ "token_tree_config": null,
171
+ "torch_dtype": "bfloat16",
172
+ "tp_degree": 2,
173
+ "vocab_parallel": false,
174
+ "weight_gather_seq_len_threshold": 32768,
175
+ "weights_to_skip_layout_optimization": [],
176
+ "world_size": 2
177
+ },
178
+ "no_repeat_ngram_size": 0,
179
+ "num_attention_heads": 32,
180
+ "num_beam_groups": 1,
181
+ "num_beams": 1,
182
+ "num_cores_per_group": 1,
183
+ "num_hidden_layers": 36,
184
+ "num_key_value_heads": 8,
185
+ "num_return_sequences": 1,
186
+ "output_attentions": false,
187
+ "output_hidden_states": false,
188
+ "output_scores": false,
189
+ "pad_token_id": null,
190
+ "prefix": null,
191
+ "problem_type": null,
192
+ "pruned_heads": {},
193
+ "remove_invalid_values": false,
194
+ "repetition_penalty": 1.0,
195
+ "return_dict": true,
196
+ "return_dict_in_generate": false,
197
+ "rms_norm_eps": 1e-06,
198
+ "rope_scaling": null,
199
+ "rope_theta": 1000000,
200
+ "sep_token_id": null,
201
+ "sliding_window": null,
202
+ "suppress_tokens": null,
203
+ "task_specific_params": null,
204
+ "temperature": 1.0,
205
+ "tf_legacy_loss": false,
206
+ "tie_encoder_decoder": false,
207
+ "tie_word_embeddings": false,
208
+ "tokenizer_class": null,
209
+ "top_k": 50,
210
+ "top_p": 1.0,
211
+ "torchscript": false,
212
+ "transformers_version": "4.51.0",
213
+ "typical_p": 1.0,
214
+ "use_bfloat16": false,
215
+ "use_cache": true,
216
+ "use_sliding_window": false,
217
+ "vocab_size": 151936
218
+ }
neuron-compiled-artifacts/8355fe7cbd21f34af07ddc6cad71c7af/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36af686c95660e8beeebdd12dbacac1ebd9cc7f4af66c2f1b265154b9c1671a3
3
+ size 114961571
neuron-compiled-artifacts/8355fe7cbd21f34af07ddc6cad71c7af/neuron_config.json ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": false,
3
+ "_name_or_path": "Qwen/Qwen3-8B",
4
+ "add_cross_attention": false,
5
+ "architectures": [
6
+ "Qwen3ForCausalLM"
7
+ ],
8
+ "attention_bias": false,
9
+ "attention_dropout": 0.0,
10
+ "attribute_map": {},
11
+ "bad_words_ids": null,
12
+ "begin_suppress_tokens": null,
13
+ "bos_token_id": 151643,
14
+ "chunk_size_feed_forward": 0,
15
+ "cross_attention_hidden_size": null,
16
+ "decoder_start_token_id": null,
17
+ "diversity_penalty": 0.0,
18
+ "do_sample": false,
19
+ "early_stopping": false,
20
+ "encoder_no_repeat_ngram_size": 0,
21
+ "eos_token_id": 151645,
22
+ "exponential_decay_length_penalty": null,
23
+ "finetuning_task": null,
24
+ "forced_bos_token_id": null,
25
+ "forced_eos_token_id": null,
26
+ "fused_spec_config": null,
27
+ "head_dim": 128,
28
+ "hidden_act": "silu",
29
+ "hidden_size": 4096,
30
+ "id2label": {
31
+ "0": "LABEL_0",
32
+ "1": "LABEL_1"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 12288,
36
+ "is_decoder": false,
37
+ "is_encoder_decoder": false,
38
+ "label2id": {
39
+ "LABEL_0": 0,
40
+ "LABEL_1": 1
41
+ },
42
+ "length_penalty": 1.0,
43
+ "max_length": 20,
44
+ "max_position_embeddings": 40960,
45
+ "max_window_layers": 36,
46
+ "metadata": null,
47
+ "min_length": 0,
48
+ "model_type": "qwen3",
49
+ "neuron_config": {
50
+ "activation_quantization_type": null,
51
+ "allow_input_truncation": false,
52
+ "apply_seq_ids_mask": false,
53
+ "async_mode": false,
54
+ "attention_dp_degree": 1,
55
+ "attention_dtype": null,
56
+ "attn_block_cte_nki_kernel_enabled": false,
57
+ "attn_block_tkg_nki_kernel_cache_update": false,
58
+ "attn_block_tkg_nki_kernel_enabled": false,
59
+ "attn_cls": {
60
+ "__module__": "neuronx_distributed_inference.models.qwen3.modeling_qwen3",
61
+ "__name__": "NeuronQwen3Attention"
62
+ },
63
+ "attn_kernel_enabled": null,
64
+ "attn_tkg_builtin_kernel_enabled": false,
65
+ "attn_tkg_nki_kernel_enabled": false,
66
+ "batch_size": 1,
67
+ "bucket_n_active_tokens": false,
68
+ "buckets": [
69
+ 8192
70
+ ],
71
+ "cast_type": "config",
72
+ "cc_pipeline_tiling_factor": 2,
73
+ "chunked_prefill_config": null,
74
+ "context_encoding_buckets": null,
75
+ "cp_degree": 1,
76
+ "ctx_batch_size": 1,
77
+ "disable_kv_cache_tiling": false,
78
+ "draft_model_modules_to_not_convert": null,
79
+ "enable_bucketing": true,
80
+ "enable_eagle_draft_input_norm": false,
81
+ "enable_eagle_speculation": false,
82
+ "enable_fused_speculation": false,
83
+ "enable_long_context_mode": false,
84
+ "enable_output_completion_notifications": false,
85
+ "enable_spill_reload_dge": false,
86
+ "enable_token_tree": false,
87
+ "ep_degree": 1,
88
+ "expert_mlp_nki_kernel_enabled": null,
89
+ "flash_decoding_enabled": false,
90
+ "fused_qkv": false,
91
+ "fused_rmsnorm_skip_gamma": false,
92
+ "is_block_kv_layout": null,
93
+ "is_chunked_prefill": false,
94
+ "is_continuous_batching": true,
95
+ "is_eagle_draft": false,
96
+ "is_medusa": false,
97
+ "is_prefill_stage": null,
98
+ "is_prefix_caching": false,
99
+ "k_cache_transposed": false,
100
+ "kv_cache_batch_size": 1,
101
+ "kv_cache_padding_size": 0,
102
+ "kv_cache_quant": false,
103
+ "kv_cache_tiling": false,
104
+ "layer_boundary_markers": false,
105
+ "lm_head_pad": false,
106
+ "lm_head_pad_alignment_size": 1,
107
+ "local_ranks_size": 2,
108
+ "logical_nc_config": 1,
109
+ "lora_config": null,
110
+ "max_batch_size": 1,
111
+ "max_context_length": 8192,
112
+ "max_length": 8192,
113
+ "max_new_tokens": null,
114
+ "medusa_speculation_length": 0,
115
+ "medusa_tree": null,
116
+ "mlp_kernel_enabled": false,
117
+ "mlp_kernel_fuse_residual_add": false,
118
+ "modules_to_not_convert": null,
119
+ "moe_fused_nki_kernel_enabled": null,
120
+ "n_active_tokens": 8192,
121
+ "n_positions": 8192,
122
+ "num_medusa_heads": 0,
123
+ "on_cpu": false,
124
+ "on_device_sampling_config": {
125
+ "deterministic": false,
126
+ "do_sample": false,
127
+ "dynamic": true,
128
+ "global_topk": 256,
129
+ "on_device_sampling_config": true,
130
+ "temperature": 1.0,
131
+ "top_k": 1,
132
+ "top_k_kernel_enabled": false,
133
+ "top_p": 1.0
134
+ },
135
+ "output_logits": false,
136
+ "overrides_torch_dtype": true,
137
+ "pa_block_size": 8192,
138
+ "pa_num_blocks": 1,
139
+ "padding_side": "right",
140
+ "pp_degree": 1,
141
+ "prefix_buckets": null,
142
+ "qk_layernorm": false,
143
+ "qkv_kernel_enabled": false,
144
+ "qkv_kernel_fuse_residual_add": false,
145
+ "qkv_kernel_nbsd_layout": false,
146
+ "quantization_dtype": "int8",
147
+ "quantization_type": "per_tensor_symmetric",
148
+ "quantize_clamp_bound": Infinity,
149
+ "quantized": false,
150
+ "quantized_checkpoints_path": null,
151
+ "quantized_mlp_kernel_enabled": false,
152
+ "rmsnorm_quantize_kernel_enabled": false,
153
+ "router_topk_nki_kernel_enabled": null,
154
+ "rpl_reduce_dtype": null,
155
+ "save_sharded_checkpoint": false,
156
+ "scratchpad_page_size": null,
157
+ "seq_len": 8192,
158
+ "seq_len_threshold_for_cc_tiling": 16384,
159
+ "sequence_parallel_enabled": false,
160
+ "shared_mlp_nki_kernel_enabled": null,
161
+ "skip_sharding": false,
162
+ "skip_warmup": false,
163
+ "spec_batch_size": 1,
164
+ "speculation_length": 0,
165
+ "start_rank_id": 0,
166
+ "target": null,
167
+ "tile_cc": false,
168
+ "tkg_batch_size": 1,
169
+ "token_generation_buckets": null,
170
+ "token_tree_config": null,
171
+ "torch_dtype": "bfloat16",
172
+ "tp_degree": 2,
173
+ "vocab_parallel": false,
174
+ "weight_gather_seq_len_threshold": 32768,
175
+ "weights_to_skip_layout_optimization": [],
176
+ "world_size": 2
177
+ },
178
+ "no_repeat_ngram_size": 0,
179
+ "num_attention_heads": 32,
180
+ "num_beam_groups": 1,
181
+ "num_beams": 1,
182
+ "num_cores_per_group": 1,
183
+ "num_hidden_layers": 36,
184
+ "num_key_value_heads": 8,
185
+ "num_return_sequences": 1,
186
+ "output_attentions": false,
187
+ "output_hidden_states": false,
188
+ "output_scores": false,
189
+ "pad_token_id": null,
190
+ "prefix": null,
191
+ "problem_type": null,
192
+ "pruned_heads": {},
193
+ "remove_invalid_values": false,
194
+ "repetition_penalty": 1.0,
195
+ "return_dict": true,
196
+ "return_dict_in_generate": false,
197
+ "rms_norm_eps": 1e-06,
198
+ "rope_scaling": null,
199
+ "rope_theta": 1000000,
200
+ "sep_token_id": null,
201
+ "sliding_window": null,
202
+ "suppress_tokens": null,
203
+ "task_specific_params": null,
204
+ "temperature": 1.0,
205
+ "tf_legacy_loss": false,
206
+ "tie_encoder_decoder": false,
207
+ "tie_word_embeddings": false,
208
+ "tokenizer_class": null,
209
+ "top_k": 50,
210
+ "top_p": 1.0,
211
+ "torchscript": false,
212
+ "transformers_version": "4.51.0",
213
+ "typical_p": 1.0,
214
+ "use_bfloat16": false,
215
+ "use_cache": true,
216
+ "use_sliding_window": false,
217
+ "vocab_size": 151936
218
+ }
neuron-compiled-artifacts/a309ad36acab7b3ad63b41efc3065229/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7ffbdab9844a5d09dca4f9affdf2a678105172e6b6d85219d858abcb898f651
3
+ size 47198475
neuron-compiled-artifacts/a309ad36acab7b3ad63b41efc3065229/neuron_config.json ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": false,
3
+ "_name_or_path": "Qwen/Qwen3-8B",
4
+ "add_cross_attention": false,
5
+ "architectures": [
6
+ "Qwen3ForCausalLM"
7
+ ],
8
+ "attention_bias": false,
9
+ "attention_dropout": 0.0,
10
+ "attribute_map": {},
11
+ "bad_words_ids": null,
12
+ "begin_suppress_tokens": null,
13
+ "bos_token_id": 151643,
14
+ "chunk_size_feed_forward": 0,
15
+ "cross_attention_hidden_size": null,
16
+ "decoder_start_token_id": null,
17
+ "diversity_penalty": 0.0,
18
+ "do_sample": false,
19
+ "early_stopping": false,
20
+ "encoder_no_repeat_ngram_size": 0,
21
+ "eos_token_id": 151645,
22
+ "exponential_decay_length_penalty": null,
23
+ "finetuning_task": null,
24
+ "forced_bos_token_id": null,
25
+ "forced_eos_token_id": null,
26
+ "fused_spec_config": null,
27
+ "head_dim": 128,
28
+ "hidden_act": "silu",
29
+ "hidden_size": 4096,
30
+ "id2label": {
31
+ "0": "LABEL_0",
32
+ "1": "LABEL_1"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 12288,
36
+ "is_decoder": false,
37
+ "is_encoder_decoder": false,
38
+ "label2id": {
39
+ "LABEL_0": 0,
40
+ "LABEL_1": 1
41
+ },
42
+ "length_penalty": 1.0,
43
+ "max_length": 20,
44
+ "max_position_embeddings": 40960,
45
+ "max_window_layers": 36,
46
+ "metadata": null,
47
+ "min_length": 0,
48
+ "model_type": "qwen3",
49
+ "neuron_config": {
50
+ "activation_quantization_type": null,
51
+ "allow_input_truncation": false,
52
+ "apply_seq_ids_mask": false,
53
+ "async_mode": false,
54
+ "attention_dp_degree": 1,
55
+ "attention_dtype": null,
56
+ "attn_block_cte_nki_kernel_enabled": false,
57
+ "attn_block_tkg_nki_kernel_cache_update": false,
58
+ "attn_block_tkg_nki_kernel_enabled": false,
59
+ "attn_cls": {
60
+ "__module__": "neuronx_distributed_inference.models.qwen3.modeling_qwen3",
61
+ "__name__": "NeuronQwen3Attention"
62
+ },
63
+ "attn_kernel_enabled": null,
64
+ "attn_tkg_builtin_kernel_enabled": false,
65
+ "attn_tkg_nki_kernel_enabled": false,
66
+ "batch_size": 1,
67
+ "bucket_n_active_tokens": false,
68
+ "buckets": [
69
+ 1024
70
+ ],
71
+ "cast_type": "config",
72
+ "cc_pipeline_tiling_factor": 2,
73
+ "chunked_prefill_config": null,
74
+ "context_encoding_buckets": null,
75
+ "cp_degree": 1,
76
+ "ctx_batch_size": 1,
77
+ "disable_kv_cache_tiling": false,
78
+ "draft_model_modules_to_not_convert": null,
79
+ "enable_bucketing": true,
80
+ "enable_eagle_draft_input_norm": false,
81
+ "enable_eagle_speculation": false,
82
+ "enable_fused_speculation": false,
83
+ "enable_long_context_mode": false,
84
+ "enable_output_completion_notifications": false,
85
+ "enable_spill_reload_dge": false,
86
+ "enable_token_tree": false,
87
+ "ep_degree": 1,
88
+ "expert_mlp_nki_kernel_enabled": null,
89
+ "flash_decoding_enabled": false,
90
+ "fused_qkv": false,
91
+ "fused_rmsnorm_skip_gamma": false,
92
+ "is_block_kv_layout": null,
93
+ "is_chunked_prefill": false,
94
+ "is_continuous_batching": true,
95
+ "is_eagle_draft": false,
96
+ "is_medusa": false,
97
+ "is_prefill_stage": null,
98
+ "is_prefix_caching": false,
99
+ "k_cache_transposed": false,
100
+ "kv_cache_batch_size": 1,
101
+ "kv_cache_padding_size": 0,
102
+ "kv_cache_quant": false,
103
+ "kv_cache_tiling": false,
104
+ "layer_boundary_markers": false,
105
+ "lm_head_pad": false,
106
+ "lm_head_pad_alignment_size": 1,
107
+ "local_ranks_size": 2,
108
+ "logical_nc_config": 1,
109
+ "lora_config": null,
110
+ "max_batch_size": 1,
111
+ "max_context_length": 1024,
112
+ "max_length": 1024,
113
+ "max_new_tokens": null,
114
+ "medusa_speculation_length": 0,
115
+ "medusa_tree": null,
116
+ "mlp_kernel_enabled": false,
117
+ "mlp_kernel_fuse_residual_add": false,
118
+ "modules_to_not_convert": null,
119
+ "moe_fused_nki_kernel_enabled": null,
120
+ "n_active_tokens": 1024,
121
+ "n_positions": 1024,
122
+ "num_medusa_heads": 0,
123
+ "on_cpu": false,
124
+ "on_device_sampling_config": {
125
+ "deterministic": false,
126
+ "do_sample": false,
127
+ "dynamic": true,
128
+ "global_topk": 256,
129
+ "on_device_sampling_config": true,
130
+ "temperature": 1.0,
131
+ "top_k": 1,
132
+ "top_k_kernel_enabled": false,
133
+ "top_p": 1.0
134
+ },
135
+ "output_logits": false,
136
+ "overrides_torch_dtype": true,
137
+ "pa_block_size": 1024,
138
+ "pa_num_blocks": 1,
139
+ "padding_side": "right",
140
+ "pp_degree": 1,
141
+ "prefix_buckets": null,
142
+ "qk_layernorm": false,
143
+ "qkv_kernel_enabled": false,
144
+ "qkv_kernel_fuse_residual_add": false,
145
+ "qkv_kernel_nbsd_layout": false,
146
+ "quantization_dtype": "int8",
147
+ "quantization_type": "per_tensor_symmetric",
148
+ "quantize_clamp_bound": Infinity,
149
+ "quantized": false,
150
+ "quantized_checkpoints_path": null,
151
+ "quantized_mlp_kernel_enabled": false,
152
+ "rmsnorm_quantize_kernel_enabled": false,
153
+ "router_topk_nki_kernel_enabled": null,
154
+ "rpl_reduce_dtype": null,
155
+ "save_sharded_checkpoint": false,
156
+ "scratchpad_page_size": null,
157
+ "seq_len": 1024,
158
+ "seq_len_threshold_for_cc_tiling": 16384,
159
+ "sequence_parallel_enabled": false,
160
+ "shared_mlp_nki_kernel_enabled": null,
161
+ "skip_sharding": false,
162
+ "skip_warmup": false,
163
+ "spec_batch_size": 1,
164
+ "speculation_length": 0,
165
+ "start_rank_id": 0,
166
+ "target": null,
167
+ "tile_cc": false,
168
+ "tkg_batch_size": 1,
169
+ "token_generation_buckets": null,
170
+ "token_tree_config": null,
171
+ "torch_dtype": "bfloat16",
172
+ "tp_degree": 2,
173
+ "vocab_parallel": false,
174
+ "weight_gather_seq_len_threshold": 32768,
175
+ "weights_to_skip_layout_optimization": [],
176
+ "world_size": 2
177
+ },
178
+ "no_repeat_ngram_size": 0,
179
+ "num_attention_heads": 32,
180
+ "num_beam_groups": 1,
181
+ "num_beams": 1,
182
+ "num_cores_per_group": 1,
183
+ "num_hidden_layers": 36,
184
+ "num_key_value_heads": 8,
185
+ "num_return_sequences": 1,
186
+ "output_attentions": false,
187
+ "output_hidden_states": false,
188
+ "output_scores": false,
189
+ "pad_token_id": null,
190
+ "prefix": null,
191
+ "problem_type": null,
192
+ "pruned_heads": {},
193
+ "remove_invalid_values": false,
194
+ "repetition_penalty": 1.0,
195
+ "return_dict": true,
196
+ "return_dict_in_generate": false,
197
+ "rms_norm_eps": 1e-06,
198
+ "rope_scaling": null,
199
+ "rope_theta": 1000000,
200
+ "sep_token_id": null,
201
+ "sliding_window": null,
202
+ "suppress_tokens": null,
203
+ "task_specific_params": null,
204
+ "temperature": 1.0,
205
+ "tf_legacy_loss": false,
206
+ "tie_encoder_decoder": false,
207
+ "tie_word_embeddings": false,
208
+ "tokenizer_class": null,
209
+ "top_k": 50,
210
+ "top_p": 1.0,
211
+ "torchscript": false,
212
+ "transformers_version": "4.51.0",
213
+ "typical_p": 1.0,
214
+ "use_bfloat16": false,
215
+ "use_cache": true,
216
+ "use_sliding_window": false,
217
+ "vocab_size": 151936
218
+ }
neuron-compiled-artifacts/fa23794eeeac2b9917c8eb24c5fb6a2f/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b149420174f8e55959eb0437d50e71f3c01bc5ba05f4d69a320d133cb570e5c
3
+ size 89716583
neuron-compiled-artifacts/fa23794eeeac2b9917c8eb24c5fb6a2f/neuron_config.json ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": false,
3
+ "_name_or_path": "Qwen/Qwen3-8B",
4
+ "add_cross_attention": false,
5
+ "architectures": [
6
+ "Qwen3ForCausalLM"
7
+ ],
8
+ "attention_bias": false,
9
+ "attention_dropout": 0.0,
10
+ "attribute_map": {},
11
+ "bad_words_ids": null,
12
+ "begin_suppress_tokens": null,
13
+ "bos_token_id": 151643,
14
+ "chunk_size_feed_forward": 0,
15
+ "cross_attention_hidden_size": null,
16
+ "decoder_start_token_id": null,
17
+ "diversity_penalty": 0.0,
18
+ "do_sample": false,
19
+ "early_stopping": false,
20
+ "encoder_no_repeat_ngram_size": 0,
21
+ "eos_token_id": 151645,
22
+ "exponential_decay_length_penalty": null,
23
+ "finetuning_task": null,
24
+ "forced_bos_token_id": null,
25
+ "forced_eos_token_id": null,
26
+ "fused_spec_config": null,
27
+ "head_dim": 128,
28
+ "hidden_act": "silu",
29
+ "hidden_size": 4096,
30
+ "id2label": {
31
+ "0": "LABEL_0",
32
+ "1": "LABEL_1"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 12288,
36
+ "is_decoder": false,
37
+ "is_encoder_decoder": false,
38
+ "label2id": {
39
+ "LABEL_0": 0,
40
+ "LABEL_1": 1
41
+ },
42
+ "length_penalty": 1.0,
43
+ "max_length": 20,
44
+ "max_position_embeddings": 40960,
45
+ "max_window_layers": 36,
46
+ "metadata": null,
47
+ "min_length": 0,
48
+ "model_type": "qwen3",
49
+ "neuron_config": {
50
+ "activation_quantization_type": null,
51
+ "allow_input_truncation": false,
52
+ "apply_seq_ids_mask": false,
53
+ "async_mode": false,
54
+ "attention_dp_degree": 1,
55
+ "attention_dtype": null,
56
+ "attn_block_cte_nki_kernel_enabled": false,
57
+ "attn_block_tkg_nki_kernel_cache_update": false,
58
+ "attn_block_tkg_nki_kernel_enabled": false,
59
+ "attn_cls": {
60
+ "__module__": "neuronx_distributed_inference.models.qwen3.modeling_qwen3",
61
+ "__name__": "NeuronQwen3Attention"
62
+ },
63
+ "attn_kernel_enabled": null,
64
+ "attn_tkg_builtin_kernel_enabled": false,
65
+ "attn_tkg_nki_kernel_enabled": false,
66
+ "batch_size": 8,
67
+ "bucket_n_active_tokens": false,
68
+ "buckets": [
69
+ 4096
70
+ ],
71
+ "cast_type": "config",
72
+ "cc_pipeline_tiling_factor": 2,
73
+ "chunked_prefill_config": null,
74
+ "context_encoding_buckets": null,
75
+ "cp_degree": 1,
76
+ "ctx_batch_size": 1,
77
+ "disable_kv_cache_tiling": false,
78
+ "draft_model_modules_to_not_convert": null,
79
+ "enable_bucketing": true,
80
+ "enable_eagle_draft_input_norm": false,
81
+ "enable_eagle_speculation": false,
82
+ "enable_fused_speculation": false,
83
+ "enable_long_context_mode": false,
84
+ "enable_output_completion_notifications": false,
85
+ "enable_spill_reload_dge": false,
86
+ "enable_token_tree": false,
87
+ "ep_degree": 1,
88
+ "expert_mlp_nki_kernel_enabled": null,
89
+ "flash_decoding_enabled": false,
90
+ "fused_qkv": false,
91
+ "fused_rmsnorm_skip_gamma": false,
92
+ "is_block_kv_layout": null,
93
+ "is_chunked_prefill": false,
94
+ "is_continuous_batching": true,
95
+ "is_eagle_draft": false,
96
+ "is_medusa": false,
97
+ "is_prefill_stage": null,
98
+ "is_prefix_caching": false,
99
+ "k_cache_transposed": false,
100
+ "kv_cache_batch_size": 8,
101
+ "kv_cache_padding_size": 0,
102
+ "kv_cache_quant": false,
103
+ "kv_cache_tiling": false,
104
+ "layer_boundary_markers": false,
105
+ "lm_head_pad": false,
106
+ "lm_head_pad_alignment_size": 1,
107
+ "local_ranks_size": 2,
108
+ "logical_nc_config": 1,
109
+ "lora_config": null,
110
+ "max_batch_size": 8,
111
+ "max_context_length": 4096,
112
+ "max_length": 4096,
113
+ "max_new_tokens": null,
114
+ "medusa_speculation_length": 0,
115
+ "medusa_tree": null,
116
+ "mlp_kernel_enabled": false,
117
+ "mlp_kernel_fuse_residual_add": false,
118
+ "modules_to_not_convert": null,
119
+ "moe_fused_nki_kernel_enabled": null,
120
+ "n_active_tokens": 4096,
121
+ "n_positions": 4096,
122
+ "num_medusa_heads": 0,
123
+ "on_cpu": false,
124
+ "on_device_sampling_config": {
125
+ "deterministic": false,
126
+ "do_sample": false,
127
+ "dynamic": true,
128
+ "global_topk": 256,
129
+ "on_device_sampling_config": true,
130
+ "temperature": 1.0,
131
+ "top_k": 1,
132
+ "top_k_kernel_enabled": false,
133
+ "top_p": 1.0
134
+ },
135
+ "output_logits": false,
136
+ "overrides_torch_dtype": true,
137
+ "pa_block_size": 4096,
138
+ "pa_num_blocks": 8,
139
+ "padding_side": "right",
140
+ "pp_degree": 1,
141
+ "prefix_buckets": null,
142
+ "qk_layernorm": false,
143
+ "qkv_kernel_enabled": false,
144
+ "qkv_kernel_fuse_residual_add": false,
145
+ "qkv_kernel_nbsd_layout": false,
146
+ "quantization_dtype": "int8",
147
+ "quantization_type": "per_tensor_symmetric",
148
+ "quantize_clamp_bound": Infinity,
149
+ "quantized": false,
150
+ "quantized_checkpoints_path": null,
151
+ "quantized_mlp_kernel_enabled": false,
152
+ "rmsnorm_quantize_kernel_enabled": false,
153
+ "router_topk_nki_kernel_enabled": null,
154
+ "rpl_reduce_dtype": null,
155
+ "save_sharded_checkpoint": false,
156
+ "scratchpad_page_size": null,
157
+ "seq_len": 4096,
158
+ "seq_len_threshold_for_cc_tiling": 16384,
159
+ "sequence_parallel_enabled": false,
160
+ "shared_mlp_nki_kernel_enabled": null,
161
+ "skip_sharding": false,
162
+ "skip_warmup": false,
163
+ "spec_batch_size": 8,
164
+ "speculation_length": 0,
165
+ "start_rank_id": 0,
166
+ "target": null,
167
+ "tile_cc": false,
168
+ "tkg_batch_size": 8,
169
+ "token_generation_buckets": null,
170
+ "token_tree_config": null,
171
+ "torch_dtype": "bfloat16",
172
+ "tp_degree": 2,
173
+ "vocab_parallel": false,
174
+ "weight_gather_seq_len_threshold": 32768,
175
+ "weights_to_skip_layout_optimization": [],
176
+ "world_size": 2
177
+ },
178
+ "no_repeat_ngram_size": 0,
179
+ "num_attention_heads": 32,
180
+ "num_beam_groups": 1,
181
+ "num_beams": 1,
182
+ "num_cores_per_group": 1,
183
+ "num_hidden_layers": 36,
184
+ "num_key_value_heads": 8,
185
+ "num_return_sequences": 1,
186
+ "output_attentions": false,
187
+ "output_hidden_states": false,
188
+ "output_scores": false,
189
+ "pad_token_id": null,
190
+ "prefix": null,
191
+ "problem_type": null,
192
+ "pruned_heads": {},
193
+ "remove_invalid_values": false,
194
+ "repetition_penalty": 1.0,
195
+ "return_dict": true,
196
+ "return_dict_in_generate": false,
197
+ "rms_norm_eps": 1e-06,
198
+ "rope_scaling": null,
199
+ "rope_theta": 1000000,
200
+ "sep_token_id": null,
201
+ "sliding_window": null,
202
+ "suppress_tokens": null,
203
+ "task_specific_params": null,
204
+ "temperature": 1.0,
205
+ "tf_legacy_loss": false,
206
+ "tie_encoder_decoder": false,
207
+ "tie_word_embeddings": false,
208
+ "tokenizer_class": null,
209
+ "top_k": 50,
210
+ "top_p": 1.0,
211
+ "torchscript": false,
212
+ "transformers_version": "4.51.0",
213
+ "typical_p": 1.0,
214
+ "use_bfloat16": false,
215
+ "use_cache": true,
216
+ "use_sliding_window": false,
217
+ "vocab_size": 151936
218
+ }