mirror of
https://github.com/deepseek-ai/DeepSeek-V3
synced 2025-06-26 18:17:55 +00:00
Release DeepSeek-V3
This commit is contained in:
19
inference/configs/config_16B.json
Normal file
19
inference/configs/config_16B.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"vocab_size": 102400,
|
||||
"dim": 2048,
|
||||
"inter_dim": 10944,
|
||||
"moe_inter_dim": 1408,
|
||||
"n_layers": 27,
|
||||
"n_dense_layers": 1,
|
||||
"n_heads": 16,
|
||||
"n_routed_experts": 64,
|
||||
"n_shared_experts": 2,
|
||||
"n_activated_experts": 6,
|
||||
"route_scale": 1.0,
|
||||
"q_lora_rank": 0,
|
||||
"kv_lora_rank": 512,
|
||||
"qk_nope_head_dim": 128,
|
||||
"qk_rope_head_dim": 64,
|
||||
"v_head_dim": 128,
|
||||
"mscale": 0.707
|
||||
}
|
||||
Reference in New Issue
Block a user