This repository contains
d3LLM-LLaDA, an ultra-fast diffusion language model presented in the paper
d3LLM: Ultra-Fast Diffusion LLM using Pseudo-Trajectory Distillation.
To use this model, it is recommended to clone the official repository and install the required dependencies:
1# Clone the repository
2git clone https://github.com/hao-ai-lab/d3LLM.git
3cd d3LLM
4
5# Install dependencies
6pip install -r requirements.txt
1@inproceedings{ICML'26:d3llm,
2 title = {d3LLM: Ultra-Fast Diffusion LLM using Pseudo-Trajectory Distillation},
3 author = {Yu-Yang Qian and Junda Su and Lanxiang Hu and Peiyuan Zhang and Zhijie Deng and Peng Zhao and Hao Zhang},
4 booktitle = {Proceedings of the 43rd International Conference on Machine Learning (ICML)},
5 pages = {to appear},
6 year = {2026}
7}