Official PyTorch implementation of the paper "dLLM-Cache: Accelerating Diffusion Large Language Models with Adaptive Caching" (dLLM-Cache) in ICML 2026.

Here's an overview of the process behind our dLLM-Cache method:

To get started with dLLM-Cache, follow the installation instructions below.
git clone https://github.com/maomaocun/dLLM-Cache.git
cd dLLM-Cache
conda or virtualenv and install dependencies:bash install.sh
python demo_{model_name}.py
bash eval_scripts/run_{model_name}_{task_name}_base.sh
bash eval_scripts/run_LLaDA_gsm8k_base.sh
bash eval_scripts/run_Dream_bbh_base.sh
If you have any questions, please email yangyicun187@gmail.com.
This repository was built off of LLaDA, Dream, LLaDA-V, MMaDA and lm-evaluation-harness.
If you find dLLM-Cache useful for your research and applications, please cite using this BibTeX:
@article{liu2025dllm,
title={dLLM-Cache: Accelerating Diffusion Large Language Models with Adaptive Caching},
author={Liu, Zhiyuan and Yang, Yicun and Zhang, Yaojie and Chen, Junjie and Zou, Chang and Wei, Qingyuan and Wang, Shaobo and Zhang, Linfeng},
journal={arXiv preprint arXiv:2506.06295},
year={2025}
}
Python
96.6%
Shell
3.4%
Official PyTorch implementation of the paper "dLLM-Cache: Accelerating Diffusion Large Language Models with Adaptive Caching" (dLLM-Cache) in ICML 2026.

Here's an overview of the process behind our dLLM-Cache method:

To get started with dLLM-Cache, follow the installation instructions below.
git clone https://github.com/maomaocun/dLLM-Cache.git
cd dLLM-Cache
conda or virtualenv and install dependencies:bash install.sh
python demo_{model_name}.py
bash eval_scripts/run_{model_name}_{task_name}_base.sh
bash eval_scripts/run_LLaDA_gsm8k_base.sh
bash eval_scripts/run_Dream_bbh_base.sh
If you have any questions, please email yangyicun187@gmail.com.
This repository was built off of LLaDA, Dream, LLaDA-V, MMaDA and lm-evaluation-harness.
If you find dLLM-Cache useful for your research and applications, please cite using this BibTeX:
@article{liu2025dllm,
title={dLLM-Cache: Accelerating Diffusion Large Language Models with Adaptive Caching},
author={Liu, Zhiyuan and Yang, Yicun and Zhang, Yaojie and Chen, Junjie and Zou, Chang and Wei, Qingyuan and Wang, Shaobo and Zhang, Linfeng},
journal={arXiv preprint arXiv:2506.06295},
year={2025}
}
Python
96.6%
Shell
3.4%