mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 16:35:43 +08:00
[CI][TPU] Skip Multimodal test (#17488)
Signed-off-by: Siyuan Liu <lsiyuan@google.com>
This commit is contained in:
parent
02bd654846
commit
dbc18e7816
@ -32,6 +32,8 @@ def base64_encoded_image() -> dict[str, str]:
|
||||
async def test_basic_vision(model_name: str, base64_encoded_image: dict[str,
|
||||
str]):
|
||||
|
||||
pytest.skip("Skip this test until it's fixed.")
|
||||
|
||||
def whats_in_this_image_msg(b64):
|
||||
return [{
|
||||
"role":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user