Unverified Commit b3d10db5 authored by Zihao's avatar Zihao Committed by GitHub
Browse files

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

parent 4ac8bfb0
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))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment