From e49b83a4af985ef1f75c994bbdb7ed103b22ae11 Mon Sep 17 00:00:00 2001 From: Byron Hsu Date: Mon, 21 Oct 2024 14:40:01 -0700 Subject: [PATCH] Update citation and add tech report (#317) ## Summary ## Testing Done - Hardware Type: - [ ] run `make test` to ensure correctness - [ ] run `make checkstyle` to ensure code style - [ ] run `make test-convergence` to ensure convergence --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 511d11b5e..6aa91c421 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@
Latest News 🔥 - + - [2024/10/21] We have released the tech report of Liger Kernel on Arxiv: https://arxiv.org/pdf/2410.10989 - [2024/9/6] We release v0.2.1 ([X post](https://x.com/liger_kernel/status/1832168197002510649)). 2500+ Stars, 10+ New Contributors, 50+ PRs, 50k Downloads in two weeks! - [2024/8/31] CUDA MODE talk, [Liger-Kernel: Real-world Triton kernel for LLM Training](https://youtu.be/gWble4FreV4?si=dxPeIchhkJ36Mbns), [Slides](https://github.com/cuda-mode/lectures?tab=readme-ov-file#lecture-28-liger-kernel) - [2024/8/23] Official release: check out our [X post](https://x.com/hsu_byron/status/1827072737673982056) @@ -358,11 +358,15 @@ It also includes components from projects licensed under: Biblatex entry: ```bib -@software{liger2024, - title = {Liger-Kernel: Efficient Triton Kernels for LLM Training}, - author = {Hsu, Pin-Lun and Dai, Yun and Kothapalli, Vignesh and Song, Qingquan and Tang, Shao and Zhu, Siyu}, - url = {https://github.com/linkedin/Liger-Kernel}, - year = {2024} +@article{hsu2024ligerkernelefficienttriton, + title={Liger Kernel: Efficient Triton Kernels for LLM Training}, + 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}, + year={2024}, + eprint={2410.10989}, + archivePrefix={arXiv}, + primaryClass={cs.LG}, + url={https://arxiv.org/abs/2410.10989}, + journal={arXiv preprint arXiv:2410.10989}, } ```