dacorvo HF Staff commited on
Commit
e8e3ee3
·
verified ·
1 Parent(s): 8cc72be

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -12441,3 +12441,6 @@ neuronxcc-2.21.18209.0+043b1bf7/MODULE_308050285a4ff9a83882+a02c3a36/wrapped_nef
12441
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_5a3bcaad4b77385ceb98+a32116a7/model.neff filter=lfs diff=lfs merge=lfs -text
12442
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_c2a9913ba8551b4a0f66+ac10809c/model.neff filter=lfs diff=lfs merge=lfs -text
12443
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_c2a9913ba8551b4a0f66+ac10809c/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
 
 
 
 
12441
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_5a3bcaad4b77385ceb98+a32116a7/model.neff filter=lfs diff=lfs merge=lfs -text
12442
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_c2a9913ba8551b4a0f66+ac10809c/model.neff filter=lfs diff=lfs merge=lfs -text
12443
  neuronxcc-2.21.18209.0+043b1bf7/MODULE_c2a9913ba8551b4a0f66+ac10809c/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
12444
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_42a8047b577507a1a5f8+a02c3a36/model.neff filter=lfs diff=lfs merge=lfs -text
12445
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_42a8047b577507a1a5f8+a02c3a36/wrapped_neff.hlo filter=lfs diff=lfs merge=lfs -text
12446
+ neuronxcc-2.21.18209.0+043b1bf7/MODULE_51a05ae109f810658ae5+24129607/model.neff filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.21.18209.0+043b1bf7/0_REGISTRY/0.4.1.dev0/llama/meta-llama/Llama-3.3-70B-Instruct/9c99a034160c6cb0babd.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "meta-llama/Llama-3.3-70B-Instruct",
4
+ "_task": "text-generation",
5
+ "architectures": [
6
+ "LlamaForCausalLM"
7
+ ],
8
+ "attention_bias": false,
9
+ "attention_dropout": 0.0,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 8192,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 28672,
15
+ "max_position_embeddings": 131072,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "neuron": {
19
+ "_serialized_key": "NxDNeuronConfig",
20
+ "batch_size": 8,
21
+ "capacity_factor": null,
22
+ "checkpoint_id": "meta-llama/Llama-3.3-70B-Instruct",
23
+ "checkpoint_revision": "6f6073b423013f6a7d4d9f39144961bfbfbc386b",
24
+ "continuous_batching": true,
25
+ "ep_degree": 1,
26
+ "fused_qkv": true,
27
+ "glu_mlp": true,
28
+ "local_ranks_size": 24,
29
+ "max_batch_size": 8,
30
+ "max_context_length": 4096,
31
+ "max_topk": 256,
32
+ "n_active_tokens": 4096,
33
+ "neuronxcc_version": "2.21.18209.0+043b1bf7",
34
+ "on_device_sampling": true,
35
+ "optimum_neuron_version": "0.4.1.dev0",
36
+ "output_logits": false,
37
+ "pp_degree": 1,
38
+ "sequence_length": 4096,
39
+ "speculation_length": 0,
40
+ "start_rank_id": 0,
41
+ "target": "trn1",
42
+ "torch_dtype": "bfloat16",
43
+ "tp_degree": 24
44
+ },
45
+ "num_attention_heads": 64,
46
+ "num_hidden_layers": 80,
47
+ "num_key_value_heads": 8,
48
+ "pretraining_tp": 1,
49
+ "rms_norm_eps": 1e-05,
50
+ "rope_scaling": {
51
+ "factor": 8.0,
52
+ "high_freq_factor": 4.0,
53
+ "low_freq_factor": 1.0,
54
+ "original_max_position_embeddings": 8192,
55
+ "rope_type": "llama3"
56
+ },
57
+ "rope_theta": 500000.0,
58
+ "tie_word_embeddings": false,
59
+ "use_cache": true,
60
+ "vocab_size": 128256
61
+ }
neuronxcc-2.21.18209.0+043b1bf7/MODULE_42a8047b577507a1a5f8+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.18209.0+043b1bf7/MODULE_42a8047b577507a1a5f8+a02c3a36/model.done ADDED
File without changes
neuronxcc-2.21.18209.0+043b1bf7/MODULE_42a8047b577507a1a5f8+a02c3a36/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77177d1ae5e005b469dc2ebb3ebcbfe4e754d3bda54e0a2f9eade969c2286fe3
3
+ size 1956181
neuronxcc-2.21.18209.0+043b1bf7/MODULE_42a8047b577507a1a5f8+a02c3a36/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:497ba2bdc7c14da3f966bd9476503038bcefd1c0258a564fc7a39f6f3cfd9dee
3
+ size 13906944
neuronxcc-2.21.18209.0+043b1bf7/MODULE_42a8047b577507a1a5f8+a02c3a36/wrapped_neff.hlo ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e6d97018db060606a9830cecb0af706abd117b2a52313df9bfab0b466510729
3
+ size 14274929
neuronxcc-2.21.18209.0+043b1bf7/MODULE_51a05ae109f810658ae5+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.18209.0+043b1bf7/MODULE_51a05ae109f810658ae5+24129607/model.done ADDED
File without changes
neuronxcc-2.21.18209.0+043b1bf7/MODULE_51a05ae109f810658ae5+24129607/model.hlo_module.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87100dd773e20481eb4d3b36b6302bdce567aa1625e912d008c456b7d7475472
3
+ size 2397394
neuronxcc-2.21.18209.0+043b1bf7/MODULE_51a05ae109f810658ae5+24129607/model.neff ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39b95a26bc97da761189e9821e43344bf2ba530fc66d0bc67b64eeb1ca23d32c
3
+ size 3073024