From cd0a89ad4a579b071b75d15610e2ca0ea69c62d2 Mon Sep 17 00:00:00 2001 From: Luo Mai Date: Fri, 26 Aug 2022 16:03:07 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 341fb9472..d2712009d 100644 --- a/README.md +++ b/README.md @@ -224,3 +224,17 @@ KungFu is designed with extensibility in mind. It has a low-level API and a modular architecture, making it suitable for implementing new distributed training algorithms. Check out the developer [guideline](CONTRIBUTING.md) for more information. + +## Citation + +Please cite our paper if you find KungFu useful for your work: + +``` +@inproceedings{mai2020kungfu, + title={KungFu: Making Training in Distributed Machine Learning Adaptive}, + author={Mai, Luo and Li, Guo and Wagenl{\"a}nder, Marcel and Fertakis, Konstantinos and Brabete, Andrei-Octavian and Pietzuch, Peter}, + booktitle={14th USENIX Symposium on Operating Systems Design and Implementation (OSDI 20)}, + pages={937--954}, + year={2020} +} +```