Skip to content

Commit

Permalink
Update test_tp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrilvallez committed Jan 28, 2025
1 parent da20477 commit 4da8008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tp/test_tp.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_loading_memory_consumption(self):
raise ValueError("Each model shard is larger than what is expected.")
torch.distributed.barrier()
torch.utils.distributed.destroy_process_group()
torch.distributed.destroy_process_group()
"""
)
self.torchrun(script_to_run)
Expand Down

0 comments on commit 4da8008

Please sign in to comment.