mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-06 11:32:10 +00:00
[hotfix] fix typo change MoECheckpintIO to MoECheckpointIO (#5335)
Co-authored-by: binmakeswell <binmakeswell@gmail.com>
This commit is contained in:
@@ -1067,7 +1067,7 @@ class HybridParallelPlugin(PipelinePluginBase):
|
||||
self.max_norm = max_norm
|
||||
|
||||
def __del__(self):
|
||||
"""Destroy the prcess groups in ProcessGroupMesh"""
|
||||
"""Destroy the process groups in ProcessGroupMesh"""
|
||||
self.pg_mesh.destroy_mesh_process_groups()
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user