dacorvo HF Staff commited on
Commit
9c2b899
·
verified ·
1 Parent(s): 6dacca6

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -11311,3 +11311,6 @@ neuronxcc-2.21.18209.0+043b1bf7/MODULE_ec107f89d0dea5a3e3a4+ed72d204/model.neff
11311
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_55a3195e8eb289054400+a9d440f5/model.neff filter=lfs diff=lfs merge=lfs -text
11312
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_55a3195e8eb289054400+a9d440f5/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
11313
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_e5954e0e6a8a1be7b6e9+ed72d204/model.neff filter=lfs diff=lfs merge=lfs -text
 
 
 
 
11311
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_55a3195e8eb289054400+a9d440f5/model.neff filter=lfs diff=lfs merge=lfs -text
11312
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_55a3195e8eb289054400+a9d440f5/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
11313
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_e5954e0e6a8a1be7b6e9+ed72d204/model.neff filter=lfs diff=lfs merge=lfs -text
11314
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_ea0d710b9f1463140280+ed72d204/model.neff filter=lfs diff=lfs merge=lfs -text
11315
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_fde1ed73c7f127095e6d+a9d440f5/model.neff filter=lfs diff=lfs merge=lfs -text
11316
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_fde1ed73c7f127095e6d+a9d440f5/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.21.18209.0+043b1bf7/0_REGISTRY/0.3.1.dev7/qwen2/Qwen/Qwen2.5-7B-Instruct/7dc7b63f9ed3be3df572.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "Qwen/Qwen2.5-7B-Instruct",
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": 32768,
44
+ "max_window_layers": 28,
45
+ "model_type": "qwen2",
46
+ "neuron": {
47
+ "_serialized_key": "NxDNeuronConfig",
48
+ "batch_size": 32,
49
+ "capacity_factor": null,
50
+ "checkpoint_id": "Qwen/Qwen2.5-7B-Instruct",
51
+ "checkpoint_revision": "a09a35458c702b33eeacc393d103063234e8bc28",
52
+ "continuous_batching": true,
53
+ "enable_bucketing": false,
54
+ "ep_degree": 1,
55
+ "fused_qkv": false,
56
+ "glu_mlp": true,
57
+ "local_ranks_size": 8,
58
+ "logical_nc_config": 1,
59
+ "max_batch_size": 32,
60
+ "max_context_length": 4096,
61
+ "max_topk": 256,
62
+ "n_active_tokens": 4096,
63
+ "neuronxcc_version": "2.21.18209.0+043b1bf7",
64
+ "on_device_sampling": true,
65
+ "optimum_neuron_version": "0.3.1.dev7",
66
+ "output_logits": false,
67
+ "pp_degree": 1,
68
+ "sequence_length": 4096,
69
+ "speculation_length": 0,
70
+ "start_rank_id": 0,
71
+ "target": null,
72
+ "torch_dtype": "bfloat16",
73
+ "tp_degree": 8
74
+ },
75
+ "num_attention_heads": 28,
76
+ "num_hidden_layers": 28,
77
+ "num_key_value_heads": 4,
78
+ "rms_norm_eps": 1e-06,
79
+ "rope_scaling": null,
80
+ "rope_theta": 1000000.0,
81
+ "sliding_window": null,
82
+ "tie_word_embeddings": false,
83
+ "use_cache": true,
84
+ "use_sliding_window": false,
85
+ "vocab_size": 152064
86
+ }
neuronxcc-2.21.18209.0+043b1bf7/MODULE_ea0d710b9f1463140280+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_ea0d710b9f1463140280+ed72d204/model.done ADDED
File without changes
neuronxcc-2.21.18209.0+043b1bf7/MODULE_ea0d710b9f1463140280+ed72d204/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4d0ef78610d0e263f782a18dfc6b649ed439e2f2ea75bdbe5538642c4318112
3
+ size 911685
neuronxcc-2.21.18209.0+043b1bf7/MODULE_ea0d710b9f1463140280+ed72d204/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a98c6c71b9ace4ee042f41018f64e2fe14f9c0f51e77ead49befab17707560f
3
+ size 41114624
neuronxcc-2.21.18209.0+043b1bf7/MODULE_fde1ed73c7f127095e6d+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_fde1ed73c7f127095e6d+a9d440f5/model.done ADDED
File without changes
neuronxcc-2.21.18209.0+043b1bf7/MODULE_fde1ed73c7f127095e6d+a9d440f5/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46eeb438d2e41f10f76fc07c0d4ce3c289bd77b727745204d5279e4cea3355a2
3
+ size 735407
neuronxcc-2.21.18209.0+043b1bf7/MODULE_fde1ed73c7f127095e6d+a9d440f5/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ef200ec753ad60fba4db32b995e5e30b8f281304444757d05c95de3e38b7e8d
3
+ size 6728704
neuronxcc-2.21.18209.0+043b1bf7/MODULE_fde1ed73c7f127095e6d+a9d440f5/wrapped_neff.hlo ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3c0e8cbdea5e7e007909fe8986899db6c93c796b86f9a78a4f014946851f420
3
+ size 6912039