mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-22 23:05:43 +08:00
[Bugfix][CI] Fix Distributed Tests (4 GPUs) async_sched+ray test (#27195)
Signed-off-by: NickLucche <nlucches@redhat.com>
This commit is contained in:
parent
4d0f266113
commit
f9e7ad5400
@ -78,6 +78,9 @@ async def generate(
|
|||||||
async def test_load(
|
async def test_load(
|
||||||
output_kind: RequestOutputKind, data_parallel_backend: str, async_scheduling: bool
|
output_kind: RequestOutputKind, data_parallel_backend: str, async_scheduling: bool
|
||||||
):
|
):
|
||||||
|
if async_scheduling and data_parallel_backend == "ray":
|
||||||
|
# TODO(NickLucche) Re-enable when async scheduling is supported
|
||||||
|
pytest.skip("Async scheduling is not supported with ray")
|
||||||
stats_loggers = {}
|
stats_loggers = {}
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user