From bfb240cc4963b60c522c3641dcfac6ca2b50d6d0 Mon Sep 17 00:00:00 2001 From: Cyrus Leung Date: Thu, 23 Oct 2025 15:30:44 +0800 Subject: [PATCH] [CI/Build] Fix Prithvi plugin test (#27393) Signed-off-by: DarkLight1337 --- tests/plugins_tests/test_io_processor_plugins.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/plugins_tests/test_io_processor_plugins.py b/tests/plugins_tests/test_io_processor_plugins.py index e4a60f95eb878..1a024118fcfe7 100644 --- a/tests/plugins_tests/test_io_processor_plugins.py +++ b/tests/plugins_tests/test_io_processor_plugins.py @@ -100,6 +100,7 @@ def test_prithvi_mae_plugin_offline(vllm_runner, model_name: str): model_name, runner="pooling", skip_tokenizer_init=True, + enable_mm_embeds=True, trust_remote_code=True, enforce_eager=True, # Limit the maximum number of parallel requests