# phimoe | | | |---|---| | **Model type** | `phimoe` | | **Class** | `Phi3MoECausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/moe.py` | ## Description Phi-3 Mixture of Experts model. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```