dacorvo HF Staff commited on
Commit
ea9988d
·
verified ·
1 Parent(s): 53df80b

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -7756,3 +7756,6 @@ neuronxcc-2.23.6484.0+3b612583/MODULE_5f194edb9c56b334e350+781055f7/model.neff f
7756
  neuronxcc-2.23.6484.0+3b612583/MODULE_3a965afc201fc7ad5e45+dae43e99/model.neff filter=lfs diff=lfs merge=lfs -text
7757
  neuronxcc-2.23.6484.0+3b612583/MODULE_3a965afc201fc7ad5e45+dae43e99/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
7758
  neuronxcc-2.23.6484.0+3b612583/MODULE_e8ec3ee0880e1116456f+781055f7/model.neff filter=lfs diff=lfs merge=lfs -text
 
 
 
 
7756
  neuronxcc-2.23.6484.0+3b612583/MODULE_3a965afc201fc7ad5e45+dae43e99/model.neff filter=lfs diff=lfs merge=lfs -text
7757
  neuronxcc-2.23.6484.0+3b612583/MODULE_3a965afc201fc7ad5e45+dae43e99/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
7758
  neuronxcc-2.23.6484.0+3b612583/MODULE_e8ec3ee0880e1116456f+781055f7/model.neff filter=lfs diff=lfs merge=lfs -text
7759
+ neuronxcc-2.23.6484.0+3b612583/MODULE_8e0f425c77a096d54ad8+dae43e99/model.neff filter=lfs diff=lfs merge=lfs -text
7760
+ neuronxcc-2.23.6484.0+3b612583/MODULE_8e0f425c77a096d54ad8+dae43e99/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
7761
+ neuronxcc-2.23.6484.0+3b612583/MODULE_e25122de1346508d5af6+781055f7/model.neff filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.23.6484.0+3b612583/0_REGISTRY/0.4.6.dev3/d915dcdd91e8e2f04ff262f036618c2a933bae11f6700cdeb4bb8d5c1aca1be0/a0578785508953fb2823.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "dtype": "bfloat16",
10
+ "hidden_act": "silu",
11
+ "hidden_size": 1536,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 8960,
14
+ "layer_types": [
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
+ ],
44
+ "max_position_embeddings": 131072,
45
+ "max_window_layers": 28,
46
+ "model_type": "qwen2",
47
+ "neuron": {
48
+ "_serialized_key": "NxDNeuronConfig",
49
+ "batch_size": 4,
50
+ "capacity_factor": null,
51
+ "checkpoint_id": "Qwen/Qwen2.5-1.5B",
52
+ "checkpoint_revision": "8faed761d45a263340a0528343f099c05c9a4323",
53
+ "continuous_batching": true,
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": 1024,
60
+ "max_topk": 256,
61
+ "n_active_tokens": 1024,
62
+ "neuronxcc_version": "2.23.6484.0+3b612583",
63
+ "on_device_sampling": false,
64
+ "optimum_neuron_version": "0.4.6.dev3",
65
+ "output_logits": false,
66
+ "pp_degree": 1,
67
+ "prefill_chunk_size": 0,
68
+ "sequence_length": 1024,
69
+ "speculation_length": 0,
70
+ "start_rank_id": 0,
71
+ "target": "trn1",
72
+ "torch_dtype": "bfloat16",
73
+ "tp_degree": 2
74
+ },
75
+ "num_attention_heads": 12,
76
+ "num_hidden_layers": 28,
77
+ "num_key_value_heads": 2,
78
+ "rms_norm_eps": 1e-06,
79
+ "rope_scaling": null,
80
+ "rope_theta": 1000000.0,
81
+ "sliding_window": null,
82
+ "tie_word_embeddings": true,
83
+ "use_cache": true,
84
+ "use_mrope": false,
85
+ "use_sliding_window": false,
86
+ "vocab_size": 151936
87
+ }
neuronxcc-2.23.6484.0+3b612583/MODULE_8e0f425c77a096d54ad8+dae43e99/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", "--verbose=35", "--enable-internal-neff-wrapper"]
neuronxcc-2.23.6484.0+3b612583/MODULE_8e0f425c77a096d54ad8+dae43e99/model.done ADDED
File without changes
neuronxcc-2.23.6484.0+3b612583/MODULE_8e0f425c77a096d54ad8+dae43e99/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a26fb378196a018a029523fb077db56ec5af94e32bc1287e701e1a1a1b858289
3
+ size 2438360
neuronxcc-2.23.6484.0+3b612583/MODULE_8e0f425c77a096d54ad8+dae43e99/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72a847faaaa9ed0b9930da3607ac03aec171d603052b1b6bb1a412da3aabd4bc
3
+ size 3441664
neuronxcc-2.23.6484.0+3b612583/MODULE_8e0f425c77a096d54ad8+dae43e99/wrapped_neff.hlo ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8f42a338b6964709cd5b2fa08ecbab67af2f3f855e8ac3829b14519c271c340
3
+ size 3625725
neuronxcc-2.23.6484.0+3b612583/MODULE_e25122de1346508d5af6+781055f7/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", "--verbose=35"]
neuronxcc-2.23.6484.0+3b612583/MODULE_e25122de1346508d5af6+781055f7/model.done ADDED
File without changes
neuronxcc-2.23.6484.0+3b612583/MODULE_e25122de1346508d5af6+781055f7/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:152d1d44a7e9606f7eb57d8e65a1607ed2b50da103f8bd10f01ec4740a1d22ff
3
+ size 2284352
neuronxcc-2.23.6484.0+3b612583/MODULE_e25122de1346508d5af6+781055f7/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9f0e6e309c32cef88b91fbf4991aabec4c55e2a2f93788616f9fa44c71027e4
3
+ size 3984384