File size: 2,014 Bytes
6af09cd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
{
"_entry_class": "SingleModelCacheEntry",
"_model_id": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"_task": "text-generation",
"architectures": [
"LlamaForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"head_dim": 64,
"hidden_act": "silu",
"hidden_size": 2048,
"initializer_range": 0.02,
"intermediate_size": 5632,
"max_position_embeddings": 2048,
"mlp_bias": false,
"model_type": "llama",
"neuron": {
"_serialized_key": "NxDNeuronConfig",
"async_mode": false,
"attn_kernel_enabled": false,
"batch_size": 1,
"capacity_factor": null,
"cc_pipeline_tiling_factor": 2,
"checkpoint_id": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"checkpoint_revision": "fe8a4ea1ffedaf415f4da2f062534de366a451e6",
"continuous_batching": false,
"enable_bucketing": false,
"ep_degree": 1,
"flash_decoding_enabled": false,
"fused_qkv": true,
"glu_mlp": true,
"is_chunked_prefill": false,
"local_ranks_size": 2,
"logical_nc_config": 1,
"max_batch_size": 1,
"max_context_length": 2048,
"max_topk": 256,
"mlp_kernel_enabled": false,
"mlp_kernel_fuse_residual_add": false,
"n_active_tokens": 2048,
"neuronxcc_version": "2.17.194.0+d312836f",
"num_cores_per_group": 1,
"on_device_sampling": true,
"optimum_neuron_version": "0.3.0.dev1",
"output_logits": false,
"padding_side": "right",
"pp_degree": 1,
"qk_layernorm": false,
"qkv_kernel_enabled": false,
"rpl_reduce_dtype": "bfloat16",
"sequence_length": 2048,
"sequence_parallel_enabled": false,
"speculation_length": 0,
"start_rank_id": 0,
"target": null,
"torch_dtype": "bfloat16",
"tp_degree": 2,
"vocab_parallel": false
},
"num_attention_heads": 32,
"num_hidden_layers": 22,
"num_key_value_heads": 4,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 10000.0,
"tie_word_embeddings": false,
"use_cache": true,
"vocab_size": 32000
} |