# stablelm | | | |---|---| | **Model type** | `stablelm` | | **Class** | `LayerNormCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/base.py` | ## Description CausalLM variant that uses LayerNorm instead of RMSNorm. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```