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