From 3905e7c6b7a9265ef496c580a098a5e6fc8cf060 Mon Sep 17 00:00:00 2001 From: Ekaterina Aidova Date: Mon, 4 Nov 2024 18:32:17 +0400 Subject: [PATCH] Update tests/openvino/test_modeling.py Co-authored-by: Nikita Savelyev --- tests/openvino/test_modeling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/openvino/test_modeling.py b/tests/openvino/test_modeling.py index 8f23705301..a2ed120b88 100644 --- a/tests/openvino/test_modeling.py +++ b/tests/openvino/test_modeling.py @@ -1870,7 +1870,7 @@ def test_compare_with_and_without_past_key_values(self): class OVModelForVisualCausalLMIntegrationTest(unittest.TestCase): SUPPORTED_ARCHITECTURES = ["llava"] - REMOTE_CODE_MODELS = ["minicpmv", "nanollava"] + REMOTE_CODE_MODELS = ["nanollava"] if is_transformers_version(">=", "4.40.0"): SUPPORTED_ARCHITECTURES += ["llava_next", "nanollava"]