We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c9238 commit 6a10e59Copy full SHA for 6a10e59
optimum/exporters/openvino/model_configs.py
@@ -4668,7 +4668,7 @@ def patch_model_for_export(
4668
@register_in_tasks_manager("dinov3_vit", *["feature-extraction"], library_name="transformers")
4669
@register_in_tasks_manager("dinov3_convnext", *["feature-extraction"], library_name="transformers")
4670
class DinoV3OpenVINOConfig(VisionOnnxConfig):
4671
- MIN_TRANSFORMERS_VERSION = "4.55.0"
+ MIN_TRANSFORMERS_VERSION = "4.56.0"
4672
4673
4674
NORMALIZED_CONFIG_CLASS = NormalizedVisionConfig
0 commit comments