We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8960b commit 81ee4b6Copy full SHA for 81ee4b6
tests/python_tests/test_vlm_pipeline.py
@@ -189,7 +189,7 @@ def _get_ov_model(model_id: str) -> str:
189
if "optimum-intel-internal-testing/tiny-random-phi3-vision" == model_id:
190
pytest.xfail("AttributeError: 'DynamicCache' object has no attribute 'get_usable_length'. Ticket CVS-175110")
191
if "optimum-intel-internal-testing/tiny-random-MiniCPM-o-2_6" == model_id and is_transformers_version(
192
- ">", "4.51.3"
+ ">", "4.51.3"
193
):
194
pytest.skip(
195
"ValueError: The current version of Transformers does not allow for the export of the model. Maximum supported version is 4.51.3"
0 commit comments