Skip to content

Commit d53e0d4

Browse files
committed
fix CI
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
1 parent 9ed09cb commit d53e0d4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

vllm_ascend/patch/platform/patch_0_9_0/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17+
import vllm_ascend.patch.platform.patch_0_9_0.patch_distributed # noqa

vllm_ascend/patch/platform/patch_common/patch_distributed.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
import vllm.envs as envs
2323
from torch.distributed import ProcessGroup
2424
from vllm.config import ParallelConfig, VllmConfig
25+
from vllm.distributed.utils import \
26+
stateless_init_torch_distributed_process_group
2527
from vllm.v1.engine.core import DPEngineCoreProc
26-
from vllm.distributed.utils import stateless_init_torch_distributed_process_group
2728

2829

2930
def ascend_destroy_model_parallel():

vllm_ascend/platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
from typing import TYPE_CHECKING, Optional, Tuple
2323

2424
import torch
25+
import vllm.envs as envs
2526
from torch.distributed import ProcessGroup
2627
from torch.distributed.distributed_c10d import PrefixStore
27-
import vllm.envs as envs
2828
from vllm.logger import logger
2929
from vllm.platforms import Platform, PlatformEnum
3030

0 commit comments

Comments
 (0)