mirror of https://github.com/hpcaitech/ColossalAI
[NFC] polish colossalai/__init__.py code style (#1285)
parent
38e3ccd1e9
commit
6d6c01e94d
|
@ -1,5 +1,4 @@
|
|||
from .initialize import (initialize, launch, launch_from_openmpi,
|
||||
launch_from_slurm, launch_from_torch, get_default_parser)
|
||||
from .initialize import (initialize, launch, launch_from_openmpi, launch_from_slurm, launch_from_torch,
|
||||
get_default_parser)
|
||||
|
||||
__version__ = '0.0.1'
|
||||
|
||||
|
|
Loading…
Reference in New Issue