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
899136b8
Unverified
Commit
899136b8
authored
Jan 11, 2025
by
youkaichao
Committed by
GitHub
Jan 11, 2025
Browse files
[ci] fix broken distributed-tests-4-gpus (#11937)
Signed-off-by:
youkaichao
<
youkaichao@gmail.com
>
parent
c9f09a4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/spec_decode/e2e/test_integration_dist_tp4.py
tests/spec_decode/e2e/test_integration_dist_tp4.py
+2
-1
No files found.
tests/spec_decode/e2e/test_integration_dist_tp4.py
View file @
899136b8
...
...
@@ -108,7 +108,8 @@ def test_skip_speculation(common_llm_kwargs, per_test_common_llm_kwargs,
TODO: fix it to pass without raising Error. (#5814)
"""
with
pytest
.
raises
(
openai
.
APIConnectionError
):
with
pytest
.
raises
(
(
openai
.
APIConnectionError
,
openai
.
InternalServerError
)):
run_equality_correctness_test_tp
(
MAIN_MODEL
,
common_llm_kwargs
,
per_test_common_llm_kwargs
,
...
...
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