dacorvo HF Staff commited on
Commit
388e28c
·
verified ·
1 Parent(s): 3f731fb

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -11644,3 +11644,6 @@ neuronxcc-2.21.18209.0+043b1bf7/MODULE_e0ac161a68a98b4a1c00+a9d440f5/wrapped_nef
11644
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_71d5fc8a2ccd30b220c8+a9d440f5/model.neff filter=lfs diff=lfs merge=lfs -text
11645
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_71d5fc8a2ccd30b220c8+a9d440f5/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
11646
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_7e10b137a332169e271f+ed72d204/model.neff filter=lfs diff=lfs merge=lfs -text
 
 
 
 
11644
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_71d5fc8a2ccd30b220c8+a9d440f5/model.neff filter=lfs diff=lfs merge=lfs -text
11645
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_71d5fc8a2ccd30b220c8+a9d440f5/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
11646
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_7e10b137a332169e271f+ed72d204/model.neff filter=lfs diff=lfs merge=lfs -text
11647
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_32d630cc4862493aefd6+ed72d204/model.neff filter=lfs diff=lfs merge=lfs -text
11648
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_64241b50fb6f1a9c490a+a9d440f5/model.neff filter=lfs diff=lfs merge=lfs -text
11649
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_64241b50fb6f1a9c490a+a9d440f5/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.21.18209.0+043b1bf7/0_REGISTRY/0.4.0.dev0/qwen2/Qwen/Qwen2.5-1.5B/2af055bc04448dcbd455.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "Qwen/Qwen2.5-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": 28,
45
+ "model_type": "qwen2",
46
+ "neuron": {
47
+ "_serialized_key": "NxDNeuronConfig",
48
+ "batch_size": 4,
49
+ "capacity_factor": null,
50
+ "checkpoint_id": "Qwen/Qwen2.5-1.5B",
51
+ "checkpoint_revision": "8faed761d45a263340a0528343f099c05c9a4323",
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.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": 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": 1000000.0,
80
+ "sliding_window": null,
81
+ "tie_word_embeddings": true,
82
+ "use_cache": true,
83
+ "use_mrope": false,
84
+ "use_sliding_window": false,
85
+ "vocab_size": 151936
86
+ }
neuronxcc-2.21.18209.0+043b1bf7/MODULE_32d630cc4862493aefd6+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_32d630cc4862493aefd6+ed72d204/model.done ADDED
File without changes
neuronxcc-2.21.18209.0+043b1bf7/MODULE_32d630cc4862493aefd6+ed72d204/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28bdd8a066dd66dfa9285cd66935d678b60d105967f4916f13df3a98c2b656cc
3
+ size 868147
neuronxcc-2.21.18209.0+043b1bf7/MODULE_32d630cc4862493aefd6+ed72d204/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10d7971f60c763530dbd02566fa4c59354c257cad34ed0c52ae7ff2bb12413dc
3
+ size 38923264
neuronxcc-2.21.18209.0+043b1bf7/MODULE_64241b50fb6f1a9c490a+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_64241b50fb6f1a9c490a+a9d440f5/model.done ADDED
File without changes
neuronxcc-2.21.18209.0+043b1bf7/MODULE_64241b50fb6f1a9c490a+a9d440f5/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cc79246efb7cb58027847703c834682f9d7a00f8379f8fedaf36642eee35a25
3
+ size 690969
neuronxcc-2.21.18209.0+043b1bf7/MODULE_64241b50fb6f1a9c490a+a9d440f5/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54272c9e45b0e48dcf2151d5c8bbe4850d1e3483e2d9e6c47d084780a2182a5f
3
+ size 3349504
neuronxcc-2.21.18209.0+043b1bf7/MODULE_64241b50fb6f1a9c490a+a9d440f5/wrapped_neff.hlo ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f30955ac299d1b1fd73802df447078a272da513ebf5325b161fc455e9e2cfea5
3
+ size 3533704