# olmoe | | | |---|---| | **Model type** | `olmoe` | | **Class** | `MoECausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/moe.py` | ## Description Generic Mixture of Experts causal language model. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```