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
ffd26247
Commit
ffd26247
authored
Feb 12, 2026
by
zhuwenwen
Browse files
Merge branch 'v0.9.2-dev-wm' into 'v0.9.2-dev'
[fix]修复tp1 dpsk启动失败 See merge request dcutoolkit/deeplearing/vllm!433
parents
ad7c14d5
b6a7135f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vllm/model_executor/models/deepseek_v2.py
vllm/model_executor/models/deepseek_v2.py
+2
-1
No files found.
vllm/model_executor/models/deepseek_v2.py
View file @
ffd26247
...
@@ -484,7 +484,8 @@ class DeepseekV2MoE(nn.Module):
...
@@ -484,7 +484,8 @@ class DeepseekV2MoE(nn.Module):
final_hidden_states
=
(
final_hidden_states
=
(
self
.
experts
.
maybe_all_reduce_tensor_model_parallel
(
self
.
experts
.
maybe_all_reduce_tensor_model_parallel
(
final_hidden_states
))
final_hidden_states
))
return
final_hidden_states
.
view
(
num_tokens
,
hidden_dim
)
return
final_hidden_states
.
view
(
num_tokens
,
hidden_dim
)
def
yarn_get_mscale
(
scale
:
float
=
1
,
mscale
:
float
=
1
)
->
float
:
def
yarn_get_mscale
(
scale
:
float
=
1
,
mscale
:
float
=
1
)
->
float
:
...
...
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