dacorvo HF Staff commited on
Commit
d3cc6a8
·
verified ·
1 Parent(s): da776d4

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -7469,3 +7469,6 @@ neuronxcc-2.21.33363.0+82129205/MODULE_6d8cee60f4a41abf9a9d+a32116a7/model.neff
7469
  neuronxcc-2.21.33363.0+82129205/MODULE_40cde7ff7871f5759c92+ac10809c/model.neff filter=lfs diff=lfs merge=lfs -text
7470
  neuronxcc-2.21.33363.0+82129205/MODULE_40cde7ff7871f5759c92+ac10809c/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
7471
  neuronxcc-2.21.33363.0+82129205/MODULE_c47373a4e53a75e1382c+593aa068/model.neff filter=lfs diff=lfs merge=lfs -text
 
 
 
 
7469
  neuronxcc-2.21.33363.0+82129205/MODULE_40cde7ff7871f5759c92+ac10809c/model.neff filter=lfs diff=lfs merge=lfs -text
7470
  neuronxcc-2.21.33363.0+82129205/MODULE_40cde7ff7871f5759c92+ac10809c/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
7471
  neuronxcc-2.21.33363.0+82129205/MODULE_c47373a4e53a75e1382c+593aa068/model.neff filter=lfs diff=lfs merge=lfs -text
