Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
4a79c107
Commit
4a79c107
authored
Jan 04, 2023
by
Junming Wu
Committed by
Frank Lee
Jan 04, 2023
Browse files
[NFC] polish colossalai/cli/benchmark/__init__.py code style (#2308)
parent
87d2defd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
colossalai/cli/benchmark/__init__.py
colossalai/cli/benchmark/__init__.py
+3
-2
No files found.
colossalai/cli/benchmark/__init__.py
View file @
4a79c107
import
click
from
.utils
import
*
from
.benchmark
import
run_benchmark
from
colossalai.context
import
Config
from
.benchmark
import
run_benchmark
from
.utils
import
*
__all__
=
[
'benchmark'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment