# glm_ocr | | | |---|---| | **Model type** | `glm_ocr` | | **Class** | `GlmOcrForConditionalGeneration` | | **Task** | `glm-ocr` | | **Source** | `models/glm_ocr.py` | ## Description GLM-OCR document vision-language model with M-RoPE and cached decoding. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```