Skip to content

Commit

Permalink
Add core_model mark for Qwen2-VL embedding-as-input tests
Browse files Browse the repository at this point in the history
Signed-off-by: imkero <[email protected]>
  • Loading branch information
imkero committed Nov 13, 2024
1 parent 6d1a8e5 commit ee2344b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/models/decoder_only/vision_language/test_qwen2_vl.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ def run_test(
)


@pytest.mark.core_model
@pytest.mark.parametrize("model", models)
@pytest.mark.parametrize(
"size_factors",
Expand Down Expand Up @@ -337,6 +338,7 @@ def test_qwen2_vl_image_embeddings_input(vllm_runner, image_assets, model,
)


@pytest.mark.core_model
@pytest.mark.parametrize("model", models)
@pytest.mark.parametrize(
"size_factors",
Expand Down Expand Up @@ -381,6 +383,7 @@ def test_qwen2_vl_multiple_image_embeddings_input(vllm_runner, image_assets,
)


@pytest.mark.core_model
@pytest.mark.parametrize("model", models)
@pytest.mark.parametrize(
"size_factors",
Expand Down

0 comments on commit ee2344b

Please sign in to comment.