dacorvo HF Staff commited on
Commit
b83543a
·
verified ·
1 Parent(s): ae5c11b

Synchronizing local compiler cache.

Browse files
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.1.dev5/qwen2/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B/4bd5e3987db67d5d8be4.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B",
4
+ "_task": "text-generation",
5
+ "architectures": [
6
+ "Qwen2ForCausalLM"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 5120,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 13824,
13
+ "layer_types": [
14
+ "full_attention",
15
+ "full_attention",
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
+ "full_attention",
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention",
49
+ "full_attention",
50
+ "full_attention",
51
+ "full_attention",
52
+ "full_attention",
53
+ "full_attention",
54
+ "full_attention",
55
+ "full_attention",
56
+ "full_attention",
57
+ "full_attention",
58
+ "full_attention",
59
+ "full_attention",
60
+ "full_attention",
61
+ "full_attention"
62
+ ],
63
+ "max_position_embeddings": 131072,
64
+ "max_window_layers": 48,
65
+ "model_type": "qwen2",
66
+ "neuron": {
67
+ "_serialized_key": "NxDNeuronConfig",
68
+ "batch_size": 1,
69
+ "capacity_factor": null,
70
+ "checkpoint_id": "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B",
71
+ "checkpoint_revision": "1df8507178afcc1bef68cd8c393f61a886323761",
72
+ "continuous_batching": false,
73
+ "enable_bucketing": false,
74
+ "ep_degree": 1,
75
+ "fused_qkv": false,
76
+ "glu_mlp": true,
77
+ "local_ranks_size": 8,
78
+ "logical_nc_config": 1,
79
+ "max_batch_size": 1,
80
+ "max_context_length": 4096,
81
+ "max_topk": 256,
82
+ "n_active_tokens": 4096,
83
+ "neuronxcc_version": "2.19.8089.0+8ab9f450",
84
+ "on_device_sampling": true,
85
+ "optimum_neuron_version": "0.3.1.dev5",
86
+ "output_logits": false,
87
+ "pp_degree": 1,
88
+ "sequence_length": 4096,
89
+ "speculation_length": 0,
90
+ "start_rank_id": 0,
91
+ "target": null,
92
+ "torch_dtype": "bfloat16",
93
+ "tp_degree": 8
94
+ },
95
+ "num_attention_heads": 40,
96
+ "num_hidden_layers": 48,
97
+ "num_key_value_heads": 8,
98
+ "rms_norm_eps": 1e-05,
99
+ "rope_scaling": null,
100
+ "rope_theta": 1000000.0,
101
+ "sliding_window": null,
102
+ "tie_word_embeddings": false,
103
+ "use_cache": true,
104
+ "use_sliding_window": false,
105
+ "vocab_size": 152064
106
+ }