[CI/Build] Add new CI job to validate Hybrid Models for every PR (#20147)

Signed-off-by: Thomas Parnell <tpa@zurich.ibm.com>
This commit is contained in:
Thomas Parnell
2025-06-28 08:00:25 +02:00
committed by GitHub
parent 7b460c25f9
commit 8615d9776f
3 changed files with 16 additions and 1 deletions

View File

@@ -9,6 +9,9 @@ from vllm.sampling_params import SamplingParams
from ...utils import check_logprobs_close, check_outputs_equal
# Mark all tests as hybrid
pytestmark = pytest.mark.hybrid_model
# NOTE: The first model in each list is taken as the primary model,
# meaning that it will be used in all tests in this file
# The rest of the models will only be tested by test_models