Skip to content

Commit bbaf9e9

Browse files
authored
[gpt-oss] Fix mxfp4 support (#22700)
Signed-off-by: Chen Zhang <[email protected]>
1 parent 4678503 commit bbaf9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/layers/quantization/utils/mxfp4_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def _can_support_mxfp4(use_grouped_topk: bool = False,
6868
return not (use_grouped_topk or topk_group or num_expert_group
6969
or expert_map or custom_routing_function
7070
or e_score_correction_bias or apply_router_weight_on_input
71-
or scoring_func != "softmax" or activation != "silu"
71+
or scoring_func != "softmax" or activation != "swiglu_oai"
7272
or expert_load_view or logical_to_physical_map
7373
or logical_replica_count)
7474

0 commit comments

Comments
 (0)