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
ffc0a279
Unverified
Commit
ffc0a279
authored
Jan 07, 2026
by
Elvir Crnčević
Committed by
GitHub
Jan 07, 2026
Browse files
Add back missing DeepEP LL params (#31911)
Signed-off-by:
Elvir Crncevic
<
elvircrn@gmail.com
>
parent
10ef65ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vllm/model_executor/layers/fused_moe/deepep_ll_prepare_finalize.py
...l_executor/layers/fused_moe/deepep_ll_prepare_finalize.py
+2
-0
No files found.
vllm/model_executor/layers/fused_moe/deepep_ll_prepare_finalize.py
View file @
ffc0a279
...
...
@@ -295,6 +295,8 @@ class DeepEPLLPrepareAndFinalize(mk.FusedMoEPrepareAndFinalize):
self
.
max_tokens_per_rank
,
num_experts
,
use_fp8
=
self
.
use_fp8_dispatch
,
round_scale
=
self
.
use_ue8m0_dispatch
,
use_ue8m0
=
self
.
use_ue8m0_dispatch
,
**
(
dict
(
use_nvfp4
=
True
)
if
use_nvfp4
else
dict
()),
**
(
dict
(
x_global_scale
=
qc_a1_gscale_or_scale
)
...
...
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