dacorvo HF Staff commited on
Commit
0caf05c
·
verified ·
1 Parent(s): e4a65c8

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -11335,3 +11335,6 @@ neuronxcc-2.21.18209.0+043b1bf7/MODULE_8acc9a6488836e96530c+ed72d204/model.neff
11335
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_17ff26dc5c82ddc1c4c0+ed72d204/model.neff filter=lfs diff=lfs merge=lfs -text
11336
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_bc27d95051f1f8803620+a9d440f5/model.neff filter=lfs diff=lfs merge=lfs -text
11337
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_bc27d95051f1f8803620+a9d440f5/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
 
 
 
 
11335
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_17ff26dc5c82ddc1c4c0+ed72d204/model.neff filter=lfs diff=lfs merge=lfs -text
11336
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_bc27d95051f1f8803620+a9d440f5/model.neff filter=lfs diff=lfs merge=lfs -text
11337
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_bc27d95051f1f8803620+a9d440f5/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
11338
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_9bf596f97007b8753d4f+ed72d204/model.neff filter=lfs diff=lfs merge=lfs -text
11339
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_f6f9dcccc1388c482af7+a9d440f5/model.neff filter=lfs diff=lfs merge=lfs -text
11340
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_f6f9dcccc1388c482af7+a9d440f5/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.21.18209.0+043b1bf7/0_REGISTRY/0.3.1.dev7/qwen3/Qwen/Qwen3-1.7B/12b9e61adbb69a85448c.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
+ "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
+ "logical_nc_config": 1,
61
+ "max_batch_size": 4,
62
+ "max_context_length": 4096,
63
+ "max_topk": 256,
64
+ "n_active_tokens": 4096,
65
+ "neuronxcc_version": "2.21.18209.0+043b1bf7",
66
+ "on_device_sampling": false,
67
+ "optimum_neuron_version": "0.3.1.dev7",
68
+ "output_logits": false,
69
+ "pp_degree": 1,
70
+ "sequence_length": 4096,
71
+ "speculation_length": 0,
72
+ "start_rank_id": 0,
73
+ "target": null,
74
+ "torch_dtype": "bfloat16",
75
+ "tp_degree": 2
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.18209.0+043b1bf7/MODULE_9bf596f97007b8753d4f+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_9bf596f97007b8753d4f+ed72d204/model.done ADDED
File without changes
neuronxcc-2.21.18209.0+043b1bf7/MODULE_9bf596f97007b8753d4f+ed72d204/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa212973e535b1d4ca13bd67b35a69cedd65dc6fb5387526a15d8e005dfe97f2
3
+ size 865264
neuronxcc-2.21.18209.0+043b1bf7/MODULE_9bf596f97007b8753d4f+ed72d204/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9fe9d3f36fef721fcdbb209222b5d1dd7b9525b8c4b5a1fe1f9a81f1b789690
3
+ size 47944704
neuronxcc-2.21.18209.0+043b1bf7/MODULE_f6f9dcccc1388c482af7+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_f6f9dcccc1388c482af7+a9d440f5/model.done ADDED
File without changes
neuronxcc-2.21.18209.0+043b1bf7/MODULE_f6f9dcccc1388c482af7+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_f6f9dcccc1388c482af7+a9d440f5/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15084fe039945f444d0f6f61ad2b215c10e7d1a53828ea6b55883bf7e0af5eee
3
+ size 4793344
neuronxcc-2.21.18209.0+043b1bf7/MODULE_f6f9dcccc1388c482af7+a9d440f5/wrapped_neff.hlo ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87790b2848e7be6c9a54ef2312b3cfecc7a58b5127f8409bc443cc233d480d60
3
+ size 4930344