dacorvo HF Staff commited on
Commit
624a591
·
verified ·
1 Parent(s): f24c85f

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -12313,3 +12313,6 @@ neuronxcc-2.21.18209.0+043b1bf7/MODULE_be7cc23c2b833f30aa43+a32116a7/model.neff
12313
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_518739e5169eb794e836+a02c3a36/model.neff filter=lfs diff=lfs merge=lfs -text
12314
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_518739e5169eb794e836+a02c3a36/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
12315
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_67016de67079b10e98eb+24129607/model.neff filter=lfs diff=lfs merge=lfs -text
 
 
 
 
12313
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_518739e5169eb794e836+a02c3a36/model.neff filter=lfs diff=lfs merge=lfs -text
12314
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_518739e5169eb794e836+a02c3a36/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
12315
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_67016de67079b10e98eb+24129607/model.neff filter=lfs diff=lfs merge=lfs -text
12316
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_88b7febbfc80a0e4b2a6+24129607/model.neff filter=lfs diff=lfs merge=lfs -text
12317
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_f1d98d5989c0fcb7f417+a02c3a36/model.neff filter=lfs diff=lfs merge=lfs -text
12318
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_f1d98d5989c0fcb7f417+a02c3a36/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.21.18209.0+043b1bf7/0_REGISTRY/0.4.1.dev0/qwen3/Qwen/Qwen3-8B/e5ff30320a2e5d12599f.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "Qwen/Qwen3-8B",
4
+ "_task": "text-generation",
5
+ "architectures": [
6
+ "Qwen3ForCausalLM"
7
+ ],
8
+ "attention_bias": false,
9
+ "attention_dropout": 0.0,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 4096,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 12288,
15
+ "layer_types": [
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
+ "full_attention",
44
+ "full_attention",
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention",
49
+ "full_attention",
50
+ "full_attention",
51
+ "full_attention"
52
+ ],
53
+ "max_position_embeddings": 40960,
54
+ "max_window_layers": 36,
55
+ "model_type": "qwen3",
56
+ "neuron": {
57
+ "_serialized_key": "NxDNeuronConfig",
58
+ "batch_size": 32,
59
+ "capacity_factor": null,
60
+ "checkpoint_id": "Qwen/Qwen3-8B",
61
+ "checkpoint_revision": "b968826d9c46dd6066d109eabc6255188de91218",
62
+ "continuous_batching": true,
63
+ "ep_degree": 1,
64
+ "fused_qkv": true,
65
+ "glu_mlp": true,
66
+ "local_ranks_size": 8,
67
+ "max_batch_size": 32,
68
+ "max_context_length": 4096,
69
+ "max_topk": 256,
70
+ "n_active_tokens": 4096,
71
+ "neuronxcc_version": "2.21.18209.0+043b1bf7",
72
+ "on_device_sampling": true,
73
+ "optimum_neuron_version": "0.4.1.dev0",
74
+ "output_logits": false,
75
+ "pp_degree": 1,
76
+ "sequence_length": 4096,
77
+ "speculation_length": 0,
78
+ "start_rank_id": 0,
79
+ "target": "trn1",
80
+ "torch_dtype": "bfloat16",
81
+ "tp_degree": 8
82
+ },
83
+ "num_attention_heads": 32,
84
+ "num_hidden_layers": 36,
85
+ "num_key_value_heads": 8,
86
+ "rms_norm_eps": 1e-06,
87
+ "rope_scaling": null,
88
+ "rope_theta": 1000000,
89
+ "sliding_window": null,
90
+ "tie_word_embeddings": false,
91
+ "use_cache": true,
92
+ "use_sliding_window": false,
93
+ "vocab_size": 151936
94
+ }
neuronxcc-2.21.18209.0+043b1bf7/MODULE_88b7febbfc80a0e4b2a6+24129607/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/_tp0_bk0/log-neuron-cc.txt"]
neuronxcc-2.21.18209.0+043b1bf7/MODULE_88b7febbfc80a0e4b2a6+24129607/model.done ADDED
File without changes
neuronxcc-2.21.18209.0+043b1bf7/MODULE_88b7febbfc80a0e4b2a6+24129607/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88f5d10035496b0eeee2639a3e1d53ff1692167407faa74e22672fcb0190a13e
3
+ size 1142943
neuronxcc-2.21.18209.0+043b1bf7/MODULE_88b7febbfc80a0e4b2a6+24129607/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d534064250cb3b8e43ef6cf281f96c5be80f241975083251adde38a513e3b60e
3
+ size 45599744
neuronxcc-2.21.18209.0+043b1bf7/MODULE_f1d98d5989c0fcb7f417+a02c3a36/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/_tp0_bk0/log-neuron-cc.txt", "--enable-internal-neff-wrapper"]
neuronxcc-2.21.18209.0+043b1bf7/MODULE_f1d98d5989c0fcb7f417+a02c3a36/model.done ADDED
File without changes
neuronxcc-2.21.18209.0+043b1bf7/MODULE_f1d98d5989c0fcb7f417+a02c3a36/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a17b6c68866b55ecf1014f68995de7d3191a5458c97effa720cffd0bbed6c03d
3
+ size 933889
neuronxcc-2.21.18209.0+043b1bf7/MODULE_f1d98d5989c0fcb7f417+a02c3a36/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e91ebddb608fa2d9fda9dede32f134aa8e735c28d92460fa9618e97594d98f6
3
+ size 7537664
neuronxcc-2.21.18209.0+043b1bf7/MODULE_f1d98d5989c0fcb7f417+a02c3a36/wrapped_neff.hlo ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86ce19fd8d066b366487cb0d821846694e6133bc3f5ad2a733cd69abe9bdd25e
3
+ size 7712375