dacorvo HF Staff commited on
Commit
1c60e99
·
verified ·
1 Parent(s): 93033e6

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -7750,3 +7750,6 @@ neuronxcc-2.23.6484.0+3b612583/MODULE_f9f9eb6ad280e653854e+5bf3ac57/model.neff f
7750
  neuronxcc-2.23.6484.0+3b612583/MODULE_f9f9eb6ad280e653854e+5bf3ac57/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
7751
  neuronxcc-2.23.6484.0+3b612583/MODULE_fb7fa50fef7f1cb3a8dd+35b212ac/model.neff filter=lfs diff=lfs merge=lfs -text
7752
  neuronxcc-2.23.6484.0+3b612583/MODULE_fb7fa50fef7f1cb3a8dd+35b212ac/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
 
 
 
 
7750
  neuronxcc-2.23.6484.0+3b612583/MODULE_f9f9eb6ad280e653854e+5bf3ac57/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
7751
  neuronxcc-2.23.6484.0+3b612583/MODULE_fb7fa50fef7f1cb3a8dd+35b212ac/model.neff filter=lfs diff=lfs merge=lfs -text
7752
  neuronxcc-2.23.6484.0+3b612583/MODULE_fb7fa50fef7f1cb3a8dd+35b212ac/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
7753
+ neuronxcc-2.23.6484.0+3b612583/MODULE_17b38080be8a2d73eb1f+dae43e99/model.neff filter=lfs diff=lfs merge=lfs -text
7754
+ neuronxcc-2.23.6484.0+3b612583/MODULE_17b38080be8a2d73eb1f+dae43e99/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
7755
+ neuronxcc-2.23.6484.0+3b612583/MODULE_5f194edb9c56b334e350+781055f7/model.neff filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.23.6484.0+3b612583/0_REGISTRY/0.4.6.dev3/0438c23a5711521d23f3885ee2d8467e2cafd830d3f9b67032189f97374cc4c0/2ce2428a95d8259f3a78.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": 1,
52
+ "capacity_factor": null,
53
+ "checkpoint_id": "Qwen/Qwen3-1.7B",
54
+ "checkpoint_revision": "70d244cc86ccca08cf5af4e1e306ecf908b1ad5e",
55
+ "continuous_batching": false,
56
+ "ep_degree": 1,
57
+ "fused_qkv": true,
58
+ "glu_mlp": true,
59
+ "local_ranks_size": 2,
60
+ "max_batch_size": 1,
61
+ "max_context_length": 8192,
62
+ "max_topk": 256,
63
+ "n_active_tokens": 8192,
64
+ "neuronxcc_version": "2.23.6484.0+3b612583",
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": 1024,
70
+ "sequence_length": 8192,
71
+ "speculation_length": 0,
72
+ "start_rank_id": 0,
73
+ "target": "trn1",
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.23.6484.0+3b612583/0_REGISTRY/0.4.6.dev3/qwen3/Qwen/Qwen3-1.7B/2ce2428a95d8259f3a78.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": 1,
52
+ "capacity_factor": null,
53
+ "checkpoint_id": "Qwen/Qwen3-1.7B",
54
+ "checkpoint_revision": "70d244cc86ccca08cf5af4e1e306ecf908b1ad5e",
55
+ "continuous_batching": false,
56
+ "ep_degree": 1,
57
+ "fused_qkv": true,
58
+ "glu_mlp": true,
59
+ "local_ranks_size": 2,
60
+ "max_batch_size": 1,
61
+ "max_context_length": 8192,
62
+ "max_topk": 256,
63
+ "n_active_tokens": 8192,
64
+ "neuronxcc_version": "2.23.6484.0+3b612583",
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": 1024,
70
+ "sequence_length": 8192,
71
+ "speculation_length": 0,
72
+ "start_rank_id": 0,
73
+ "target": "trn1",
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.23.6484.0+3b612583/MODULE_17b38080be8a2d73eb1f+dae43e99/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", "--enable-internal-neff-wrapper"]
neuronxcc-2.23.6484.0+3b612583/MODULE_17b38080be8a2d73eb1f+dae43e99/model.done ADDED
File without changes
neuronxcc-2.23.6484.0+3b612583/MODULE_17b38080be8a2d73eb1f+dae43e99/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87387e5f641f482e627d234893d42aa2aeb91540d6e8a9d9008468695e3e994c
3
+ size 2425989
neuronxcc-2.23.6484.0+3b612583/MODULE_17b38080be8a2d73eb1f+dae43e99/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bb79ce29393dff8aad87a47ff67a6b23224f29707269f78eb1d222e9901405e
3
+ size 4137984
neuronxcc-2.23.6484.0+3b612583/MODULE_17b38080be8a2d73eb1f+dae43e99/wrapped_neff.hlo ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06fe84a743e11fa198e568fb6b800357017b4416da21218187e4a616916a4b10
3
+ size 4274956
neuronxcc-2.23.6484.0+3b612583/MODULE_5f194edb9c56b334e350+781055f7/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"]
neuronxcc-2.23.6484.0+3b612583/MODULE_5f194edb9c56b334e350+781055f7/model.done ADDED
File without changes
neuronxcc-2.23.6484.0+3b612583/MODULE_5f194edb9c56b334e350+781055f7/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3745dd7bc865fb5e0b66f1df2e300187646fb17ba3b7f53cebe3883419ca4117
3
+ size 3145671
neuronxcc-2.23.6484.0+3b612583/MODULE_5f194edb9c56b334e350+781055f7/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5aa76e6423d5ff09b3ccbe367b2af763f68ae28a5fe8570dac619cf92834733
3
+ size 13743104