Skip to content

Commit bf5c43b

Browse files
committed
Restrict the platforms where the reduction operator can be used
1 parent f0b2fc5 commit bf5c43b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vllm_fl/ops/fused_moe/fused_moe_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def apply(
360360
)
361361
return
362362

363-
elif current_platform.is_cuda():
363+
elif current_platform.device_name == "nvidia":
364364
# NVIDIA: let FlagGems own both expert GEMMs for unquantized and W8A16 inputs
365365
import flag_gems
366366

0 commit comments

Comments
 (0)