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 math
import time import time
from typing import Callable, Dict, List, Tuple
import torch import torch
from colossalai.context import Config, ParallelMode
from colossalai.utils import MultiTimer from colossalai.utils import MultiTimer
from colossalai.context import ParallelMode, Config
from typing import List, Dict, Tuple, Callable
def get_time_stamp() -> int: 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