mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 14:53:52 +08:00
[V1][Bugfix] Fix typo in MoE TPU checking (#15927)
Signed-off-by: Roger Wang <ywang@roblox.com>
This commit is contained in:
@ -309,7 +309,7 @@ class UnquantizedFusedMoEMethod(FusedMoEMethodBase, CustomOp):
|
||||
expert_map=expert_map,
|
||||
renormalize=renormalize)
|
||||
|
||||
forward_native = forward_tpu if current_platform.is_tpu else forward_cuda
|
||||
forward_native = forward_tpu if current_platform.is_tpu() else forward_cuda
|
||||
|
||||
|
||||
def determine_expert_map(
|
||||
|
Reference in New Issue
Block a user