Make single-batch overlap compatible with NextN (#11804)
This commit is contained in:
@@ -902,6 +902,8 @@ class DeepseekV2MoE(nn.Module):
|
||||
dict(
|
||||
forward_shared_experts=_forward_shared_experts_and_put_results,
|
||||
alt_stream=self.alt_stream,
|
||||
# SBO is not yet implemented for NextN
|
||||
disable_sbo=self.is_nextn,
|
||||
)
|
||||
if self._fuse_shared_experts_inside_sbo
|
||||
else {}
|
||||
|
||||
Reference in New Issue
Block a user