dacorvo HF Staff commited on
Commit
7c09d60
·
verified ·
1 Parent(s): 0cd4705

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -7201,3 +7201,6 @@ neuronxcc-2.21.33363.0+82129205/MODULE_a9c755be976831685199+a02c3a36/wrapped_nef
7201
  neuronxcc-2.21.33363.0+82129205/MODULE_3a2339f8c18ce945601f+6170d8e1/model.neff filter=lfs diff=lfs merge=lfs -text
7202
  neuronxcc-2.21.33363.0+82129205/MODULE_d6ba7389309725daf596+a02c3a36/model.neff filter=lfs diff=lfs merge=lfs -text
7203
  neuronxcc-2.21.33363.0+82129205/MODULE_d6ba7389309725daf596+a02c3a36/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
 
 
 
 
7201
  neuronxcc-2.21.33363.0+82129205/MODULE_3a2339f8c18ce945601f+6170d8e1/model.neff filter=lfs diff=lfs merge=lfs -text
7202
  neuronxcc-2.21.33363.0+82129205/MODULE_d6ba7389309725daf596+a02c3a36/model.neff filter=lfs diff=lfs merge=lfs -text
7203
  neuronxcc-2.21.33363.0+82129205/MODULE_d6ba7389309725daf596+a02c3a36/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
