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
a79079fe
Unverified
Commit
a79079fe
authored
Jan 07, 2026
by
Richard Zou
Committed by
GitHub
Jan 08, 2026
Browse files
[BugFix] Fix flakiness in test_eagle_dp for PyTorch 2.10 (#31915)
Signed-off-by:
Richard Zou
<
zou3519@gmail.com
>
parent
9f6dcb71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
tests/v1/distributed/test_eagle_dp.py
tests/v1/distributed/test_eagle_dp.py
+3
-1
No files found.
tests/v1/distributed/test_eagle_dp.py
View file @
a79079fe
...
@@ -47,7 +47,9 @@ async def test_run_eagle_dp(monkeypatch: pytest.MonkeyPatch):
...
@@ -47,7 +47,9 @@ async def test_run_eagle_dp(monkeypatch: pytest.MonkeyPatch):
)
)
prompt
=
"This is a test of data parallel with eagle"
prompt
=
"This is a test of data parallel with eagle"
num_expected_tokens
=
100
# This test might be flaky, see
# https://github.com/vllm-project/vllm/issues/31913
num_expected_tokens
=
20
sampling_params
=
SamplingParams
(
sampling_params
=
SamplingParams
(
min_tokens
=
num_expected_tokens
,
min_tokens
=
num_expected_tokens
,
max_tokens
=
num_expected_tokens
,
max_tokens
=
num_expected_tokens
,
...
...
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