# gemma2 | | | |---|---| | **Model type** | `gemma2` | | **Class** | `Gemma2CausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/gemma.py` | ## Description Gemma2 causal language model with alternating local/global attention. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```