dacorvo HF Staff commited on
Commit
eab927a
·
verified ·
1 Parent(s): bd60dd5

Synchronizing local compiler cache.

Browse files
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.3.0.dev3/phi3/microsoft/phi-4/029462585188fcbfe321.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "NxDNeuronConfig",
19
+ "async_mode": false,
20
+ "attn_kernel_enabled": false,
21
+ "batch_size": 16,
22
+ "capacity_factor": null,
23
+ "cc_pipeline_tiling_factor": 2,
24
+ "checkpoint_id": "microsoft/phi-4",
25
+ "checkpoint_revision": "187ef0342fff0eb3333be9f00389385e95ef0b61",
26
+ "continuous_batching": true,
27
+ "enable_bucketing": false,
28
+ "ep_degree": 1,
29
+ "flash_decoding_enabled": false,
30
+ "fused_qkv": true,
31
+ "glu_mlp": true,
32
+ "is_chunked_prefill": false,
33
+ "local_ranks_size": 10,
34
+ "logical_nc_config": 1,
35
+ "max_batch_size": 16,
36
+ "max_context_length": 4096,
37
+ "max_topk": 256,
38
+ "mlp_kernel_enabled": false,
39
+ "mlp_kernel_fuse_residual_add": false,
40
+ "n_active_tokens": 4096,
41
+ "neuronxcc_version": "2.17.194.0+d312836f",
42
+ "num_cores_per_group": 1,
43
+ "on_device_sampling": true,
44
+ "optimum_neuron_version": "0.3.0.dev3",
45
+ "output_logits": false,
46
+ "padding_side": "right",
47
+ "pp_degree": 1,
48
+ "qk_layernorm": false,
49
+ "qkv_kernel_enabled": false,
50
+ "rpl_reduce_dtype": "bfloat16",
51
+ "sequence_length": 4096,
52
+ "sequence_parallel_enabled": false,
53
+ "speculation_length": 0,
54
+ "start_rank_id": 0,
55
+ "target": null,
56
+ "torch_dtype": "bfloat16",
57
+ "tp_degree": 10,
58
+ "vocab_parallel": false
59
+ },
60
+ "num_attention_heads": 40,
61
+ "num_hidden_layers": 40,
62
+ "num_key_value_heads": 10,
63
+ "original_max_position_embeddings": 16384,
64
+ "partial_rotary_factor": 1.0,
65
+ "resid_pdrop": 0.0,
66
+ "rms_norm_eps": 1e-05,
67
+ "rope_scaling": null,
68
+ "rope_theta": 250000,
69
+ "sliding_window": null,
70
+ "tie_word_embeddings": false,
71
+ "use_cache": true,
72
+ "vocab_size": 100352
73
+ }