# chatglm | | | |---|---| | **Model type** | `chatglm` | | **Class** | `ChatGLMCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/chatglm.py` | ## Description ChatGLM model with partial rotary and fused projection imports. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```