From 7cebaba8e481e7a9ecc2ef1e89e541eab8d1c322 Mon Sep 17 00:00:00 2001 From: zeyu Date: Tue, 19 Dec 2023 13:08:26 +0800 Subject: [PATCH] Add paper and bibtex to README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9454bcde6..60e5ea6c0 100644 --- a/README.md +++ b/README.md @@ -138,12 +138,18 @@ We will release the code and data in the following order, please stay tuned! - [ ] Support Multi-GPU -## Citation +## Paper and Citation +More technical details can be found in our [paper](https://ipads.se.sjtu.edu.cn/_media/publications/powerinfer-20231219.pdf). If you find PowerInfer useful or relevant to your project and research, please kindly cite our paper: ```bibtex -Stay tuned! +@techreport{song2023powerinfer, + author = {Yixin Song and Zeyu Mi and Haotong Xie and Haibo Chen}, + title = {PowerInfer: Fast Large Language Model Serving with a Consumer-grade GPU}, + institution = {Institute of Parallel and Distributed Systems (IPADS), Shanghai Jiao Tong University}, + year = {2023} +} ``` ## Acknowledgement