# phi | | | |---|---| | **Model type** | `phi` | | **Class** | `PhiCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/phi.py` | ## Description Phi-1/2 causal language model with parallel attention. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```