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
17b4d85f
Unverified
Commit
17b4d85f
authored
Apr 30, 2025
by
Michael Goin
Committed by
GitHub
Apr 30, 2025
Browse files
[CI][TPU] Skip structured outputs+spec decode tests on TPU (#17510)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
1144a8ef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tests/v1/entrypoints/llm/test_struct_output_generate.py
tests/v1/entrypoints/llm/test_struct_output_generate.py
+3
-0
No files found.
tests/v1/entrypoints/llm/test_struct_output_generate.py
View file @
17b4d85f
...
...
@@ -81,6 +81,9 @@ def test_structured_output(
):
monkeypatch
.
setenv
(
"VLLM_USE_V1"
,
"1"
)
if
current_platform
.
is_tpu
()
and
speculative_config
:
pytest
.
skip
(
"TPU does not support speculative decoding"
)
# Don't use eager execution on TPUs because we want to test for no
# recompilation at runtime
enforce_eager
=
bool
(
not
current_platform
.
is_tpu
())
...
...
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