mirror of
https://github.com/deepseek-ai/DeepEP
synced 2025-06-26 18:28:11 +00:00
Adjust import order
This commit is contained in:
parent
a2d2354e1d
commit
b56f7c2c8c
@ -1,10 +1,10 @@
|
|||||||
|
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):
|
||||||
|
Loading…
Reference in New Issue
Block a user