Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
f9e7ad54
Unverified
Commit
f9e7ad54
authored
Oct 20, 2025
by
Nicolò Lucchesi
Committed by
GitHub
Oct 20, 2025
Browse files
[Bugfix][CI] Fix `Distributed Tests (4 GPUs)` async_sched+ray test (#27195)
Signed-off-by:
NickLucche
<
nlucches@redhat.com
>
parent
4d0f2661
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tests/v1/distributed/test_async_llm_dp.py
tests/v1/distributed/test_async_llm_dp.py
+3
-0
No files found.
tests/v1/distributed/test_async_llm_dp.py
View file @
f9e7ad54
...
@@ -78,6 +78,9 @@ async def generate(
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment