# xverse | | | |---|---| | **Model type** | `xverse` | | **Class** | `XverseCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/legacy_decoder.py` | ## Description Xverse decoder with source-compatible RoPE configuration defaults. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```