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
44d02f54
Unverified
Commit
44d02f54
authored
Jul 12, 2025
by
Jee Jee Li
Committed by
GitHub
Jul 11, 2025
Browse files
[Misc] Restrict deep_gemm's log output (#20827)
Signed-off-by:
Jee Jee Li
<
pandaleefree@gmail.com
>
parent
a8593237
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/deep_gemm_moe.py
vllm/model_executor/layers/fused_moe/deep_gemm_moe.py
+1
-1
No files found.
vllm/model_executor/layers/fused_moe/deep_gemm_moe.py
View file @
44d02f54
...
...
@@ -43,7 +43,7 @@ def _valid_deep_gemm(hidden_states: torch.Tensor, w1: torch.Tensor,
aligned by `dg.get_m_alignment_for_contiguous_layout()`.
"""
if
not
has_deep_gemm
():
logger
.
debug
(
"DeepGemm disabled: deep_gemm not available."
)
logger
.
debug
_once
(
"DeepGemm disabled: deep_gemm not available."
)
return
False
M
=
hidden_states
.
size
(
0
)
...
...
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