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
bbaf9e9c
Unverified
Commit
bbaf9e9c
authored
Aug 11, 2025
by
Chen Zhang
Committed by
GitHub
Aug 11, 2025
Browse files
[gpt-oss] Fix mxfp4 support (#22700)
Signed-off-by:
Chen Zhang
<
zhangch99@outlook.com
>
parent
46785034
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/layers/quantization/utils/mxfp4_utils.py
vllm/model_executor/layers/quantization/utils/mxfp4_utils.py
+1
-1
No files found.
vllm/model_executor/layers/quantization/utils/mxfp4_utils.py
View file @
bbaf9e9c
...
...
@@ -68,7 +68,7 @@ def _can_support_mxfp4(use_grouped_topk: bool = False,
return
not
(
use_grouped_topk
or
topk_group
or
num_expert_group
or
expert_map
or
custom_routing_function
or
e_score_correction_bias
or
apply_router_weight_on_input
or
scoring_func
!=
"softmax"
or
activation
!=
"s
ilu
"
or
scoring_func
!=
"softmax"
or
activation
!=
"s
wiglu_oai
"
or
expert_load_view
or
logical_to_physical_map
or
logical_replica_count
)
...
...
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