dacorvo HF Staff commited on
Commit
c9c4ccb
·
verified ·
1 Parent(s): 4771327

Synchronizing local compiler cache.

Browse files
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.0.dev7/qwen2/Qwen/Qwen2.5-7B-Instruct/f41c216be53875203b63.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "Qwen/Qwen2.5-7B-Instruct",
4
+ "_task": "text-generation",
5
+ "architectures": [
6
+ "Qwen2ForCausalLM"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 3584,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 18944,
13
+ "max_position_embeddings": 32768,
14
+ "max_window_layers": 28,
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": 32,
24
+ "checkpoint_id": "Qwen/Qwen2.5-7B-Instruct",
25
+ "checkpoint_revision": "a09a35458c702b33eeacc393d103063234e8bc28",
26
+ "collectives_layout": "HSB",
27
+ "continuous_batching": true,
28
+ "fuse_qkv": false,
29
+ "group_query_attention": "replicated-heads",
30
+ "log_softmax_scores": false,
31
+ "neuronxcc_version": "2.17.194.0+d312836f",
32
+ "optimum_neuron_version": "0.2.0.dev7",
33
+ "output_all_logits": false,
34
+ "sequence_length": 4096,
35
+ "tp_degree": 8
36
+ },
37
+ "num_attention_heads": 28,
38
+ "num_hidden_layers": 28,
39
+ "num_key_value_heads": 4,
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
+ }