-
Notifications
You must be signed in to change notification settings - Fork 146
[OpenVINO][Draft]add support for dinov3 #1431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[OpenVINO][Draft]add support for dinov3 #1431
Conversation
openvino-dev-samples
commented
Aug 21, 2025
- to export the model
- to deploy the model
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the addition @openvino-dev-samples, transformers v4.55 will soon be supported (once #1406 is merged), would you mind adding tests with tiny models ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add tests to check inference. Now it is tests only export
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @openvino-dev-samples
@register_in_tasks_manager("dinov3_vit", *["feature-extraction"], library_name="transformers") | ||
@register_in_tasks_manager("dinov3_convnext", *["feature-extraction"], library_name="transformers") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for adding a tests for dinov3_vit! Would you mind adding a test for dinov3_convnext as well ? (to make sure support is not broken in the future)
the PR #1406 is now merged ! |
Co-authored-by: Ella Charlaix <[email protected]>
Co-authored-by: Ella Charlaix <[email protected]>
Co-authored-by: Ella Charlaix <[email protected]>
Co-authored-by: Ella Charlaix <[email protected]>
tests/openvino/test_exporters_cli.py
Outdated
] | ||
) | ||
|
||
if is_transformers_version(">=", "4.56"): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's wait for us to support transformers v4.56 before merging so that we are sure all tests are triggered and pass
6a10e59
to
7b1043f
Compare