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
8f36850f
Unverified
Commit
8f36850f
authored
Oct 07, 2025
by
Wentao Ye
Committed by
GitHub
Oct 07, 2025
Browse files
[Bug] Fix Shape Validation for Fallback while Enabling E8M0 for DeepGEMM (#26322)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
29fd2662
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/triton_deep_gemm_moe.py
vllm/model_executor/layers/fused_moe/triton_deep_gemm_moe.py
+1
-1
No files found.
vllm/model_executor/layers/fused_moe/triton_deep_gemm_moe.py
View file @
8f36850f
...
...
@@ -143,7 +143,7 @@ class TritonOrDeepGemmExperts(mk.FusedMoEPermuteExpertsUnpermute):
apply_router_weight_on_input
:
bool
,
):
use_deep_gemm
=
self
.
allow_deep_gemm
and
(
_valid_deep_gemm
(
hidden_states
,
w1
,
w2
)
or
is_deep_gemm_e8m0_used
()
is_deep_gemm_e8m0_used
()
or
_valid_deep_gemm
(
hidden_states
,
w1
,
w2
)
)
experts
=
self
.
deep_gemm_expert
if
use_deep_gemm
else
self
.
triton_expert
...
...
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