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