dacorvo HF Staff commited on
Commit
b53df1e
·
verified ·
1 Parent(s): 3fc99c2

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -14814,3 +14814,6 @@ neuronxcc-2.21.33363.0+82129205/MODULE_e2a55b2ffbb844debb55+f8e432bd/model.neff
14814
  neuronxcc-2.21.33363.0+82129205/MODULE_e2a55b2ffbb844debb55+f8e432bd/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
14815
  neuronxcc-2.21.33363.0+82129205/MODULE_e9f45339826914e7685d+573f850f/model.neff filter=lfs diff=lfs merge=lfs -text
14816
  neuronxcc-2.21.33363.0+82129205/MODULE_e9f45339826914e7685d+573f850f/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
 
 
 
 
14814
  neuronxcc-2.21.33363.0+82129205/MODULE_e2a55b2ffbb844debb55+f8e432bd/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
14815
  neuronxcc-2.21.33363.0+82129205/MODULE_e9f45339826914e7685d+573f850f/model.neff filter=lfs diff=lfs merge=lfs -text
14816
  neuronxcc-2.21.33363.0+82129205/MODULE_e9f45339826914e7685d+573f850f/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
14817
+ neuronxcc-2.22.12471.0+b4a00d10/MODULE_73645ab8f4c76b2a2ba7+84337dd9/model.neff filter=lfs diff=lfs merge=lfs -text
14818
+ neuronxcc-2.22.12471.0+b4a00d10/MODULE_73645ab8f4c76b2a2ba7+84337dd9/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
14819
+ neuronxcc-2.22.12471.0+b4a00d10/MODULE_7a9140b490a5784e886b+519f203d/model.neff filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.22.12471.0+b4a00d10/0_REGISTRY/0.4.4.dev2/qwen3/Qwen/Qwen3-0.6B/d6d8173f73ee3b08a44e.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "Qwen/Qwen3-0.6B",
4
+ "_task": "text-generation",
5
+ "architectures": [
6
+ "Qwen3ForCausalLM"
7
+ ],
8
+ "attention_bias": false,
9
+ "attention_dropout": 0.0,
10
+ "dtype": "bfloat16",
11
+ "head_dim": 128,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 1024,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "layer_types": [
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
+ "full_attention",
44
+ "full_attention"
45
+ ],
46
+ "max_position_embeddings": 40960,
47
+ "max_window_layers": 28,
48
+ "model_type": "qwen3",
49
+ "neuron": {
50
+ "_serialized_key": "NxDNeuronConfig",
51
+ "batch_size": 4,
52
+ "capacity_factor": null,
53
+ "checkpoint_id": "Qwen/Qwen3-0.6B",
54
+ "checkpoint_revision": "c1899de289a04d12100db370d81485cdf75e47ca",
55
+ "continuous_batching": true,
56
+ "ep_degree": 1,
57
+ "fused_qkv": true,
58
+ "glu_mlp": true,
59
+ "local_ranks_size": 2,
60
+ "max_batch_size": 4,
61
+ "max_context_length": 4096,
62
+ "max_topk": 256,
63
+ "n_active_tokens": 4096,
64
+ "neuronxcc_version": "2.22.12471.0+b4a00d10",
65
+ "on_device_sampling": false,
66
+ "optimum_neuron_version": "0.4.4.dev2",
67
+ "output_logits": false,
68
+ "pp_degree": 1,
69
+ "sequence_length": 4096,
70
+ "speculation_length": 0,
71
+ "start_rank_id": 0,
72
+ "target": "trn1",
73
+ "torch_dtype": "bfloat16",
74
+ "tp_degree": 2
75
+ },
76
+ "num_attention_heads": 16,
77
+ "num_hidden_layers": 28,
78
+ "num_key_value_heads": 8,
79
+ "rms_norm_eps": 1e-06,
80
+ "rope_scaling": null,
81
+ "rope_theta": 1000000,
82
+ "sliding_window": null,
83
+ "tie_word_embeddings": true,
84
+ "use_cache": true,
85
+ "use_sliding_window": false,
86
+ "vocab_size": 151936
87
+ }
neuronxcc-2.22.12471.0+b4a00d10/MODULE_73645ab8f4c76b2a2ba7+84337dd9/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", "--logfile=/tmp/nxd_model/token_generation/_tp0_bk0/log-neuron-cc.txt", "--enable-internal-neff-wrapper"]
neuronxcc-2.22.12471.0+b4a00d10/MODULE_73645ab8f4c76b2a2ba7+84337dd9/model.done ADDED
File without changes
neuronxcc-2.22.12471.0+b4a00d10/MODULE_73645ab8f4c76b2a2ba7+84337dd9/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bbefef56ab55dec80fc443d15e3af060d00e6498687644f458174887c3802b8
3
+ size 2902936
neuronxcc-2.22.12471.0+b4a00d10/MODULE_73645ab8f4c76b2a2ba7+84337dd9/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c74fd87b57f02754dbd64c4a04678ba1b73a5b32206b50c5a72dbb8898b4e7f
3
+ size 4035584
neuronxcc-2.22.12471.0+b4a00d10/MODULE_73645ab8f4c76b2a2ba7+84337dd9/wrapped_neff.hlo ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdaebe40571cc0ab38efb606154b22938f2b48757905cc04b114b7ce63fe87c8
3
+ size 4172641
neuronxcc-2.22.12471.0+b4a00d10/MODULE_7a9140b490a5784e886b+519f203d/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", "--logfile=/tmp/nxd_model/context_encoding/_tp0_bk0/log-neuron-cc.txt"]
neuronxcc-2.22.12471.0+b4a00d10/MODULE_7a9140b490a5784e886b+519f203d/model.done ADDED
File without changes
neuronxcc-2.22.12471.0+b4a00d10/MODULE_7a9140b490a5784e886b+519f203d/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c10741bd48d6d42d02c1b7a3a774e15c2fb7a4f4c6ed14ce174c5501e8629555
3
+ size 2612747
neuronxcc-2.22.12471.0+b4a00d10/MODULE_7a9140b490a5784e886b+519f203d/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27bd6b051b18254441af413a5a842e44e528464767d9b6ad64e0d3a4967ea352
3
+ size 41309184