7472
+ neuronxcc-2.21.33363.0+82129205/MODULE_45dc3f60c274413bf903+a32116a7/model.neff filter=lfs diff=lfs merge=lfs -text
7473
+ neuronxcc-2.21.33363.0+82129205/MODULE_cb4cdae747269387a3a4+ac10809c/model.neff filter=lfs diff=lfs merge=lfs -text
7474
+ neuronxcc-2.21.33363.0+82129205/MODULE_cb4cdae747269387a3a4+ac10809c/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.21.33363.0+82129205/0_REGISTRY/0.4.6.dev3/441269935591cad8d370e512c0b93cdd2fce6247c40e5a4866d872ee5338b0de/439ba3179f7db2179e27.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "unsloth/gemma-3-270m-it",
4
+ "_sliding_window_pattern": 6,
5
+ "_task": "text-generation",
6
+ "architectures": [
7
+ "Gemma3ForCausalLM"
8
+ ],
9
+ "attention_bias": false,
10
+ "attention_dropout": 0.0,
11
+ "attn_logit_softcapping": null,
12
+ "dtype": "bfloat16",
13
+ "final_logit_softcapping": null,
14
+ "head_dim": 256,
15
+ "hidden_activation": "gelu_pytorch_tanh",
16
+ "hidden_size": 640,
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 2048,
19
+ "layer_types": [
20
+ "sliding_attention",
21
+ "sliding_attention",
22
+ "sliding_attention",
23
+ "sliding_attention",
24
+ "sliding_attention",
25
+ "full_attention",
26
+ "sliding_attention",
27
+ "sliding_attention",
28
+ "sliding_attention",
29
+ "sliding_attention",
30
+ "sliding_attention",
31
+ "full_attention",
32
+ "sliding_attention",
33
+ "sliding_attention",
34
+ "sliding_attention",
35
+ "sliding_attention",
36
+ "sliding_attention",
37
+ "full_attention"
38
+ ],
39
+ "max_position_embeddings": 32768,
40
+ "model_type": "gemma3_text",
41
+ "neuron": {
42
+ "_serialized_key": "NxDNeuronConfig",
43
+ "batch_size": 4,
44
+ "capacity_factor": null,
45
+ "checkpoint_id": "unsloth/gemma-3-270m-it",
46
+ "checkpoint_revision": "23cf460f6bb16954176b3ddcc8d4f250501458a9",
47
+ "continuous_batching": true,
48
+ "ep_degree": 1,
49
+ "fused_qkv": true,
50
+ "glu_mlp": true,
51
+ "local_ranks_size": 4,
52
+ "max_batch_size": 4,
53
+ "max_context_length": 1024,
54
+ "max_topk": 256,
55
+ "n_active_tokens": 1024,
56
+ "neuronxcc_version": "2.21.33363.0+82129205",
57
+ "on_device_sampling": true,
58
+ "optimum_neuron_version": "0.4.6.dev3",
59
+ "output_logits": false,
60
+ "pp_degree": 1,
61
+ "prefill_chunk_size": 0,
62
+ "sequence_length": 1024,
63
+ "speculation_length": 0,
64
+ "start_rank_id": 0,
65
+ "target": "trn2",
66
+ "torch_dtype": "bfloat16",
67
+ "tp_degree": 4
68
+ },
69
+ "num_attention_heads": 4,
70
+ "num_hidden_layers": 18,
71
+ "num_key_value_heads": 1,
72
+ "query_pre_attn_scalar": 256,
73
+ "rms_norm_eps": 1e-06,
74
+ "rope_local_base_freq": 10000.0,
75
+ "rope_scaling": null,
76
+ "rope_theta": 1000000.0,
77
+ "sliding_window": 512,
78
+ "unsloth_fixed": true,
79
+ "use_bidirectional_attention": false,
80
+ "use_cache": true,
81
+ "vocab_size": 262144
82
+ }
neuronxcc-2.21.33363.0+82129205/MODULE_45dc3f60c274413bf903+a32116a7/compile_flags.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["--target=trn2", "--auto-cast=none", "--model-type=transformer", "--tensorizer-options=--enable-ccop-compute-overlap --cc-pipeline-tiling-factor=2 --vectorize-strided-dma ", "-O2", "--lnc=2", "--logfile=/tmp/nxd_model/context_encoding/_tp0_bk0/log-neuron-cc.txt"]
neuronxcc-2.21.33363.0+82129205/MODULE_45dc3f60c274413bf903+a32116a7/model.done ADDED
File without changes
neuronxcc-2.21.33363.0+82129205/MODULE_45dc3f60c274413bf903+a32116a7/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e70560398962ab68fd5cab3ab282cc0adc625dfa2980e8d0a237eb69771ce190
3
+ size 1742710
neuronxcc-2.21.33363.0+82129205/MODULE_45dc3f60c274413bf903+a32116a7/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e201a8d41a5153ec0a69943134e71a7e43475be817b54691fd98b01479dfd2e
3
+ size 1680384
neuronxcc-2.21.33363.0+82129205/MODULE_cb4cdae747269387a3a4+ac10809c/compile_flags.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["--target=trn2", "--auto-cast=none", "--model-type=transformer", "--tensorizer-options=--enable-ccop-compute-overlap --cc-pipeline-tiling-factor=2 --vectorize-strided-dma ", "-O2", "--lnc=2", "--logfile=/tmp/nxd_model/token_generation/_tp0_bk0/log-neuron-cc.txt", "--enable-internal-neff-wrapper"]
neuronxcc-2.21.33363.0+82129205/MODULE_cb4cdae747269387a3a4+ac10809c/model.done ADDED
File without changes
neuronxcc-2.21.33363.0+82129205/MODULE_cb4cdae747269387a3a4+ac10809c/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92df33a985f85e796e13e7dd1aac69a68aa814537bbaa87b6026be649a1591a6
3
+ size 2646304
neuronxcc-2.21.33363.0+82129205/MODULE_cb4cdae747269387a3a4+ac10809c/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee1bc1d4bfcce42d06af454073a64046bbb29b5c79a94ac713719ad2bb49469b
3
+ size 2028544
neuronxcc-2.21.33363.0+82129205/MODULE_cb4cdae747269387a3a4+ac10809c/wrapped_neff.hlo ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:004e09146ae4862f35ff5687549353250eb84ab86aafe6f34edf9eb930d5f418
3
+ size 2150812