From b56f7c2c8c1fd032133d00d0df7cc4edfd367b79 Mon Sep 17 00:00:00 2001 From: Chenggang Zhao Date: Wed, 18 Jun 2025 15:50:06 +0800 Subject: [PATCH] Adjust import order --- tests/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils.py b/tests/utils.py index 57a38b2..51ee18e 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,10 +1,10 @@ +import inspect import os import sys import numpy as np import torch import torch.distributed as dist from typing import Optional -import inspect def init_dist(local_rank: int, num_local_ranks: int):