Synchronizing local compiler cache.
Browse files
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.0.dev4/llama/unsloth/Llama-3.2-1B-Instruct/2ef58f6c53deabf1ec2e.json
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_entry_class": "SingleModelCacheEntry",
|
3 |
+
"_model_id": "unsloth/Llama-3.2-1B-Instruct",
|
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": 8192,
|
15 |
+
"max_position_embeddings": 131072,
|
16 |
+
"mlp_bias": false,
|
17 |
+
"model_type": "llama",
|
18 |
+
"neuron": {
|
19 |
+
"_serialized_key": "NxDNeuronConfig",
|
20 |
+
"async_mode": false,
|
21 |
+
"attn_kernel_enabled": false,
|
22 |
+
"batch_size": 4,
|
23 |
+
"capacity_factor": null,
|
24 |
+
"cc_pipeline_tiling_factor": 2,
|
25 |
+
"checkpoint_id": "unsloth/Llama-3.2-1B-Instruct",
|
26 |
+
"checkpoint_revision": "5a8abab4a5d6f164389b1079fb721cfab8d7126c",
|
27 |
+
"continuous_batching": false,
|
28 |
+
"ctx_batch_size": 4,
|
29 |
+
"enable_bucketing": false,
|
30 |
+
"ep_degree": 1,
|
31 |
+
"flash_decoding_enabled": false,
|
32 |
+
"fused_qkv": true,
|
33 |
+
"glu_mlp": true,
|
34 |
+
"is_chunked_prefill": false,
|
35 |
+
"local_ranks_size": 2,
|
36 |
+
"logical_nc_config": 1,
|
37 |
+
"max_batch_size": 4,
|
38 |
+
"max_context_length": 4096,
|
39 |
+
"max_topk": 256,
|
40 |
+
"mlp_kernel_enabled": false,
|
41 |
+
"mlp_kernel_fuse_residual_add": false,
|
42 |
+
"n_active_tokens": 4096,
|
43 |
+
"neuronxcc_version": "2.17.194.0+d312836f",
|
44 |
+
"num_cores_per_group": 1,
|
45 |
+
"on_device_sampling": true,
|
46 |
+
"optimum_neuron_version": "0.2.0.dev4",
|
47 |
+
"output_logits": false,
|
48 |
+
"padding_side": "right",
|
49 |
+
"pp_degree": 1,
|
50 |
+
"qk_layernorm": false,
|
51 |
+
"qkv_kernel_enabled": false,
|
52 |
+
"rpl_reduce_dtype": "float16",
|
53 |
+
"sequence_length": 4096,
|
54 |
+
"sequence_parallel_enabled": false,
|
55 |
+
"speculation_length": 0,
|
56 |
+
"start_rank_id": 0,
|
57 |
+
"target": null,
|
58 |
+
"tkg_batch_size": 4,
|
59 |
+
"torch_dtype": "float16",
|
60 |
+
"tp_degree": 2,
|
61 |
+
"vocab_parallel": false
|
62 |
+
},
|
63 |
+
"num_attention_heads": 32,
|
64 |
+
"num_hidden_layers": 16,
|
65 |
+
"num_key_value_heads": 8,
|
66 |
+
"pretraining_tp": 1,
|
67 |
+
"rms_norm_eps": 1e-05,
|
68 |
+
"rope_scaling": {
|
69 |
+
"factor": 32.0,
|
70 |
+
"high_freq_factor": 4.0,
|
71 |
+
"low_freq_factor": 1.0,
|
72 |
+
"original_max_position_embeddings": 8192,
|
73 |
+
"rope_type": "llama3"
|
74 |
+
},
|
75 |
+
"rope_theta": 500000.0,
|
76 |
+
"tie_word_embeddings": true,
|
77 |
+
"unsloth_fixed": true,
|
78 |
+
"use_cache": true,
|
79 |
+
"vocab_size": 128256
|
80 |
+
}
|