Skip to content

Commit

Permalink
polish code
Browse files Browse the repository at this point in the history
  • Loading branch information
littsk committed Oct 18, 2023
1 parent 745a91a commit b94b09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colossalai/tensor/d_tensor/layout_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def layout_converting(
# Cache hit

def _group_alive_check(cached_comm_action_sequence):
"""
r"""
Check if the process groups required for sharding have been deleted by torch.distributed.destroy_process_group method.
If not deleted, return True; otherwise, return False.
Expand Down

0 comments on commit b94b09f

Please sign in to comment.