dacorvo HF Staff commited on
Commit
728744c
·
verified ·
1 Parent(s): 9af9cbe

Synchronizing local compiler cache.

Browse files
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.3.0.dev1/granite/ibm-granite/granite-3.1-8b-instruct/0940dfe853c062a30f58.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "SingleModelCacheEntry",
3
+ "_model_id": "ibm-granite/granite-3.1-8b-instruct",
4
+ "_task": "text-generation",
5
+ "architectures": [
6
+ "GraniteForCausalLM"
7
+ ],
8
+ "attention_bias": false,
9
+ "attention_dropout": 0.1,
10
+ "attention_multiplier": 0.0078125,
11
+ "embedding_multiplier": 12.0,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 4096,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 12800,
16
+ "logits_scaling": 16.0,
17
+ "max_position_embeddings": 131072,
18
+ "mlp_bias": false,
19
+ "model_type": "granite",
20
+ "neuron": {
21
+ "_serialized_key": "HloNeuronConfig",
22
+ "all_reduce_dtype": null,
23
+ "allow_flash_attention": true,
24
+ "attention_layout": "HSB",
25
+ "attn_output_transposed": false,
26
+ "auto_cast_type": "bf16",
27
+ "batch_size": 8,
28
+ "checkpoint_id": "ibm-granite/granite-3.1-8b-instruct",
29
+ "checkpoint_revision": "4009206d5fc95d2e65a7b7633e159d6e97e25d35",
30
+ "collectives_layout": "HSB",
31
+ "continuous_batching": true,
32
+ "fuse_qkv": true,
33
+ "group_query_attention": "shard-over-heads",
34
+ "log_softmax_scores": false,
35
+ "neuronxcc_version": "2.17.194.0+d312836f",
36
+ "optimum_neuron_version": "0.3.0.dev1",
37
+ "output_all_logits": false,
38
+ "sequence_length": 4096,
39
+ "tp_degree": 2
40
+ },
41
+ "num_attention_heads": 32,
42
+ "num_hidden_layers": 40,
43
+ "num_key_value_heads": 8,
44
+ "residual_multiplier": 0.22,
45
+ "rms_norm_eps": 1e-05,
46
+ "rope_scaling": null,
47
+ "rope_theta": 10000000.0,
48
+ "tie_word_embeddings": true,
49
+ "use_cache": true,
50
+ "vocab_size": 49155
51
+ }