dacorvo HF Staff commited on
Commit
56de513
·
verified ·
1 Parent(s): 62785eb

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -11605,3 +11605,6 @@ neuronxcc-2.21.18209.0+043b1bf7/MODULE_fa4b0fc1d31c7a33f95b+ed72d204/model.neff
11605
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_0858a4338346f514c1c3+a9d440f5/model.neff filter=lfs diff=lfs merge=lfs -text
11606
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_0858a4338346f514c1c3+a9d440f5/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
11607
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_8368c27a60ca92409518+ed72d204/model.neff filter=lfs diff=lfs merge=lfs -text
 
 
 
 
11605
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_0858a4338346f514c1c3+a9d440f5/model.neff filter=lfs diff=lfs merge=lfs -text
11606
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_0858a4338346f514c1c3+a9d440f5/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
11607
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_8368c27a60ca92409518+ed72d204/model.neff filter=lfs diff=lfs merge=lfs -text
11608
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_69d16930b2b3511b2acb+a9d440f5/model.neff filter=lfs diff=lfs merge=lfs -text
11609
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_69d16930b2b3511b2acb+a9d440f5/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
11610
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_a893f8a6887d30576523+ed72d204/model.neff filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.21.18209.0+043b1bf7/0_REGISTRY/0.4.0.dev0/qwen3/Qwen/Qwen3-1.7B/bc53c49386ce335af44a.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2048,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 6144,
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
+ ],
45
+ "max_position_embeddings": 40960,
46
+ "max_window_layers": 28,
47
+ "model_type": "qwen3",
48
+ "neuron": {
49
+ "_serialized_key": "NxDNeuronConfig",
50
+ "batch_size": 4,
51
+ "capacity_factor": null,
52
+ "checkpoint_id": "Qwen/Qwen3-1.7B",
53
+ "checkpoint_revision": "70d244cc86ccca08cf5af4e1e306ecf908b1ad5e",
54
+ "continuous_batching": true,
55
+ "enable_bucketing": false,
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.21.18209.0+043b1bf7",
65
+ "on_device_sampling": false,
66
+ "optimum_neuron_version": "0.4.0.dev0",
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.21.18209.0+043b1bf7/MODULE_69d16930b2b3511b2acb+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_69d16930b2b3511b2acb+a9d440f5/model.done ADDED
File without changes
neuronxcc-2.21.18209.0+043b1bf7/MODULE_69d16930b2b3511b2acb+a9d440f5/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25d0d26388193f863ea5570c93e314e73f4e0cc11d0aae04b006c33794659451
3
+ size 702870
neuronxcc-2.21.18209.0+043b1bf7/MODULE_69d16930b2b3511b2acb+a9d440f5/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a569182b97721439f0c01d93e8fe1e1a8a82df2a9be5d0faf5ded39706b37ad
3
+ size 4793344
neuronxcc-2.21.18209.0+043b1bf7/MODULE_69d16930b2b3511b2acb+a9d440f5/wrapped_neff.hlo ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58bf1b58723937a8467f26331a5b5480fb40a359d90d1279a457a558cfe8d758
3
+ size 4930344
neuronxcc-2.21.18209.0+043b1bf7/MODULE_a893f8a6887d30576523+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_a893f8a6887d30576523+ed72d204/model.done ADDED
File without changes
neuronxcc-2.21.18209.0+043b1bf7/MODULE_a893f8a6887d30576523+ed72d204/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccb18d1cf7b9653713120a28fc270659e299e8ce0d81d3e8d5c120d1dcf1b4bf
3
+ size 865264
neuronxcc-2.21.18209.0+043b1bf7/MODULE_a893f8a6887d30576523+ed72d204/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d6c9037070c958bea9dcd730de8cac5fd7d5ee9c12c11c95630838735a2ee32
3
+ size 47944704