dacorvo HF Staff commited on
Commit
e3d4aeb
·
verified ·
1 Parent(s): de66eb2

Synchronizing local compiler cache.

Browse files
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.0.dev6/llama/TinyLlama/TinyLlama-1.1B-Chat-v1.0/9790d481e3a3e01abad0.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "HloNeuronConfig",
20
+ "all_reduce_dtype": null,
21
+ "allow_flash_attention": true,
22
+ "attention_layout": "BSH",
23
+ "attn_output_transposed": false,
24
+ "auto_cast_type": "bf16",
25
+ "batch_size": 1,
26
+ "checkpoint_id": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
27
+ "checkpoint_revision": "fe8a4ea1ffedaf415f4da2f062534de366a451e6",
28
+ "collectives_layout": "HSB",
29
+ "continuous_batching": false,
30
+ "fuse_qkv": true,
31
+ "group_query_attention": "shard-over-heads",
32
+ "log_softmax_scores": false,
33
+ "neuronxcc_version": "2.17.194.0+d312836f",
34
+ "optimum_neuron_version": "0.2.0.dev6",
35
+ "output_all_logits": false,
36
+ "sequence_length": 2048,
37
+ "tp_degree": 2
38
+ },
39
+ "num_attention_heads": 32,
40
+ "num_hidden_layers": 22,
41
+ "num_key_value_heads": 4,
42
+ "pretraining_tp": 1,
43
+ "rms_norm_eps": 1e-05,
44
+ "rope_scaling": null,
45
+ "rope_theta": 10000.0,
46
+ "tie_word_embeddings": false,
47
+ "use_cache": true,
48
+ "vocab_size": 32000
49
+ }