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
0f7919fc
Unverified
Commit
0f7919fc
authored
Jul 31, 2025
by
Jee Jee Li
Committed by
GitHub
Jul 30, 2025
Browse files
[Misc] Expand SUPPORTED_HIDDEN_SIZES for DeepEP low-latency kernels (#21818)
Signed-off-by:
Jee Jee Li
<
pandaleefree@gmail.com
>
parent
61445453
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/layers/fused_moe/deepep_ll_prepare_finalize.py
...l_executor/layers/fused_moe/deepep_ll_prepare_finalize.py
+1
-1
No files found.
vllm/model_executor/layers/fused_moe/deepep_ll_prepare_finalize.py
View file @
0f7919fc
...
...
@@ -40,7 +40,7 @@ class DeepEPLLPrepareAndFinalize(mk.FusedMoEPrepareAndFinalize):
# DeepEP low-latency kernels are compiled only for certain
# specific hidden sizes.
SUPPORTED_HIDDEN_SIZES
=
[
2048
,
2560
,
4096
,
5120
,
7168
]
SUPPORTED_HIDDEN_SIZES
=
[
2048
,
2560
,
4096
,
5120
,
6144
,
7168
]
def
__init__
(
self
,
buffer
:
deep_ep
.
Buffer
,
...
...
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