dacorvo HF Staff commited on
Commit
6130faa
·
verified ·
1 Parent(s): 1e68722

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -11533,3 +11533,6 @@ neuronxcc-2.21.18209.0+043b1bf7/MODULE_625dfc0c1d6d8b322c0f+a9d440f5/wrapped_nef
11533
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_de2b2276e44793b76385+ed72d204/model.neff filter=lfs diff=lfs merge=lfs -text
11534
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_f38619383b5f23ad2df3+a9d440f5/model.neff filter=lfs diff=lfs merge=lfs -text
11535
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_f38619383b5f23ad2df3+a9d440f5/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
 
 
 
 
11533
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_de2b2276e44793b76385+ed72d204/model.neff filter=lfs diff=lfs merge=lfs -text
11534
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_f38619383b5f23ad2df3+a9d440f5/model.neff filter=lfs diff=lfs merge=lfs -text
11535
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_f38619383b5f23ad2df3+a9d440f5/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
11536
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_cb7d34948876c07f4983+a9d440f5/model.neff filter=lfs diff=lfs merge=lfs -text
11537
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_cb7d34948876c07f4983+a9d440f5/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
11538
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_de60b7e0875cabfdcc73+ed72d204/model.neff filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.21.18209.0+043b1bf7/0_REGISTRY/0.4.0.dev0/qwen2/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B/139bf9277ac9e7853298.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B",
4
+ "_task": "text-generation",
5
+ "architectures": [
6
+ "Qwen2ForCausalLM"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 3584,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 18944,
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": 28,
45
+ "model_type": "qwen2",
46
+ "neuron": {
47
+ "_serialized_key": "NxDNeuronConfig",
48
+ "batch_size": 1,
49
+ "capacity_factor": null,
50
+ "checkpoint_id": "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B",
51
+ "checkpoint_revision": "916b56a44061fd5cd7d6a8fb632557ed4f724f60",
52
+ "continuous_batching": false,
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": 1,
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": true,
64
+ "optimum_neuron_version": "0.4.0.dev0",
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": 28,
75
+ "num_hidden_layers": 28,
76
+ "num_key_value_heads": 4,
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": 152064
86
+ }
neuronxcc-2.21.18209.0+043b1bf7/MODULE_cb7d34948876c07f4983+a9d440f5/compile_flags.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["--target=trn1", "--auto-cast=none", "--model-type=transformer", "--tensorizer-options=--enable-ccop-compute-overlap --cc-pipeline-tiling-factor=2 --vectorize-strided-dma ", "-O2", "--lnc=1", "--logfile=/tmp/nxd_model/token_generation_model/_tp0_bk0/log-neuron-cc.txt", "--enable-internal-neff-wrapper"]
neuronxcc-2.21.18209.0+043b1bf7/MODULE_cb7d34948876c07f4983+a9d440f5/model.done ADDED
File without changes
neuronxcc-2.21.18209.0+043b1bf7/MODULE_cb7d34948876c07f4983+a9d440f5/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eb09785e345b325605e09a140d3d8523ffec5c1a6bdaa0643b6cebc7a39d7be
3
+ size 741737
neuronxcc-2.21.18209.0+043b1bf7/MODULE_cb7d34948876c07f4983+a9d440f5/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:274484074d46367b801eed956de236b4cd587b2e61e1da8883f728f1562fa346
3
+ size 8438784
neuronxcc-2.21.18209.0+043b1bf7/MODULE_cb7d34948876c07f4983+a9d440f5/wrapped_neff.hlo ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6a78d9920dcddbf67927d7811429c2ae541213813fd80ce17ad6da54041a5ae
3
+ size 8647693
neuronxcc-2.21.18209.0+043b1bf7/MODULE_de60b7e0875cabfdcc73+ed72d204/compile_flags.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["--target=trn1", "--auto-cast=none", "--model-type=transformer", "--tensorizer-options=--enable-ccop-compute-overlap --cc-pipeline-tiling-factor=2 --vectorize-strided-dma ", "-O2", "--lnc=1", "--logfile=/tmp/nxd_model/context_encoding_model/_tp0_bk0/log-neuron-cc.txt"]
neuronxcc-2.21.18209.0+043b1bf7/MODULE_de60b7e0875cabfdcc73+ed72d204/model.done ADDED
File without changes
neuronxcc-2.21.18209.0+043b1bf7/MODULE_de60b7e0875cabfdcc73+ed72d204/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e3cac7fbe8dd9227d01270bc23b7a408ed3ecb3adf1d6297bba0265fdd49caa
3
+ size 868004
neuronxcc-2.21.18209.0+043b1bf7/MODULE_de60b7e0875cabfdcc73+ed72d204/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e49d95c12469222dab92afa58369f3946b347fff9fdc7611e3caa35b2c136222
3
+ size 6616064