qwen2_5_vl¶
Model type |
|
Class |
|
Task |
|
Source |
|
Description¶
Qwen2.5-VL vision-language model (3-model split).
Builds three separate ONNX models for onnxruntime-genai:
decoder: text decoder takinginputs_embeds(MRoPE position_ids)vision_encoder: vision ViT with windowed/full attentionembedding: token embedding + image feature fusion
The :class:~mobius.tasks.Qwen25VL3ModelTask calls each
sub-module separately to produce 3 ONNX graphs.
Usage¶
mobius build --model <MODEL_ID> output_dir/
from mobius import build
model = build("<MODEL_ID>")