Skip to content

Commit 5a11fd8

Browse files
committed
update
Signed-off-by: shen-shanshan <467638484@qq.com>
1 parent 0b13d4b commit 5a11fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_ascend/worker/worker_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
import torch
2424
import torch.nn as nn
2525
import torch_npu
26+
import vllm.envs as envs_vllm
2627
from torch_npu.op_plugin.atb._atb_ops import _register_atb_extensions
27-
from vllm import envs_vllm
2828
from vllm.config import VllmConfig
2929
from vllm.distributed import (ensure_model_parallel_initialized,
3030
init_distributed_environment)

0 commit comments

Comments
 (0)