mirror of https://github.com/hpcaitech/ColossalAI
[NFC] polish colossalai/cli/benchmark/__init__.py code style (#2308)
parent
87d2defda6
commit
4a79c10750
|
@ -1,9 +1,10 @@
|
||||||
import click
|
import click
|
||||||
|
|
||||||
from .utils import *
|
|
||||||
from .benchmark import run_benchmark
|
|
||||||
from colossalai.context import Config
|
from colossalai.context import Config
|
||||||
|
|
||||||
|
from .benchmark import run_benchmark
|
||||||
|
from .utils import *
|
||||||
|
|
||||||
__all__ = ['benchmark']
|
__all__ = ['benchmark']
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue