Skip to content

Commit 6a10e59

Browse files
Update optimum/exporters/openvino/model_configs.py
Co-authored-by: Ella Charlaix <[email protected]>
1 parent e8c9238 commit 6a10e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/exporters/openvino/model_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4668,7 +4668,7 @@ def patch_model_for_export(
46684668
@register_in_tasks_manager("dinov3_vit", *["feature-extraction"], library_name="transformers")
46694669
@register_in_tasks_manager("dinov3_convnext", *["feature-extraction"], library_name="transformers")
46704670
class DinoV3OpenVINOConfig(VisionOnnxConfig):
4671-
MIN_TRANSFORMERS_VERSION = "4.55.0"
4671+
MIN_TRANSFORMERS_VERSION = "4.56.0"
46724672

46734673

46744674
NORMALIZED_CONFIG_CLASS = NormalizedVisionConfig

0 commit comments

Comments
 (0)