mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-10-22 15:26:57 +00:00
6 lines
173 B
Python
6 lines
173 B
Python
from .initialize import (initialize, launch, launch_from_openmpi,
|
|
launch_from_slurm, launch_from_torch, get_default_parser)
|
|
|
|
__version__ = '0.0.1'
|
|
|