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
85774f0c
"vscode:/vscode.git/clone" did not exist on "41e52c1c6eaf1d0683427aa59bdd777ae1458bd7"
Commit
85774f0c
authored
Jul 18, 2023
by
ocd_with_naming
Committed by
binmakeswell
Jul 26, 2023
Browse files
[NFC] polish colossalai/cli/benchmark/utils.py code style (#4254)
parent
dee1c963
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
colossalai/cli/benchmark/utils.py
colossalai/cli/benchmark/utils.py
+6
-5
No files found.
colossalai/cli/benchmark/utils.py
View file @
85774f0c
import
math
import
time
from
typing
import
Callable
,
Dict
,
List
,
Tuple
import
torch
from
colossalai.context
import
Config
,
ParallelMode
from
colossalai.utils
import
MultiTimer
from
colossalai.context
import
ParallelMode
,
Config
from
typing
import
List
,
Dict
,
Tuple
,
Callable
def
get_time_stamp
()
->
int
:
...
...
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