|
| 1 | +group: Models - Multimodal |
| 2 | +depends_on: |
| 3 | + - image-build-xpu |
| 4 | +steps: |
| 5 | +- label: "Multi-Modal Models (Standard) 1: qwen2" |
| 6 | + key: multi-modal-models-standard-1-qwen2 |
| 7 | + timeout_in_minutes: 45 |
| 8 | + device: intel_gpu |
| 9 | + no_plugin: true |
| 10 | + working_dir: "." |
| 11 | + env: |
| 12 | + REGISTRY: "public.ecr.aws/q9t5s3a7" |
| 13 | + REPO: "vllm-ci-test-repo" |
| 14 | + VLLM_TEST_DEVICE: "xpu" |
| 15 | + source_file_dependencies: |
| 16 | + - vllm/ |
| 17 | + - tests/models/multimodal |
| 18 | + commands: |
| 19 | + - >- |
| 20 | + bash .buildkite/scripts/hardware_ci/run-intel-test.sh |
| 21 | + 'pip install av git+https://github.com/TIGER-AI-Lab/Mantis.git && |
| 22 | + cd tests && |
| 23 | + pytest -v -s models/multimodal/generation/test_common.py -m core_model -k "qwen2" && |
| 24 | + pytest -v -s models/multimodal/generation/test_ultravox.py -m core_model' |
| 25 | +
|
| 26 | +- label: "Multi-Modal Models (Standard) 2: qwen3 + gemma" |
| 27 | + key: multi-modal-models-standard-2-qwen3-gemma |
| 28 | + timeout_in_minutes: 45 |
| 29 | + device: intel_gpu |
| 30 | + no_plugin: true |
| 31 | + working_dir: "." |
| 32 | + env: |
| 33 | + REGISTRY: "public.ecr.aws/q9t5s3a7" |
| 34 | + REPO: "vllm-ci-test-repo" |
| 35 | + VLLM_TEST_DEVICE: "xpu" |
| 36 | + source_file_dependencies: |
| 37 | + - vllm/ |
| 38 | + - tests/models/multimodal |
| 39 | + commands: |
| 40 | + - >- |
| 41 | + bash .buildkite/scripts/hardware_ci/run-intel-test.sh |
| 42 | + 'pip install git+https://github.com/TIGER-AI-Lab/Mantis.git && |
| 43 | + cd tests && |
| 44 | + pytest -v -s models/multimodal/generation/test_qwen2_5_vl.py -m core_model' |
| 45 | +
|
| 46 | +- label: "Multi-Modal Models (Standard) 3: llava + qwen2_vl" |
| 47 | + key: multi-modal-models-standard-3-llava-qwen2-vl |
| 48 | + timeout_in_minutes: 45 |
| 49 | + device: intel_gpu |
| 50 | + no_plugin: true |
| 51 | + working_dir: "." |
| 52 | + env: |
| 53 | + REGISTRY: "public.ecr.aws/q9t5s3a7" |
| 54 | + REPO: "vllm-ci-test-repo" |
| 55 | + VLLM_TEST_DEVICE: "xpu" |
| 56 | + source_file_dependencies: |
| 57 | + - vllm/ |
| 58 | + - tests/models/multimodal |
| 59 | + commands: |
| 60 | + - >- |
| 61 | + bash .buildkite/scripts/hardware_ci/run-intel-test.sh |
| 62 | + 'pip install git+https://github.com/TIGER-AI-Lab/Mantis.git && |
| 63 | + cd tests && |
| 64 | + pytest -v -s models/multimodal/generation/test_common.py -m core_model -k "not qwen2 and not qwen3 and not gemma" && |
| 65 | + pytest -v -s models/multimodal/generation/test_qwen2_vl.py -m core_model' |
| 66 | +
|
| 67 | +- label: "Multi-Modal Models (Standard) 4: other + whisper" |
| 68 | + key: multi-modal-models-standard-4-other-whisper |
| 69 | + timeout_in_minutes: 45 |
| 70 | + device: intel_gpu |
| 71 | + no_plugin: true |
| 72 | + working_dir: "." |
| 73 | + env: |
| 74 | + REGISTRY: "public.ecr.aws/q9t5s3a7" |
| 75 | + REPO: "vllm-ci-test-repo" |
| 76 | + VLLM_TEST_DEVICE: "xpu" |
| 77 | + source_file_dependencies: |
| 78 | + - vllm/ |
| 79 | + - tests/models/multimodal |
| 80 | + commands: |
| 81 | + - >- |
| 82 | + bash .buildkite/scripts/hardware_ci/run-intel-test.sh |
| 83 | + 'pip install av git+https://github.com/TIGER-AI-Lab/Mantis.git && |
| 84 | + cd tests && |
| 85 | + pytest -v -s models/multimodal -m core_model --ignore models/multimodal/generation/test_common.py --ignore models/multimodal/generation/test_ultravox.py --ignore models/multimodal/generation/test_qwen2_5_vl.py --ignore models/multimodal/generation/test_qwen2_vl.py --ignore models/multimodal/generation/test_whisper.py --ignore models/multimodal/generation/test_memory_leak.py --ignore models/multimodal/processing' |
| 86 | +
|
| 87 | +- label: Multi-Modal Processor # 44min |
| 88 | + key: multi-modal-processor |
| 89 | + timeout_in_minutes: 45 |
| 90 | + device: intel_gpu |
| 91 | + no_plugin: true |
| 92 | + working_dir: "." |
| 93 | + env: |
| 94 | + REGISTRY: "public.ecr.aws/q9t5s3a7" |
| 95 | + REPO: "vllm-ci-test-repo" |
| 96 | + VLLM_TEST_DEVICE: "xpu" |
| 97 | + source_file_dependencies: |
| 98 | + - vllm/ |
| 99 | + - tests/models/multimodal |
| 100 | + - tests/models/registry.py |
| 101 | + commands: |
| 102 | + - >- |
| 103 | + bash .buildkite/scripts/hardware_ci/run-intel-test.sh |
| 104 | + 'pip install av matplotlib ftfy git+https://github.com/TIGER-AI-Lab/Mantis.git && |
| 105 | + pip install open-clip-torch --no-deps && |
| 106 | + cd tests && |
| 107 | + pytest -v -s models/multimodal/processing/test_tensor_schema.py |
| 108 | + --deselect "tests/models/multimodal/processing/test_tensor_schema.py::test_model_tensor_schema[mistralai/Mistral-Large-3-675B-Instruct-2512-NVFP4]" |
| 109 | + --deselect "tests/models/multimodal/processing/test_tensor_schema.py::test_model_tensor_schema[Qwen/Qwen2.5-Omni-7B-AWQ]" |
| 110 | + --num-shards=$$BUILDKITE_PARALLEL_JOB_COUNT --shard-id=$$BUILDKITE_PARALLEL_JOB' |
| 111 | + parallelism: 4 |
0 commit comments