dacorvo HF Staff commited on
Commit
932f7c1
·
verified ·
1 Parent(s): b049287

Synchronizing local compiler cache.

Browse files
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.1.dev4/qwen3/Qwen/Qwen3-0.6B/4ece2da3975a8df07c31.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "Qwen/Qwen3-0.6B",
4
+ "_task": "text-generation",
5
+ "architectures": [
6
+ "Qwen3ForCausalLM"
7
+ ],
8
+ "attention_bias": false,
9
+ "attention_dropout": 0.0,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 1024,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_types": [
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention",
42
+ "full_attention",
43
+ "full_attention"
44
+ ],
45
+ "max_position_embeddings": 40960,
46
+ "max_window_layers": 28,
47
+ "model_type": "qwen3",
48
+ "neuron": {
49
+ "_serialized_key": "NxDNeuronConfig",
50
+ "async_mode": false,
51
+ "attn_kernel_enabled": false,
52
+ "batch_size": 4,
53
+ "capacity_factor": null,
54
+ "cc_pipeline_tiling_factor": 2,
55
+ "checkpoint_id": "Qwen/Qwen3-0.6B",
56
+ "checkpoint_revision": "c1899de289a04d12100db370d81485cdf75e47ca",
57
+ "continuous_batching": true,
58
+ "enable_bucketing": false,
59
+ "ep_degree": 1,
60
+ "flash_decoding_enabled": false,
61
+ "fused_qkv": true,
62
+ "glu_mlp": true,
63
+ "is_chunked_prefill": false,
64
+ "local_ranks_size": 2,
65
+ "logical_nc_config": 1,
66
+ "max_batch_size": 4,
67
+ "max_context_length": 4096,
68
+ "max_topk": 256,
69
+ "mlp_kernel_enabled": false,
70
+ "mlp_kernel_fuse_residual_add": false,
71
+ "n_active_tokens": 4096,
72
+ "neuronxcc_version": "2.19.8089.0+8ab9f450",
73
+ "num_cores_per_group": 1,
74
+ "on_device_sampling": false,
75
+ "optimum_neuron_version": "0.3.1.dev4",
76
+ "output_logits": false,
77
+ "pp_degree": 1,
78
+ "qkv_kernel_enabled": false,
79
+ "sequence_length": 4096,
80
+ "sequence_parallel_enabled": false,
81
+ "speculation_length": 0,
82
+ "start_rank_id": 0,
83
+ "target": null,
84
+ "torch_dtype": "bfloat16",
85
+ "tp_degree": 2,
86
+ "vocab_parallel": false
87
+ },
88
+ "num_attention_heads": 16,
89
+ "num_hidden_layers": 28,
90
+ "num_key_value_heads": 8,
91
+ "rms_norm_eps": 1e-06,
92
+ "rope_scaling": null,
93
+ "rope_theta": 1000000,
94
+ "sliding_window": null,
95
+ "tie_word_embeddings": true,
96
+ "use_cache": true,
97
+ "use_sliding_window": false,
98
+ "vocab_size": 151936
99
+ }