# gemma | | | |---|---| | **Model type** | `gemma` | | **Class** | `GemmaCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/gemma.py` | ## Description Gemma causal language model with +1 RMSNorm offset and embedding scaling. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```