[NFC] polish colossalai/cli/launcher/__init__.py code style (#2709)

pull/2712/head
Zihao 2023-02-15 09:57:22 +08:00 committed by GitHub
parent 4ac8bfb072
commit b3d10db5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

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