[hotfix] fix typo change MoECheckpintIO to MoECheckpointIO (#5335)

Co-authored-by: binmakeswell <binmakeswell@gmail.com>
This commit is contained in:
digger yu
2024-03-05 21:52:30 +08:00
committed by GitHub
parent a7ae2b5b4c
commit 5e1c93d732
7 changed files with 13 additions and 12 deletions

View File

@@ -437,7 +437,7 @@ class GeminiPlugin(DPPluginBase):
)
def __del__(self):
"""Destroy the prcess groups in ProcessGroupMesh"""
"""Destroy the process groups in ProcessGroupMesh"""
self.pg_mesh.destroy_mesh_process_groups()
def support_no_sync(self) -> bool: