# glmasr | | | |---|---| | **Model type** | `glmasr` | | **Class** | `GlmAsrForConditionalGeneration` | | **Task** | `glmasr-speech-language` | | **Source** | `models/glm_asr.py` | ## Description GLM-ASR-Nano composite speech recognition model. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```