Skip to content

Commit 7501bba

Browse files
authored
Fixed a bug in pubs.bib that caused Helix not appearing on the publication page (#78)
1 parent 6cc12ce commit 7501bba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bib/pubs.bib

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ @InProceedings{XGrammar
1717
}
1818

1919
@InProceedings{Helix,
20-
author = {Mei, Yixuan and Zhuang, Yonghao and Miao, Xupeng and Yang, Juncheng and Jia, Zhihao and Vinayak, Rashmi},
20+
author = {Yixuan Mei and Yonghao Zhuang and Xupeng Miao and Juncheng Yang and Zhihao Jia and Rashmi Vinayak},
2121
title = {Helix: Serving Large Language Models over Heterogeneous GPUs and Network via Max-Flow},
22-
year = {2025},
23-
month = {3},
24-
url = {https://doi.org/10.1145/3669940.3707215},
22+
year = 2025,
23+
month = 3,
24+
url = {https://arxiv.org/pdf/2406.01566},
2525
booktitle = {ASPLOS 2025},
2626
}
2727

0 commit comments

Comments
 (0)