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
1f43c121
Unverified
Commit
1f43c121
authored
Jan 02, 2026
by
Vaibhav Sourirajan
Committed by
GitHub
Jan 01, 2026
Browse files
Remove unused `use_marlin` variable in `Mxfp4MoEMethod` (#31549)
Signed-off-by:
vaibhav sourirajan
<
vs2787@columbia.edu
>
parent
ca179d0f
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/quantization/mxfp4.py
vllm/model_executor/layers/quantization/mxfp4.py
+0
-1
No files found.
vllm/model_executor/layers/quantization/mxfp4.py
View file @
1f43c121
...
...
@@ -240,7 +240,6 @@ class Mxfp4MoEMethod(FusedMoEMethodBase):
self
.
mxfp4_backend
=
get_mxfp4_backend
(
moe
.
is_lora_enabled
)
self
.
marlin_input_dtype
=
None
self
.
use_marlin
=
self
.
mxfp4_backend
==
Mxfp4Backend
.
MARLIN
self
.
max_capture_size
=
(
get_current_vllm_config
().
compilation_config
.
max_cudagraph_capture_size
)
...
...
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