# muse_glimmer_text | | | |---|---| | **Model type** | `muse_glimmer_text` | | **Class** | `MuseGlimmerTextCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/muse_glimmer.py` | ## Description Standalone text sibling for ``model_type=muse_glimmer_text``. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```