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
b3d10db5
Unverified
Commit
b3d10db5
authored
Feb 15, 2023
by
Zihao
Committed by
GitHub
Feb 15, 2023
Browse files
[NFC] polish colossalai/cli/launcher/__init__.py code style (#2709)
parent
4ac8bfb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
colossalai/cli/launcher/__init__.py
colossalai/cli/launcher/__init__.py
+3
-1
No files found.
colossalai/cli/launcher/__init__.py
View file @
b3d10db5
import
click
from
.run
import
launch_multi_processes
from
colossalai.context
import
Config
from
.run
import
launch_multi_processes
@
click
.
command
(
help
=
"Launch distributed training on a single node or multiple nodes"
,
context_settings
=
dict
(
ignore_unknown_options
=
True
))
...
...
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