Skip to content

Commit 5e8f12b

Browse files
authored
Update README.md (#811)
Updated the paper url to https://openreview.net/forum?id=36SjAIT42G, and added contact names for external collaboration. ## Summary <!--- This is a required section; please describe the main purpose of this proposed code change. ---> <!--- ## Details This is an optional section; is there anything specific that reviewers should be aware of? ---> ## Testing Done <!--- This is a required section; please describe how this change was tested. ---> <!-- Replace BLANK with your device type. For example, A100-80G-PCIe Complete the following tasks before sending your PR, and replace `[ ]` with `[x]` to indicate you have done them. --> - Hardware Type: <BLANK> - [x] run `make test` to ensure correctness - [x] run `make checkstyle` to ensure code style - [x] run `make test-convergence` to ensure convergence
1 parent 68c70bf commit 5e8f12b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ loss.backward()
362362

363363
- For issues, create a Github ticket in this repository
364364
- For open discussion, join [our discord channel on GPUMode](https://discord.com/channels/1189498204333543425/1275130785933951039)
365-
- For formal collaboration, send an email to [email protected] and [email protected]
365+
- For formal collaboration, send an email to Yanning Chen([email protected]) and Zhipeng Wang([email protected])
366366

367367
## Cite this work
368368

@@ -371,11 +371,11 @@ Biblatex entry:
371371
@article{hsu2024ligerkernelefficienttriton,
372372
title={Liger Kernel: Efficient Triton Kernels for LLM Training},
373373
author={Pin-Lun Hsu and Yun Dai and Vignesh Kothapalli and Qingquan Song and Shao Tang and Siyu Zhu and Steven Shimizu and Shivam Sahni and Haowen Ning and Yanning Chen and Zhipeng Wang},
374-
year={2024},
374+
year={2025},
375375
eprint={2410.10989},
376376
archivePrefix={arXiv},
377377
primaryClass={cs.LG},
378-
url={https://arxiv.org/abs/2410.10989},
378+
url={https://openreview.net/forum?id=36SjAIT42G},
379379
journal={Proceedings of the ICML 2025 Workshop on Championing Opensource Development in Machine Learning (CODEML ’25)},
380380
}
381381
```

0 commit comments

Comments
 (0)