qwen3_5¶
Model type |
|
Class |
|
Task |
|
Source |
|
Description¶
Qwen3.5-VL vision-language model (3-model split).
Builds three separate ONNX models for onnxruntime-genai:
decoder: text decoder takinginputs_embeds(interleaved MRoPE)vision_encoder: packed-attention ViT outputting merged featuresembedding: token embedding + image feature fusion
The vision encoder is identical to Qwen3-VL’s
- class:
Qwen3VLVisionModel. The text decoder uses- class:
Qwen35TextModel(hybrid linear/full attention).
Usage¶
mobius build --model <MODEL_ID> output_dir/
from mobius import build
model = build("<MODEL_ID>")