mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-27 16:59:22 +08:00
[gpt-oss] Fix mxfp4 support (#22700)
Signed-off-by: Chen Zhang <zhangch99@outlook.com>
This commit is contained in:
parent
4678503476
commit
bbaf9e9cb1
@ -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 != "silu"
|
||||
or scoring_func != "softmax" or activation != "swiglu_oai"
|
||||
or expert_load_view or logical_to_physical_map
|
||||
or logical_replica_count)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user