mirror of https://github.com/hpcaitech/ColossalAI
Frank Lee
2 years ago
committed by
GitHub
2 changed files with 10 additions and 4 deletions
@ -1,4 +1,10 @@ |
|||||||
from .initialize import (initialize, launch, launch_from_openmpi, launch_from_slurm, launch_from_torch, |
from .initialize import ( |
||||||
get_default_parser) |
get_default_parser, |
||||||
|
initialize, |
||||||
|
launch, |
||||||
|
launch_from_openmpi, |
||||||
|
launch_from_slurm, |
||||||
|
launch_from_torch, |
||||||
|
) |
||||||
|
|
||||||
__version__ = '0.1.10' |
__version__ = '0.1.11' |
||||||
|
Loading…
Reference in new issue