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