Update README.md
Browse files
README.md
CHANGED
|
@@ -93,13 +93,10 @@ print("nfe:",nfe,"token length",len(generated_tokens[0]))
|
|
| 93 |
## 📖 Citation
|
| 94 |
|
| 95 |
```bibtex
|
| 96 |
-
@
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
archivePrefix={arXiv},
|
| 102 |
-
primaryClass={cs.LG},
|
| 103 |
-
url={https://arxiv.org/abs/2604.08302},
|
| 104 |
}
|
| 105 |
```
|
|
|
|
| 93 |
## 📖 Citation
|
| 94 |
|
| 95 |
```bibtex
|
| 96 |
+
@article{chen2026dmax,
|
| 97 |
+
title={DMax: Aggressive Parallel Decoding for dLLMs},
|
| 98 |
+
author={Chen, Zigeng and Fang, Gongfan and Ma, Xinyin and Yu, Ruonan and Wang, Xinchao},
|
| 99 |
+
journal={arXiv preprint arXiv:2604.08302},
|
| 100 |
+
year={2026}
|
|
|
|
|
|
|
|
|
|
| 101 |
}
|
| 102 |
```
|