Commit
276876d
·
verified ·
1 Parent(s): 3ba7c97

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -5904,3 +5904,6 @@ neuronxcc-2.21.33363.0+82129205/MODULE_f1dce126097f38c8bbe1+24129607/model.neff
5904
  neuronxcc-2.22.12471.0+b4a00d10/MODULE_5274831e83842758b831+519f203d/model.neff filter=lfs diff=lfs merge=lfs -text
5905
  neuronxcc-2.22.12471.0+b4a00d10/MODULE_a968bbe6dc74ca5087a2+84337dd9/model.neff filter=lfs diff=lfs merge=lfs -text
5906
  neuronxcc-2.22.12471.0+b4a00d10/MODULE_a968bbe6dc74ca5087a2+84337dd9/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
 
 
 
 
5904
  neuronxcc-2.22.12471.0+b4a00d10/MODULE_5274831e83842758b831+519f203d/model.neff filter=lfs diff=lfs merge=lfs -text
5905
  neuronxcc-2.22.12471.0+b4a00d10/MODULE_a968bbe6dc74ca5087a2+84337dd9/model.neff filter=lfs diff=lfs merge=lfs -text
5906
  neuronxcc-2.22.12471.0+b4a00d10/MODULE_a968bbe6dc74ca5087a2+84337dd9/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
5907
+ neuronxcc-2.22.12471.0+b4a00d10/MODULE_1167ac875f15bc907a0e+84337dd9/model.neff filter=lfs diff=lfs merge=lfs -text
5908
+ neuronxcc-2.22.12471.0+b4a00d10/MODULE_1167ac875f15bc907a0e+84337dd9/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
5909
+ neuronxcc-2.22.12471.0+b4a00d10/MODULE_52ac114efcae1dd03863+519f203d/model.neff filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.22.12471.0+b4a00d10/0_REGISTRY/0.4.4.dev2/llama/unsloth/Llama-3.2-1B-Instruct/8d8e8248ce11584e8d50.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 64,
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": 1,
22
+ "capacity_factor": null,
23
+ "checkpoint_id": "unsloth/Llama-3.2-1B-Instruct",
24
+ "checkpoint_revision": "5a8abab4a5d6f164389b1079fb721cfab8d7126c",
25
+ "continuous_batching": false,
26
+ "ep_degree": 1,
27
+ "fused_qkv": true,
28
+ "glu_mlp": true,
29
+ "local_ranks_size": 2,
30
+ "max_batch_size": 1,
31
+ "max_context_length": 8192,
32
+ "max_topk": 256,
33
+ "n_active_tokens": 8192,
34
+ "neuronxcc_version": "2.22.12471.0+b4a00d10",
35
+ "on_device_sampling": true,
36
+ "optimum_neuron_version": "0.4.4.dev2",
37
+ "output_logits": false,
38
+ "pp_degree": 1,
39
+ "sequence_length": 8192,
40
+ "speculation_length": 0,
41
+ "start_rank_id": 0,
42
+ "target": "trn1",
43
+ "torch_dtype": "bfloat16",
44
+ "tp_degree": 2
45
+ },
46
+ "num_attention_heads": 32,
47
+ "num_hidden_layers": 16,
48
+ "num_key_value_heads": 8,
49
+ "pretraining_tp": 1,
50
+ "rms_norm_eps": 1e-05,
51
+ "rope_scaling": {
52
+ "factor": 32.0,
53
+ "high_freq_factor": 4.0,
54
+ "low_freq_factor": 1.0,
55
+ "original_max_position_embeddings": 8192,
56
+ "rope_type": "llama3"
57
+ },
58
+ "rope_theta": 500000.0,
59
+ "tie_word_embeddings": true,
60
+ "unsloth_fixed": true,
61
+ "use_cache": true,
62
+ "vocab_size": 128256
63
+ }
neuronxcc-2.22.12471.0+b4a00d10/MODULE_1167ac875f15bc907a0e+84337dd9/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", "--logfile=/tmp/nxd_model/token_generation/_tp0_bk0/log-neuron-cc.txt", "--enable-internal-neff-wrapper"]
neuronxcc-2.22.12471.0+b4a00d10/MODULE_1167ac875f15bc907a0e+84337dd9/model.done ADDED
File without changes
neuronxcc-2.22.12471.0+b4a00d10/MODULE_1167ac875f15bc907a0e+84337dd9/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf7d005f9cd1245a6b65779b96129bfeb1c4d71cdc854f218e654d67e392ebee
3
+ size 1733130
neuronxcc-2.22.12471.0+b4a00d10/MODULE_1167ac875f15bc907a0e+84337dd9/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:707a75c503e5f4a3bc4de05d829a435db86683439fe141b64bb08ab0f04929b6
3
+ size 2601984
neuronxcc-2.22.12471.0+b4a00d10/MODULE_1167ac875f15bc907a0e+84337dd9/wrapped_neff.hlo ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15b3d014612428a6113178275b5cb03acf6ee7b7fcb2b139095373db5716e0be
3
+ size 2676071
neuronxcc-2.22.12471.0+b4a00d10/MODULE_5274831e83842758b831+519f203d/model.neff CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76537704781b11b3d496666cae05a28ea0940403996348dd002a2f36cc45ae54
3
  size 4219904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5df396b699dc54f4e90f1bf7132b6f2bb5dbcc31630cb56c922ffa7badde4416
3
  size 4219904
neuronxcc-2.22.12471.0+b4a00d10/MODULE_52ac114efcae1dd03863+519f203d/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", "--logfile=/tmp/nxd_model/context_encoding/_tp0_bk0/log-neuron-cc.txt"]
neuronxcc-2.22.12471.0+b4a00d10/MODULE_52ac114efcae1dd03863+519f203d/model.done ADDED
File without changes
neuronxcc-2.22.12471.0+b4a00d10/MODULE_52ac114efcae1dd03863+519f203d/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7edd18dede90cf40cc04ff8f19696577de8343f225c9eb8144f9af0cbe9f0eb1
3
+ size 1418509
neuronxcc-2.22.12471.0+b4a00d10/MODULE_52ac114efcae1dd03863+519f203d/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bddc86ae908c4fedff86b2f2bb0c3953935d14005bcab08c672eca3f7a76a376
3
+ size 10650624
neuronxcc-2.22.12471.0+b4a00d10/MODULE_a968bbe6dc74ca5087a2+84337dd9/model.neff CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:586b43d7d2f2030a1608cbb68bf9160687432aa2fa26d4a2f656f0ef1005c7b7
3
  size 3257344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c87e8fa425f3a6eee0b67b1dc4657a91a4598686e5b0ad9a1b1b8813f61dc24
3
  size 3257344
neuronxcc-2.22.12471.0+b4a00d10/MODULE_a968bbe6dc74ca5087a2+84337dd9/wrapped_neff.hlo CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:425acfb48f46b6e0b3bb71a5de707dfa9221fb2c90637062fc0d5d34f61fb835
3
  size 3331655
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e41012fda7d4998c101efde3a213f17492ad42975b34fb1dbbbac8b7038f6ffd
3
  size 3331655