dacorvo HF Staff commited on
Commit
6ab371e
·
verified ·
1 Parent(s): 5eba6cf

Synchronizing local compiler cache.

Browse files
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.0.dev7/phi3/microsoft/phi-4/5892de0c4962e09fa0f3.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "microsoft/phi-4",
4
+ "_task": "text-generation",
5
+ "architectures": [
6
+ "Phi3ForCausalLM"
7
+ ],
8
+ "attention_bias": false,
9
+ "attention_dropout": 0.0,
10
+ "embd_pdrop": 0.0,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 5120,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 17920,
15
+ "max_position_embeddings": 16384,
16
+ "model_type": "phi3",
17
+ "neuron": {
18
+ "_serialized_key": "HloNeuronConfig",
19
+ "all_reduce_dtype": null,
20
+ "allow_flash_attention": false,
21
+ "attention_layout": "HSB",
22
+ "attn_output_transposed": false,
23
+ "auto_cast_type": "bf16",
24
+ "batch_size": 16,
25
+ "checkpoint_id": "microsoft/phi-4",
26
+ "checkpoint_revision": "187ef0342fff0eb3333be9f00389385e95ef0b61",
27
+ "collectives_layout": "HSB",
28
+ "continuous_batching": true,
29
+ "fuse_qkv": true,
30
+ "group_query_attention": "shard-over-heads",
31
+ "log_softmax_scores": false,
32
+ "neuronxcc_version": "2.17.194.0+d312836f",
33
+ "optimum_neuron_version": "0.2.0.dev7",
34
+ "output_all_logits": false,
35
+ "sequence_length": 4096,
36
+ "tp_degree": 10
37
+ },
38
+ "num_attention_heads": 40,
39
+ "num_hidden_layers": 40,
40
+ "num_key_value_heads": 10,
41
+ "original_max_position_embeddings": 16384,
42
+ "partial_rotary_factor": 1.0,
43
+ "resid_pdrop": 0.0,
44
+ "rms_norm_eps": 1e-05,
45
+ "rope_scaling": null,
46
+ "rope_theta": 250000,
47
+ "sliding_window": null,
48
+ "tie_word_embeddings": false,
49
+ "use_cache": true,
50
+ "vocab_size": 100352
51
+ }