Skip to content

Commit 8893c78

Browse files
author
Varun Sundar Rabindranath
committed
lint issues
Signed-off-by: Varun Sundar Rabindranath <[email protected]>
1 parent 24eac4b commit 8893c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/distributed/eplb_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
33

4-
import torch.multiprocessing as mp
54
import os
65
import random
76

87
import torch
8+
import torch.multiprocessing as mp
99

1010
from vllm.distributed.parallel_state import (
1111
init_distributed_environment,
@@ -46,4 +46,4 @@ def set_env_vars_and_device(env: dict[str, str]) -> None:
4646

4747
# Ensure each worker process has the same random seed
4848
random.seed(42)
49-
torch.manual_seed(42)
49+
torch.manual_seed(42)

0 commit comments

Comments
 (0)