fix-test

fix-test
This commit is contained in:
flybird11111
2024-01-03 14:26:13 +08:00
committed by GitHub
parent 7f3400b560
commit 365671be10
3 changed files with 9 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ class ProcessGroupMesh:
self._ranks_to_group: Dict[Tuple[int, ...], ProcessGroup] = {}
self._group_to_ranks: Dict[ProcessGroup, Tuple[int, ...]] = {}
def __del__(self):
def destroy_mesh_process_groups(self):
r"""
Destructor method for the ProcessGroupMesh class.