# phi3 | | | |---|---| | **Model type** | `phi3` | | **Class** | `Phi3CausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/phi3.py` | ## Description Phi-3 / Phi-3.5 model with SuRoPE and fused QKV weight splitting. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```