# mllama | | | |---|---| | **Model type** | `mllama` | | **Class** | `MllamaCausalLMModel` | | **Task** | `mllama-vision-language` | | **Source** | `models/mllama.py` | ## Description Mllama vision-language model (3-model split). ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```