mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-03 10:06:44 +00:00
[misc] update pre-commit and run all files (#4752)
* [misc] update pre-commit * [misc] run pre-commit * [misc] remove useless configuration files * [misc] ignore cuda for clang-format
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from .initialize import initialize, launch, launch_from_openmpi, launch_from_slurm, launch_from_torch
|
||||
|
||||
__all__ = [
|
||||
'launch',
|
||||
'launch_from_openmpi',
|
||||
'launch_from_slurm',
|
||||
'launch_from_torch',
|
||||
'initialize',
|
||||
"launch",
|
||||
"launch_from_openmpi",
|
||||
"launch_from_slurm",
|
||||
"launch_from_torch",
|
||||
"initialize",
|
||||
]
|
||||
|
Reference in New Issue
Block a user