mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-21 05:04:47 +00:00
[NFC] polish colossalai/cli/launcher/__init__.py code style (#2709)
This commit is contained in:
parent
4ac8bfb072
commit
b3d10db5f1
@ -1,7 +1,9 @@
|
|||||||
import click
|
import click
|
||||||
from .run import launch_multi_processes
|
|
||||||
from colossalai.context import Config
|
from colossalai.context import Config
|
||||||
|
|
||||||
|
from .run import launch_multi_processes
|
||||||
|
|
||||||
|
|
||||||
@click.command(help="Launch distributed training on a single node or multiple nodes",
|
@click.command(help="Launch distributed training on a single node or multiple nodes",
|
||||||
context_settings=dict(ignore_unknown_options=True))
|
context_settings=dict(ignore_unknown_options=True))
|
||||||
|
Loading…
Reference in New Issue
Block a user