[BugFix]: Fix HiMamba HiCache prefetch hang after L3 sidecar transfer (#27366)
This commit is contained in:
@@ -1662,6 +1662,9 @@ class HiMambaRadixCache(MambaRadixCache):
|
|||||||
else:
|
else:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
if completed and operation.pool_transfers and not operation.pool_transfers_done:
|
||||||
|
can_terminate = False
|
||||||
|
|
||||||
operation_terminated = operation.is_terminated()
|
operation_terminated = operation.is_terminated()
|
||||||
if self.tp_world_size > 1:
|
if self.tp_world_size > 1:
|
||||||
states = torch.tensor(
|
states = torch.tensor(
|
||||||
|
|||||||
Reference in New Issue
Block a user