ColossalAI/colossalai/__init__.py

11 lines
178 B
Python
Raw Normal View History

2022-10-18 16:28:00 +00:00
from .initialize import (
get_default_parser,
initialize,
launch,
launch_from_openmpi,
launch_from_slurm,
launch_from_torch,
)
2021-10-28 16:21:23 +00:00
2022-11-08 09:25:15 +00:00
__version__ = '0.1.11rc2'