dacorvo HF Staff commited on
Commit
04935d9
·
verified ·
1 Parent(s): fa17aba

Synchronizing local compiler cache.

Browse files
neuronxcc-2.21.18209.0+043b1bf7/0_REGISTRY/0.4.0/qwen2/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B/e4a7cd4f6d3a0a6376e6.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
4
+ "_task": "text-generation",
5
+ "architectures": [
6
+ "Qwen2ForCausalLM"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 1536,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 8960,
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
+ ],
43
+ "max_position_embeddings": 131072,
44
+ "max_window_layers": 21,
45
+ "model_type": "qwen2",
46
+ "neuron": {
47
+ "_serialized_key": "NxDNeuronConfig",
48
+ "batch_size": 4,
49
+ "capacity_factor": null,
50
+ "checkpoint_id": "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
51
+ "checkpoint_revision": "ad9f0ae0864d7fbcd1cd905e3c6c5b069cc8b562",
52
+ "continuous_batching": true,
53
+ "enable_bucketing": false,
54
+ "ep_degree": 1,
55
+ "fused_qkv": false,
56
+ "glu_mlp": true,
57
+ "local_ranks_size": 2,
58
+ "max_batch_size": 4,
59
+ "max_context_length": 4096,
60
+ "max_topk": 256,
61
+ "n_active_tokens": 4096,
62
+ "neuronxcc_version": "2.21.18209.0+043b1bf7",
63
+ "on_device_sampling": false,
64
+ "optimum_neuron_version": "0.4.0",
65
+ "output_logits": false,
66
+ "pp_degree": 1,
67
+ "sequence_length": 4096,
68
+ "speculation_length": 0,
69
+ "start_rank_id": 0,
70
+ "target": "trn1",
71
+ "torch_dtype": "bfloat16",
72
+ "tp_degree": 2
73
+ },
74
+ "num_attention_heads": 12,
75
+ "num_hidden_layers": 28,
76
+ "num_key_value_heads": 2,
77
+ "rms_norm_eps": 1e-06,
78
+ "rope_scaling": null,
79
+ "rope_theta": 10000,
80
+ "sliding_window": null,
81
+ "tie_word_embeddings": false,
82
+ "use_cache": true,
83
+ "use_mrope": false,
84
+ "use_sliding_window": false,
85
+ "vocab_size": 151936
86
+ }