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
dbc18e78
Unverified
Commit
dbc18e78
authored
Apr 30, 2025
by
Siyuan Liu
Committed by
GitHub
Apr 30, 2025
Browse files
[CI][TPU] Skip Multimodal test (#17488)
Signed-off-by:
Siyuan Liu
<
lsiyuan@google.com
>
parent
02bd6548
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tests/v1/tpu/test_multimodal.py
tests/v1/tpu/test_multimodal.py
+2
-0
No files found.
tests/v1/tpu/test_multimodal.py
View file @
dbc18e78
...
@@ -32,6 +32,8 @@ def base64_encoded_image() -> dict[str, str]:
...
@@ -32,6 +32,8 @@ def base64_encoded_image() -> dict[str, str]:
async
def
test_basic_vision
(
model_name
:
str
,
base64_encoded_image
:
dict
[
str
,
async
def
test_basic_vision
(
model_name
:
str
,
base64_encoded_image
:
dict
[
str
,
str
]):
str
]):
pytest
.
skip
(
"Skip this test until it's fixed."
)
def
whats_in_this_image_msg
(
b64
):
def
whats_in_this_image_msg
(
b64
):
return
[{
return
[{
"role"
:
"role"
:
...
...
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