mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-28 03:43:01 +00:00
[release] update to v0.1.11 (#1736)
This commit is contained in:
parent
0d87c4e20d
commit
d2e0e39c9d
@ -1,4 +1,10 @@
|
||||
from .initialize import (initialize, launch, launch_from_openmpi, launch_from_slurm, launch_from_torch,
|
||||
get_default_parser)
|
||||
from .initialize import (
|
||||
get_default_parser,
|
||||
initialize,
|
||||
launch,
|
||||
launch_from_openmpi,
|
||||
launch_from_slurm,
|
||||
launch_from_torch,
|
||||
)
|
||||
|
||||
__version__ = '0.1.10'
|
||||
__version__ = '0.1.11'
|
||||
|
@ -1 +1 @@
|
||||
0.1.10
|
||||
0.1.11
|
||||
|
Loading…
Reference in New Issue
Block a user