# olmo2 | | | |---|---| | **Model type** | `olmo2` | | **Class** | `OLMo2CausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/olmo.py` | ## Description OLMo-2/OLMo-3 model with post-norm decoder layers and QK normalization. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```