dacorvo HF Staff commited on
Commit
73b8bd2
·
verified ·
1 Parent(s): 1dd7c9f

Synchronizing local compiler cache.

Browse files
neuronxcc-2.21.18209.0+043b1bf7/0_REGISTRY/0.4.2.dev0/qwen3_moe/Qwen/Qwen3-235B-A22B-Instruct-2507/ba1168a4b64297f04d1e.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "Qwen/Qwen3-235B-A22B-Instruct-2507",
4
+ "_task": "text-generation",
5
+ "architectures": [
6
+ "Qwen3MoeForCausalLM"
7
+ ],
8
+ "attention_bias": false,
9
+ "attention_dropout": 0.0,
10
+ "decoder_sparse_step": 1,
11
+ "head_dim": 128,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 4096,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 12288,
16
+ "max_position_embeddings": 262144,
17
+ "max_window_layers": 94,
18
+ "mlp_only_layers": [],
19
+ "model_type": "qwen3_moe",
20
+ "moe_intermediate_size": 1536,
21
+ "neuron": {
22
+ "_serialized_key": "NxDNeuronConfig",
23
+ "batch_size": 4,
24
+ "capacity_factor": null,
25
+ "checkpoint_id": "Qwen/Qwen3-235B-A22B-Instruct-2507",
26
+ "checkpoint_revision": "ac9c66cc9b46af7306746a9250f23d47083d689e",
27
+ "continuous_batching": true,
28
+ "ep_degree": 1,
29
+ "fused_qkv": false,
30
+ "glu_mlp": true,
31
+ "local_ranks_size": 64,
32
+ "max_batch_size": 4,
33
+ "max_context_length": 4096,
34
+ "max_topk": 256,
35
+ "n_active_tokens": 4096,
36
+ "neuronxcc_version": "2.21.18209.0+043b1bf7",
37
+ "on_device_sampling": true,
38
+ "optimum_neuron_version": "0.4.2.dev0",
39
+ "output_logits": false,
40
+ "pp_degree": 1,
41
+ "sequence_length": 4096,
42
+ "speculation_length": 0,
43
+ "start_rank_id": 0,
44
+ "target": "trn2",
45
+ "torch_dtype": "bfloat16",
46
+ "tp_degree": 64
47
+ },
48
+ "norm_topk_prob": true,
49
+ "num_attention_heads": 64,
50
+ "num_experts": 128,
51
+ "num_experts_per_tok": 8,
52
+ "num_hidden_layers": 94,
53
+ "num_key_value_heads": 4,
54
+ "output_router_logits": false,
55
+ "rms_norm_eps": 1e-06,
56
+ "rope_scaling": null,
57
+ "rope_theta": 5000000,
58
+ "router_aux_loss_coef": 0.001,
59
+ "sliding_window": null,
60
+ "tie_word_embeddings": false,
61
+ "use_cache": true,
62
+ "use_sliding_window": false,
63
+ "vocab_size": 151936
64
+ }