Skip to content

Commit 8f157eb

Browse files
committed
refactor: remove unused imports from model_runner_v1.py
Signed-off-by: Jade Zheng <zheng.shoujian@outlook.com>
1 parent 4f877ff commit 8f157eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vllm_ascend/worker/model_runner_v1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
import numpy.typing as npt
3131
import torch
3232
import torch._dynamo.cache_size
33-
import torch.distributed as dist
3433
import torch.nn as nn
35-
from torch.distributed import ReduceOp
3634
from vllm.attention import AttentionType, get_attn_backend
3735
from vllm.attention.layer import Attention
3836
from vllm.config import CompilationLevel, VllmConfig

0 commit comments

Comments
 (0)