[OpenVINO] Support Youtu-VL-4B-Instruct with task image-text-to-text#1834
Open
Mohamed-Ashraf273 wants to merge 3 commits into
Open
[OpenVINO] Support Youtu-VL-4B-Instruct with task image-text-to-text#1834Mohamed-Ashraf273 wants to merge 3 commits into
Mohamed-Ashraf273 wants to merge 3 commits into
Conversation
4 tasks
4155d08 to
02cb124
Compare
4 tasks
rkazants
reviewed
Jul 2, 2026
| "qwen3_eagle3": "AngelSlim/Qwen3-1.7B_eagle3", | ||
| "qwen3_vl_eagle3": "optimum-intel-internal-testing/tiny-random-qwen3-vl-eagle3", | ||
| "videochat_flash_qwen": "optimum-intel-internal-testing/tiny-videochat-flash-qwen", | ||
| "youtu_vl": "optimum-intel-internal-testing/tiny-random-youtu-vl", |
Collaborator
There was a problem hiding this comment.
please create tiny model during test. Let us not upload tiny model to HF space if this is new arch.
You can check kokoro model
rkazants
reviewed
Jul 2, 2026
| # is shipped as remote code, so unlike the in-library deepseek/minicpm3 configs we do | ||
| # not constrain the maximum transformers version. | ||
| MIN_TRANSFORMERS_VERSION = "4.49.0" | ||
| MAX_TRANSFORMERS_VERSION = "999.9.9" |
Collaborator
There was a problem hiding this comment.
this is trust-remote code model, we should have accurate MIN/Max versions. Let us retrieve it from model config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added OpenVINO export + runtime support for the custom youtu_vl (YoutuVLForConditionalGeneration) image-text-to-text VLM: MLA (DeepSeek/MiniCPM3-style) language model + Qwen2.5-VL-style windowed Siglip2 vision tower split into patch-embed + transformer/merger submodels. Export succeeds (4 submodels) and OV generation matches PyTorch ground truth exactly. Fixed the spatial_shapes generate() blocker. Added and locally verified VLM integration, 4-bit CLI, and auto-compression tests, plus docs entry.
Conversion
optimum-cli export openvino -m /home/mohamed-ashraf/Desktop/projects/GSoC26/auto-openvino-bot/workspace/tiny-youtu-vl ov_youtu --task image-text-to-text --trust-remote-codeReproduce generation
Validation
Related model-support PRs
Before submitting
Changed files
docs/source/openvino/models.mdxoptimum/exporters/openvino/model_configs.pyoptimum/exporters/openvino/model_patcher.pyoptimum/exporters/openvino/utils.pyoptimum/intel/openvino/modeling_visual_language.pytests/openvino/test_exporters_cli.pytests/openvino/test_quantization.pytests/openvino/test_seq2seq.pytests/openvino/utils_tests.pyRelated model-support PRs
Related model-support PRs