# diffllama | | | |---|---| | **Model type** | `diffllama` | | **Class** | `DiffLlamaCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/diffllama.py` | ## Description DiffLlama: differential-attention variant of Llama. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```