[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

@@ -40,7 +40,7 @@ def set_accelerator(accelerator: Union[str, BaseAccelerator]) -> None:
def auto_set_accelerator() -> None:
"""
Automatically check if any accelerator is available.
If an accelerator is availabe, set it as the global accelerator.
If an accelerator is available, set it as the global accelerator.
"""
global _ACCELERATOR