From 031c8b32a458c85b825c947591b792b144d1a7c7 Mon Sep 17 00:00:00 2001 From: Tyler Michael Smith Date: Mon, 17 Mar 2025 13:50:44 +0000 Subject: [PATCH] Add time comment Signed-off-by: Tyler Michael Smith --- .buildkite/test-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index 186c4354fbc1c..c85010ab262dd 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -453,7 +453,7 @@ steps: - pip install git+https://github.com/TIGER-AI-Lab/Mantis.git - pytest -v -s models/decoder_only/vision_language/test_models.py -m 'split(group=1) and not core_model and not quant_model' -- label: SSM and Hybrid Models Test # X min +- label: SSM and Hybrid Models Test # 12min source_file_dependencies: - vllm/ - tests/models/decoder_only/language/test_hybrid.py