mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-22 06:35:01 +08:00
[V1][Bugfix] Fix typo in MoE TPU checking (#15927)
Signed-off-by: Roger Wang <ywang@roblox.com>
This commit is contained in:
parent
c920e01242
commit
0e00d40e4f
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user