# qwen2_vl_text | | | |---|---| | **Model type** | `qwen2_vl_text` | | **Class** | `Qwen25VLTextModel` | | **Task** | `text-generation` | | **Source** | `models/qwen_vl.py` | ## Description Qwen2.5-VL text-only decoder. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```