DART is a new speculative decoding approach for Large Language Models (LLMs) inference, which is inspired by diffusion-based Large Language Models (dLLMs). DART surpasses EAGLE3 by 30% on average, achieving up to 65% improvement on certain code-centric workloads.
1git clone https://github.com/fvliang/DART.git
2cd DART
3curl -LsSf https://astral.sh/uv/install.sh | sh (optimal, if you don't have a uv)
4uv sync
5uv pip install -e .