dacorvo HF Staff commited on
Commit
e4ef0b3
·
verified ·
1 Parent(s): a3d1a9d

Synchronizing local compiler cache.

Browse files
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.1.dev6/phi3/microsoft/phi-4/c64ebcefc811901bee66.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "batch_size": 16,
20
+ "capacity_factor": null,
21
+ "checkpoint_id": "microsoft/phi-4",
22
+ "checkpoint_revision": "187ef0342fff0eb3333be9f00389385e95ef0b61",
23
+ "continuous_batching": true,
24
+ "enable_bucketing": false,
25
+ "ep_degree": 1,
26
+ "fused_qkv": true,
27
+ "glu_mlp": true,
28
+ "local_ranks_size": 10,
29
+ "logical_nc_config": 1,
30
+ "max_batch_size": 16,
31
+ "max_context_length": 4096,
32
+ "max_topk": 256,
33
+ "n_active_tokens": 4096,
34
+ "neuronxcc_version": "2.19.8089.0+8ab9f450",
35
+ "on_device_sampling": true,
36
+ "optimum_neuron_version": "0.3.1.dev6",
37
+ "output_logits": false,
38
+ "pp_degree": 1,
39
+ "sequence_length": 4096,
40
+ "speculation_length": 0,
41
+ "start_rank_id": 0,
42
+ "target": null,
43
+ "torch_dtype": "bfloat16",
44
+ "tp_degree": 10
45
+ },
46
+ "num_attention_heads": 40,
47
+ "num_hidden_layers": 40,
48
+ "num_key_value_heads": 10,
49
+ "original_max_position_embeddings": 16384,
50
+ "partial_rotary_factor": 1.0,
51
+ "resid_pdrop": 0.0,
52
+ "rms_norm_eps": 1e-05,
53
+ "rope_scaling": null,
54
+ "rope_theta": 250000,
55
+ "sliding_window": null,
56
+ "tie_word_embeddings": false,
57
+ "use_cache": true,
58
+ "vocab_size": 100352
59
+ }