mirror of https://github.com/hpcaitech/ColossalAI
[NFC] polish colossalai/cli/launcher/__init__.py code style (#2709)
parent
4ac8bfb072
commit
b3d10db5f1
|
@ -1,7 +1,9 @@
|
|||
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))
|
||||
|
|
Loading…
Reference in New Issue