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
9cf5c476
Commit
9cf5c476
authored
Jan 12, 2026
by
wujl5
Committed by
zhuwenwen
Jan 12, 2026
Browse files
fix: 修复不开启融合图的断言错误。
parent
3f5983bf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
vllm/model_executor/models/deepseek_v2.py
vllm/model_executor/models/deepseek_v2.py
+3
-2
No files found.
vllm/model_executor/models/deepseek_v2.py
View file @
9cf5c476
...
@@ -346,7 +346,8 @@ class DeepseekV2MoE(nn.Module):
...
@@ -346,7 +346,8 @@ class DeepseekV2MoE(nn.Module):
*
(
1.
/
self
.
routed_scaling_factor
)
*
(
1.
/
self
.
routed_scaling_factor
)
else
:
# RQ
else
:
# RQ
if
not
self
.
enable_expert_parallel
:
if
not
self
.
enable_expert_parallel
:
assert
iqis
is
not
None
i_q
,
i_s
=
None
,
None
if
iqis
is
not
None
:
i_q
,
i_s
=
iqis
i_q
,
i_s
=
iqis
if
self
.
run_shared_expert_singlely
:
if
self
.
run_shared_expert_singlely
:
if
envs
.
USE_FUSED_RMS_QUANT
:
if
envs
.
USE_FUSED_RMS_QUANT
:
...
...
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