7204
+ neuronxcc-2.21.33363.0+82129205/MODULE_6b4fc5b451fdfa1b744b+a02c3a36/model.neff filter=lfs diff=lfs merge=lfs -text
7205
+ neuronxcc-2.21.33363.0+82129205/MODULE_6b4fc5b451fdfa1b744b+a02c3a36/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
7206
+ neuronxcc-2.21.33363.0+82129205/MODULE_d56f37f16ff55f594311+24129607/model.neff filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.21.33363.0+82129205/0_REGISTRY/0.4.6.dev3/36bddeeb8fa0112ceb9a30beea2e66ccfb0badbd70fb11e109649843f84a4b4f/625980d02b91ef1c24b3.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "unsloth/Llama-3.2-1B-Instruct",
4
+ "_task": "text-generation",
5
+ "architectures": [
6
+ "LlamaForCausalLM"
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": 8192,
16
+ "max_position_embeddings": 131072,
17
+ "mlp_bias": false,
18
+ "model_type": "llama",
19
+ "neuron": {
20
+ "_serialized_key": "NxDNeuronConfig",
21
+ "batch_size": 4,
22
+ "capacity_factor": null,
23
+ "checkpoint_id": "unsloth/Llama-3.2-1B-Instruct",
24
+ "checkpoint_revision": "5a8abab4a5d6f164389b1079fb721cfab8d7126c",
25
+ "continuous_batching": true,
26
+ "ep_degree": 1,
27
+ "fused_qkv": true,
28
+ "glu_mlp": true,
29
+ "local_ranks_size": 2,
30
+ "max_batch_size": 4,
31
+ "max_context_length": 1024,
32
+ "max_topk": 256,
33
+ "n_active_tokens": 1024,
34
+ "neuronxcc_version": "2.21.33363.0+82129205",
35
+ "on_device_sampling": true,
36
+ "optimum_neuron_version": "0.4.6.dev3",
37
+ "output_logits": false,
38
+ "pp_degree": 1,
39
+ "prefill_chunk_size": 0,
40
+ "sequence_length": 1024,
41
+ "speculation_length": 0,
42
+ "start_rank_id": 0,
43
+ "target": "trn1",
44
+ "torch_dtype": "bfloat16",
45
+ "tp_degree": 2
46
+ },
47
+ "num_attention_heads": 32,
48
+ "num_hidden_layers": 16,
49
+ "num_key_value_heads": 8,
50
+ "original_head_dim": 64,
51
+ "pretraining_tp": 1,
52
+ "rms_norm_eps": 1e-05,
53
+ "rope_scaling": {
54
+ "factor": 32.0,
55
+ "high_freq_factor": 4.0,
56
+ "low_freq_factor": 1.0,
57
+ "original_max_position_embeddings": 8192,
58
+ "rope_type": "llama3"
59
+ },
60
+ "rope_theta": 500000.0,
61
+ "tie_word_embeddings": true,
62
+ "unsloth_fixed": true,
63
+ "use_cache": true,
64
+ "vocab_size": 128256
65
+ }
neuronxcc-2.21.33363.0+82129205/0_REGISTRY/0.4.6.dev3/llama/unsloth/Llama-3.2-1B-Instruct/625980d02b91ef1c24b3.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "unsloth/Llama-3.2-1B-Instruct",
4
+ "_task": "text-generation",
5
+ "architectures": [
6
+ "LlamaForCausalLM"
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": 8192,
16
+ "max_position_embeddings": 131072,
17
+ "mlp_bias": false,
18
+ "model_type": "llama",
19
+ "neuron": {
20
+ "_serialized_key": "NxDNeuronConfig",
21
+ "batch_size": 4,
22
+ "capacity_factor": null,
23
+ "checkpoint_id": "unsloth/Llama-3.2-1B-Instruct",
24
+ "checkpoint_revision": "5a8abab4a5d6f164389b1079fb721cfab8d7126c",
25
+ "continuous_batching": true,
26
+ "ep_degree": 1,
27
+ "fused_qkv": true,
28
+ "glu_mlp": true,
29
+ "local_ranks_size": 2,
30
+ "max_batch_size": 4,
31
+ "max_context_length": 1024,
32
+ "max_topk": 256,
33
+ "n_active_tokens": 1024,
34
+ "neuronxcc_version": "2.21.33363.0+82129205",
35
+ "on_device_sampling": true,
36
+ "optimum_neuron_version": "0.4.6.dev3",
37
+ "output_logits": false,
38
+ "pp_degree": 1,
39
+ "prefill_chunk_size": 0,
40
+ "sequence_length": 1024,
41
+ "speculation_length": 0,
42
+ "start_rank_id": 0,
43
+ "target": "trn1",
44
+ "torch_dtype": "bfloat16",
45
+ "tp_degree": 2
46
+ },
47
+ "num_attention_heads": 32,
48
+ "num_hidden_layers": 16,
49
+ "num_key_value_heads": 8,
50
+ "original_head_dim": 64,
51
+ "pretraining_tp": 1,
52
+ "rms_norm_eps": 1e-05,
53
+ "rope_scaling": {
54
+ "factor": 32.0,
55
+ "high_freq_factor": 4.0,
56
+ "low_freq_factor": 1.0,
57
+ "original_max_position_embeddings": 8192,
58
+ "rope_type": "llama3"
59
+ },
60
+ "rope_theta": 500000.0,
61
+ "tie_word_embeddings": true,
62
+ "unsloth_fixed": true,
63
+ "use_cache": true,
64
+ "vocab_size": 128256
65
+ }
neuronxcc-2.21.33363.0+82129205/MODULE_6b4fc5b451fdfa1b744b+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_6b4fc5b451fdfa1b744b+a02c3a36/model.done ADDED
File without changes
neuronxcc-2.21.33363.0+82129205/MODULE_6b4fc5b451fdfa1b744b+a02c3a36/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2caeaa0a7fccb54b6500eab545faadd9518a0c45c6c0a925cb3db50202e074e8
3
+ size 461030
neuronxcc-2.21.33363.0+82129205/MODULE_6b4fc5b451fdfa1b744b+a02c3a36/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d69d9cbc7859b3c820149f7778f0e46b45902f05e9445dcd982f6a23fe826d18
3
+ size 2407424
neuronxcc-2.21.33363.0+82129205/MODULE_6b4fc5b451fdfa1b744b+a02c3a36/wrapped_neff.hlo ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63e1329e9be231472cb0443fe5f35f0cedb7ba0b1f78faf95fca7801f3a1a8aa
3
+ size 2482071
neuronxcc-2.21.33363.0+82129205/MODULE_d56f37f16ff55f594311+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_d56f37f16ff55f594311+24129607/model.done ADDED
File without changes
neuronxcc-2.21.33363.0+82129205/MODULE_d56f37f16ff55f594311+24129607/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c5461103c89bfd59f67197dcf5f6825605523ae37896eb1215f93c55e65ba02
3
+ size 436575
neuronxcc-2.21.33363.0+82129205/MODULE_d56f37f16ff55f594311+24129607/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f4d0bca811ccb0b2d1c6900a5f02a1d895c5fe22abe0b8cfaf70d8ba47f382c
3
+ size 7916544