dacorvo HF Staff commited on
Commit
9ff9023
·
verified ·
1 Parent(s): e8295d0

Synchronizing local compiler cache.

Browse files
neuronxcc-2.21.18209.0+043b1bf7/0_REGISTRY/0.4.2.dev0/llama/TinyLlama/TinyLlama-1.1B-Chat-v1.0/8c6b5b8a7a8450015540.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
4
+ "_task": "text-generation",
5
+ "architectures": [
6
+ "LlamaForCausalLM"
7
+ ],
8
+ "attention_bias": false,
9
+ "attention_dropout": 0.0,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2048,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 5632,
15
+ "max_position_embeddings": 2048,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "neuron": {
19
+ "_serialized_key": "NxDNeuronConfig",
20
+ "batch_size": 1,
21
+ "capacity_factor": null,
22
+ "checkpoint_id": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
23
+ "checkpoint_revision": "fe8a4ea1ffedaf415f4da2f062534de366a451e6",
24
+ "continuous_batching": false,
25
+ "ep_degree": 1,
26
+ "fused_qkv": true,
27
+ "glu_mlp": true,
28
+ "local_ranks_size": 4,
29
+ "max_batch_size": 1,
30
+ "max_context_length": 2048,
31
+ "max_topk": 256,
32
+ "n_active_tokens": 2048,
33
+ "neuronxcc_version": "2.21.18209.0+043b1bf7",
34
+ "on_device_sampling": true,
35
+ "optimum_neuron_version": "0.4.2.dev0",
36
+ "output_logits": false,
37
+ "pp_degree": 1,
38
+ "sequence_length": 2048,
39
+ "speculation_length": 0,
40
+ "start_rank_id": 0,
41
+ "target": "trn2",
42
+ "torch_dtype": "bfloat16",
43
+ "tp_degree": 4
44
+ },
45
+ "num_attention_heads": 32,
46
+ "num_hidden_layers": 22,
47
+ "num_key_value_heads": 4,
48
+ "pretraining_tp": 1,
49
+ "rms_norm_eps": 1e-05,
50
+ "rope_scaling": null,
51
+ "rope_theta": 10000.0,
52
+ "tie_word_embeddings": false,
53
+ "use_cache": true,
54
+ "vocab_size": 32000
55
+ }