# plamo2 | | | |---|---| | **Model type** | `plamo2` | | **Class** | `Plamo2ForCausalLM` | | **Task** | `plamo2-text-generation` | | **Source** | `models/plamo2.py` | ## Description Dedicated PLaMo2 causal LM with alternating KV and recurrent states. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```