Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Oct 24, 2024
1 parent e545b48 commit ce11cc1
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 @@ -1873,7 +1873,7 @@ class OVModelForVisualCausalLMIntegrationTest(unittest.TestCase):
REMOTE_CODE_MODELS = ["minicpmv", "nanollava"]

if is_transformers_version(">=", "4.40.0"):
SUPPORTED_ARCHITECTURES += ["llava_next"]
SUPPORTED_ARCHITECTURES += ["llava_next", "nanollava"]
if is_transformers_version(">=", "4.45.0"):
SUPPORTED_ARCHITECTURES += ["minicpmv"]
TASK = "image-text-to-text"
Expand Down

0 comments on commit ce11cc1

Please sign in to comment.