dacorvo HF Staff commited on
Commit
310e45e
·
verified ·
1 Parent(s): 527ece3

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -7780,3 +7780,6 @@ neuronxcc-2.21.33363.0+82129205/MODULE_b12885ed4bcc4569c145+a02c3a36/wrapped_nef
7780
  neuronxcc-2.21.33363.0+82129205/MODULE_77df18d2b4fbe0bf28f1+a02c3a36/model.neff filter=lfs diff=lfs merge=lfs -text
7781
  neuronxcc-2.21.33363.0+82129205/MODULE_77df18d2b4fbe0bf28f1+a02c3a36/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
7782
  neuronxcc-2.21.33363.0+82129205/MODULE_a7a6d0ace47f158c6051+6170d8e1/model.neff filter=lfs diff=lfs merge=lfs -text
 
 
 
 
7780
  neuronxcc-2.21.33363.0+82129205/MODULE_77df18d2b4fbe0bf28f1+a02c3a36/model.neff filter=lfs diff=lfs merge=lfs -text
7781
  neuronxcc-2.21.33363.0+82129205/MODULE_77df18d2b4fbe0bf28f1+a02c3a36/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
7782
  neuronxcc-2.21.33363.0+82129205/MODULE_a7a6d0ace47f158c6051+6170d8e1/model.neff filter=lfs diff=lfs merge=lfs -text
7783
+ neuronxcc-2.21.33363.0+82129205/MODULE_2e93a58002d50f0744ce+a02c3a36/model.neff filter=lfs diff=lfs merge=lfs -text
7784
+ neuronxcc-2.21.33363.0+82129205/MODULE_2e93a58002d50f0744ce+a02c3a36/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
7785
+ neuronxcc-2.21.33363.0+82129205/MODULE_36148cc2dc0bd09c128a+24129607/model.neff filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.21.33363.0+82129205/0_REGISTRY/0.4.6.dev3/0438c23a5711521d23f3885ee2d8467e2cafd830d3f9b67032189f97374cc4c0/9ce1da07c12d3c9ce1dd.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "Qwen/Qwen3-1.7B",
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": 2048,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 6144,
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-1.7B",
54
+ "checkpoint_revision": "70d244cc86ccca08cf5af4e1e306ecf908b1ad5e",
55
+ "continuous_batching": true,
56
+ "ep_degree": 1,
57
+ "fused_qkv": true,
58
+ "glu_mlp": true,
59
+ "local_ranks_size": 1,
60
+ "max_batch_size": 4,
61
+ "max_context_length": 1024,
62
+ "max_topk": 256,
63
+ "n_active_tokens": 1024,
64
+ "neuronxcc_version": "2.21.33363.0+82129205",
65
+ "on_device_sampling": true,
66
+ "optimum_neuron_version": "0.4.6.dev3",
67
+ "output_logits": false,
68
+ "pp_degree": 1,
69
+ "prefill_chunk_size": 0,
70
+ "sequence_length": 1024,
71
+ "speculation_length": 0,
72
+ "start_rank_id": 0,
73
+ "target": "trn1",
74
+ "torch_dtype": "bfloat16",
75
+ "tp_degree": 1
76
+ },
77
+ "num_attention_heads": 16,
78
+ "num_hidden_layers": 28,
79
+ "num_key_value_heads": 8,
80
+ "rms_norm_eps": 1e-06,
81
+ "rope_scaling": null,
82
+ "rope_theta": 1000000,
83
+ "sliding_window": null,
84
+ "tie_word_embeddings": true,
85
+ "use_cache": true,
86
+ "use_sliding_window": false,
87
+ "vocab_size": 151936
88
+ }
neuronxcc-2.21.33363.0+82129205/MODULE_2e93a58002d50f0744ce+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.33363.0+82129205/MODULE_2e93a58002d50f0744ce+a02c3a36/model.done ADDED
File without changes
neuronxcc-2.21.33363.0+82129205/MODULE_2e93a58002d50f0744ce+a02c3a36/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d703ac659abce02e66aa79175f3103bc47cdaa56b69d7b8bb3eb4e1fa529782
3
+ size 727217
neuronxcc-2.21.33363.0+82129205/MODULE_2e93a58002d50f0744ce+a02c3a36/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f047dc14aadaf7399de4a59da47c1325478193226360431881f79a94037cf694
3
+ size 5540864
neuronxcc-2.21.33363.0+82129205/MODULE_2e93a58002d50f0744ce+a02c3a36/wrapped_neff.hlo ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dba82499c10ec5ae1331a6f6a05e51ea0d3b7891883b0504f7026d7a6ba4250c
3
+ size 5678842
neuronxcc-2.21.33363.0+82129205/MODULE_36148cc2dc0bd09c128a+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.33363.0+82129205/MODULE_36148cc2dc0bd09c128a+24129607/model.done ADDED
File without changes
neuronxcc-2.21.33363.0+82129205/MODULE_36148cc2dc0bd09c128a+24129607/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ea84db1c673e4c87ee3ed79b2e3b49d808a28da9208607aa9355ad44f133327
3
+ size 684237
neuronxcc-2.21.33363.0+82129205/MODULE_36148cc2dc0bd09c128a+24129607/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22cade41273c339f86f42a4b2d889cbdf6acb7f007095a97698ac4847833acd7
3
+ size 13200384