Add paper and bibtex to README.md

This commit is contained in:
zeyu 2023-12-19 13:08:26 +08:00 committed by GitHub
parent dc0552b1b4
commit 7cebaba8e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,12 +138,18 @@ We will release the code and data in the following order, please stay tuned!
- [ ] Support Multi-GPU - [ ] 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: If you find PowerInfer useful or relevant to your project and research, please kindly cite our paper:
```bibtex ```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 ## Acknowledgement