Skip to content

Commit dec091f

Browse files
committed
change TQ storage unit to non detached Ray actor
Signed-off-by: 0oshowero0 <o0shower0o@outlook.com>
1 parent 14b5e83 commit dec091f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

transfer_queue/interface.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def _maybe_create_transferqueue_storage(conf: DictConfig) -> DictConfig:
8686
placement_group=storage_placement_group,
8787
placement_group_bundle_index=storage_unit_rank,
8888
name=f"TransferQueueStorageUnit#{storage_unit_rank}",
89-
lifetime="detached",
9089
).remote(
9190
storage_unit_size=math.ceil(total_storage_size / num_data_storage_units),
9291
)

0 commit comments

Comments
 (0)