Skip to content

Commit

Permalink
Update tests/openvino/test_modeling.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Savelyev <[email protected]>
  • Loading branch information
eaidova and nikita-savelyevv authored Nov 4, 2024
1 parent b69a83d commit 3905e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/openvino/test_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 3905e7c

Please sign in to comment.