Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
5cc98918
"lib/llm/vscode:/vscode.git/clone" did not exist on "7a5f70f30ced9fc49f92beee38c8c11130b59e23"
Commit
5cc98918
authored
Apr 01, 2025
by
zhuwenwen
Browse files
update deepseek_v2.py
parent
031d4ca8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vllm/model_executor/models/deepseek_v2.py
vllm/model_executor/models/deepseek_v2.py
+3
-3
No files found.
vllm/model_executor/models/deepseek_v2.py
View file @
5cc98918
...
...
@@ -822,9 +822,9 @@ class DeepseekV2ForCausalLM(nn.Module, SupportsPP):
"self_attn.kv_a_proj_with_mqa.weight"
,
"mlp.gate.weight"
,
"mlp.gate_up_proj.weight"
,
"mlp.down_proj"
,
"shared_experts.gate_up_proj"
,
"shared_experts.down_proj"
,
"mlp.down_proj
.weight
"
,
"shared_experts.gate_up_proj
.weight
"
,
"shared_experts.down_proj
.weight
"
,
"self_attn.q_proj.weight"
,
"self_attn.q_b_proj.weight"
,
"self_attn.kv_b_proj.weight"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment