Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
d2e0e39c
Unverified
Commit
d2e0e39c
authored
Oct 19, 2022
by
Frank Lee
Committed by
GitHub
Oct 19, 2022
Browse files
[release] update to v0.1.11 (#1736)
parent
0d87c4e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
colossalai/__init__.py
colossalai/__init__.py
+9
-3
version.txt
version.txt
+1
-1
No files found.
colossalai/__init__.py
View file @
d2e0e39c
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.1
0
'
__version__
=
'0.1.1
1
'
version.txt
View file @
d2e0e39c
0.1.1
0
0.1.1
1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment