# LlamaForCausalLMEagle3 | | | |---|---| | **Model type** | `LlamaForCausalLMEagle3` | | **Class** | `Eagle3DraftModel` | | **Task** | `eagle3-draft` | | **Source** | `models/eagle3.py` | ## Description Single-layer EAGLE-3 chain drafter. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```