# lfm2 | | | |---|---| | **Model type** | `lfm2` | | **Class** | `Lfm2CausalLMModel` | | **Task** | `hybrid-text-generation` | | **Source** | `models/lfm2.py` | ## Description LiquidAI LFM2 causal LM with double-gated short convolutions and QK-norm GQA. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```