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
04ea31ba
Unverified
Commit
04ea31ba
authored
Feb 12, 2026
by
bnellnm
Committed by
GitHub
Feb 12, 2026
Browse files
[Bugfix] Remove assert that's no longer valid (#34443)
Signed-off-by:
Bill Nell
<
bnell@redhat.com
>
parent
6f019e6e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/model_executor/layers/fused_moe/fused_moe_modular_method.py
...del_executor/layers/fused_moe/fused_moe_modular_method.py
+0
-1
No files found.
vllm/model_executor/layers/fused_moe/fused_moe_modular_method.py
View file @
04ea31ba
...
...
@@ -37,7 +37,6 @@ class FusedMoEModularMethod(FusedMoEMethodBase, CustomOp):
not
self
.
moe_mk
.
supports_expert_map
(),
)
self
.
old_quant_method
=
old_quant_method
assert
not
self
.
old_quant_method
.
is_monolithic
logger
.
debug
(
"Swapping out %s"
,
self
.
old_quant_method
.
__class__
.
__name__
)
@
staticmethod
...
...
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