tengomucho HF Staff commited on
Commit
03835a6
·
verified ·
1 Parent(s): f228980

Synchronizing local compiler cache.

Browse files
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.1.dev0/gpt_oss/openai/gpt-oss-20b/4efe9e37109625e71191.json ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "openai/gpt-oss-20b",
4
+ "_task": "text-generation",
5
+ "architectures": [
6
+ "GptOssForCausalLM"
7
+ ],
8
+ "attention_bias": true,
9
+ "attention_dropout": 0.0,
10
+ "experts_per_token": 4,
11
+ "head_dim": 64,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 2880,
14
+ "initial_context_length": 4096,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 2880,
17
+ "layer_types": [
18
+ "sliding_attention",
19
+ "full_attention",
20
+ "sliding_attention",
21
+ "full_attention",
22
+ "sliding_attention",
23
+ "full_attention",
24
+ "sliding_attention",
25
+ "full_attention",
26
+ "sliding_attention",
27
+ "full_attention",
28
+ "sliding_attention",
29
+ "full_attention",
30
+ "sliding_attention",
31
+ "full_attention",
32
+ "sliding_attention",
33
+ "full_attention",
34
+ "sliding_attention",
35
+ "full_attention",
36
+ "sliding_attention",
37
+ "full_attention",
38
+ "sliding_attention",
39
+ "full_attention",
40
+ "sliding_attention",
41
+ "full_attention"
42
+ ],
43
+ "max_position_embeddings": 131072,
44
+ "mlp_bias": false,
45
+ "model_type": "gpt_oss",
46
+ "neuron": {
47
+ "_serialized_key": "NxDNeuronConfig",
48
+ "async_mode": false,
49
+ "attn_kernel_enabled": false,
50
+ "batch_size": 1,
51
+ "capacity_factor": null,
52
+ "cc_pipeline_tiling_factor": 2,
53
+ "checkpoint_id": "openai/gpt-oss-20b",
54
+ "checkpoint_revision": "bbf09307421df45099c1e7dcbd64e3106ce5b403",
55
+ "continuous_batching": false,
56
+ "enable_bucketing": false,
57
+ "ep_degree": 1,
58
+ "flash_decoding_enabled": false,
59
+ "fused_qkv": false,
60
+ "glu_mlp": true,
61
+ "is_chunked_prefill": false,
62
+ "local_ranks_size": 8,
63
+ "logical_nc_config": 1,
64
+ "max_batch_size": 1,
65
+ "max_context_length": 256,
66
+ "max_topk": 256,
67
+ "mlp_kernel_enabled": false,
68
+ "mlp_kernel_fuse_residual_add": false,
69
+ "n_active_tokens": 256,
70
+ "neuronxcc_version": "2.19.8089.0+8ab9f450",
71
+ "num_cores_per_group": 1,
72
+ "on_device_sampling": false,
73
+ "optimum_neuron_version": "0.3.1.dev0",
74
+ "output_logits": false,
75
+ "padding_side": "right",
76
+ "pp_degree": 1,
77
+ "qk_layernorm": false,
78
+ "qkv_kernel_enabled": false,
79
+ "rpl_reduce_dtype": "bfloat16",
80
+ "sequence_length": 256,
81
+ "sequence_parallel_enabled": false,
82
+ "speculation_length": 0,
83
+ "start_rank_id": 0,
84
+ "target": null,
85
+ "torch_dtype": "bfloat16",
86
+ "tp_degree": 8,
87
+ "vocab_parallel": false
88
+ },
89
+ "num_attention_heads": 64,
90
+ "num_experts_per_tok": 4,
91
+ "num_hidden_layers": 24,
92
+ "num_key_value_heads": 8,
93
+ "num_local_experts": 32,
94
+ "output_router_logits": false,
95
+ "quantization_config": {
96
+ "modules_to_not_convert": [
97
+ "model.layers.*.self_attn",
98
+ "model.layers.*.mlp.router",
99
+ "model.embed_tokens",
100
+ "lm_head"
101
+ ],
102
+ "quant_method": "mxfp4"
103
+ },
104
+ "rms_norm_eps": 1e-05,
105
+ "rope_scaling": {
106
+ "beta_fast": 32.0,
107
+ "beta_slow": 1.0,
108
+ "factor": 32.0,
109
+ "original_max_position_embeddings": 4096,
110
+ "rope_type": "yarn",
111
+ "truncate": false
112
+ },
113
+ "rope_theta": 150000,
114
+ "router_aux_loss_coef": 0.9,
115
+ "sliding_window": 128,
116
+ "swiglu_limit": 7.0,
117
+ "tie_word_embeddings": false,
118
+ "use_cache": true,
119
+ "vocab_size": 201088
120
+ }