mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-08-15 18:41:19 +08:00
[Bugfix] [ROCm]: Remove assertion logic when using AITER fused moe in unquantizedMethod to reenable LLama4 BF16 (#18205)
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
This commit is contained in:
parent
fadb8d5c2d
commit
92540529c0
@ -503,7 +503,6 @@ class UnquantizedFusedMoEMethod(FusedMoEMethodBase, CustomOp):
|
|||||||
indices_type=torch.uint32 if self.moe.use_pplx_kernels else None)
|
indices_type=torch.uint32 if self.moe.use_pplx_kernels else None)
|
||||||
|
|
||||||
if self.rocm_aiter_moe_enabled:
|
if self.rocm_aiter_moe_enabled:
|
||||||
assert not apply_router_weight_on_input
|
|
||||||
assert expert_map is None
|
assert expert_map is None
|
||||||
return self.rocm_aiter_fused_experts(
|
return self.rocm_aiter_fused_experts(
|
||||||
hidden_states=x,
|
hidden_states=x,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user