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
23210a91
Unverified
Commit
23210a91
authored
Feb 19, 2026
by
Cyrus Leung
Committed by
GitHub
Feb 19, 2026
Browse files
[CI/Build] Try to make beam search test less flaky (#34885)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
13913788
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/samplers/test_beam_search.py
tests/samplers/test_beam_search.py
+1
-1
No files found.
tests/samplers/test_beam_search.py
View file @
23210a91
...
...
@@ -27,7 +27,7 @@ EXTRA_ENGINE_KWARGS: dict = (
max_num_seqs
=
1
,
)
if
current_platform
.
is_rocm
()
else
{}
else
dict
(
async_scheduling
=
False
,
max_num_seqs
=
1
)
)
# FIXME(zhuohan): The test can not pass if we:
...
...
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