"vscode:/vscode.git/clone" did not exist on "41e52c1c6eaf1d0683427aa59bdd777ae1458bd7"
Commit 85774f0c authored by ocd_with_naming's avatar ocd_with_naming Committed by binmakeswell
Browse files

[NFC] polish colossalai/cli/benchmark/utils.py code style (#4254)

parent dee1c963
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:
......
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