Synchronizing local compiler cache.
Browse files
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.0/qwen2/Qwen/Qwen2.5-32B-Instruct/bfb5fa0d6043a14404fb.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_entry_class": "SingleModelCacheEntry",
|
3 |
+
"_model_id": "Qwen/Qwen2.5-32B-Instruct",
|
4 |
+
"_task": "text-generation",
|
5 |
+
"architectures": [
|
6 |
+
"Qwen2ForCausalLM"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 5120,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 27648,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 70,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"neuron": {
|
17 |
+
"_serialized_key": "HloNeuronConfig",
|
18 |
+
"all_reduce_dtype": null,
|
19 |
+
"allow_flash_attention": true,
|
20 |
+
"attention_layout": "HSB",
|
21 |
+
"attn_output_transposed": false,
|
22 |
+
"auto_cast_type": "bf16",
|
23 |
+
"batch_size": 8,
|
24 |
+
"checkpoint_id": "Qwen/Qwen2.5-32B-Instruct",
|
25 |
+
"checkpoint_revision": "5ede1c97bbab6ce5cda5812749b4c0bdf79b18dd",
|
26 |
+
"collectives_layout": "HSB",
|
27 |
+
"continuous_batching": true,
|
28 |
+
"fuse_qkv": false,
|
29 |
+
"group_query_attention": "shard-over-heads",
|
30 |
+
"log_softmax_scores": false,
|
31 |
+
"neuronxcc_version": "2.17.194.0+d312836f",
|
32 |
+
"optimum_neuron_version": "0.2.0",
|
33 |
+
"output_all_logits": false,
|
34 |
+
"sequence_length": 4096,
|
35 |
+
"tp_degree": 8
|
36 |
+
},
|
37 |
+
"num_attention_heads": 40,
|
38 |
+
"num_hidden_layers": 64,
|
39 |
+
"num_key_value_heads": 8,
|
40 |
+
"rms_norm_eps": 1e-06,
|
41 |
+
"rope_scaling": null,
|
42 |
+
"rope_theta": 1000000.0,
|
43 |
+
"sliding_window": 131072,
|
44 |
+
"tie_word_embeddings": false,
|
45 |
+
"use_cache": true,
|
46 |
+
"use_sliding_window": false,
|
47 |
+
"vocab_size": 152064
|
48 |
+
}
|