Files
enginex-bi_150-vllm/v1/executor/ray_distributed_executor.py
2026-03-05 18:06:10 +08:00

9 lines
289 B
Python

# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
from vllm.v1.executor.ray_executor import (
RayDistributedExecutor as _RayDistributedExecutor,
)
# For backwards compatibility.
RayDistributedExecutor = _RayDistributedExecutor