# glm | | | |---|---| | **Model type** | `glm` | | **Class** | `GlmCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/glm.py` | ## Description GLM text model (standard pre-norm + fused gate_up_proj). ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```