Browse Source

[release] update to v0.1.11 (#1736)

pull/1741/head
Frank Lee 2 years ago committed by GitHub
parent
commit
d2e0e39c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      colossalai/__init__.py
  2. 2
      version.txt

12
colossalai/__init__.py

@ -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'

2
version.txt

@ -1 +1 @@
0.1.10
0.1.11

Loading…
Cancel
Save