# glm4v_text | | | |---|---| | **Model type** | `glm4v_text` | | **Class** | `Glm4CausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/glm.py` | ## Description GLM4 text model (4-norm decoder + fused gate_up_proj). ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```