# exaone4 | | | |---|---| | **Model type** | `exaone4` | | **Class** | `ExaOne4CausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/exaone4.py` | ## Description ExaOne4 model with post-norm ordering and QK-norm. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```