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
adae0c1f
Unverified
Commit
adae0c1f
authored
Oct 03, 2025
by
Xiang Si
Committed by
GitHub
Oct 03, 2025
Browse files
[CI/Build] do not enforce precompilation on tpu ci tests (#25992)
Signed-off-by:
Xiang Si
<
sixiang@google.com
>
parent
cbf92219
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
tests/v1/entrypoints/llm/test_struct_output_generate.py
tests/v1/entrypoints/llm/test_struct_output_generate.py
+1
-4
No files found.
tests/v1/entrypoints/llm/test_struct_output_generate.py
View file @
adae0c1f
...
@@ -123,13 +123,10 @@ def test_structured_output(
...
@@ -123,13 +123,10 @@ def test_structured_output(
if
current_platform
.
is_tpu
()
and
speculative_config
:
if
current_platform
.
is_tpu
()
and
speculative_config
:
pytest
.
skip
(
"TPU does not support speculative decoding"
)
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
())
# Use a single LLM instance for several scenarios to
# Use a single LLM instance for several scenarios to
# speed up the test suite.
# speed up the test suite.
llm
=
LLM
(
model
=
model_name
,
llm
=
LLM
(
model
=
model_name
,
enforce_eager
=
enforce_eager
,
enforce_eager
=
True
,
max_model_len
=
1024
,
max_model_len
=
1024
,
structured_outputs_config
=
dict
(
backend
=
backend
,
structured_outputs_config
=
dict
(
backend
=
backend
,
disable_any_whitespace
=
backend
disable_any_whitespace
=
backend
...
...
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