# olmo | | | |---|---| | **Model type** | `olmo` | | **Class** | `OLMoCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/olmo.py` | ## Description OLMo model with weight-free LayerNorm (not RMSNorm). ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```