Commit b56f7c2c authored by Chenggang Zhao's avatar Chenggang Zhao
Browse files

Adjust import order

parent a2d2354e
import inspect
import os import os
import sys import sys
import numpy as np import numpy as np
import torch import torch
import torch.distributed as dist import torch.distributed as dist
from typing import Optional from typing import Optional
import inspect
def init_dist(local_rank: int, num_local_ranks: int): def init_dist(local_rank: int, num_local_ranks: 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