From 1cd23d3e5af0c7e52f2c8ce624b0fb799c708dd4 Mon Sep 17 00:00:00 2001 From: Lequn Chen Date: Mon, 27 Oct 2025 17:12:33 +0000 Subject: [PATCH] Add citation bibtex --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ac3bb68..5357388 100644 --- a/README.md +++ b/README.md @@ -120,3 +120,17 @@ To run the all-to-all benchmarks on one node: ```bash NVSHMEM_REMOTE_TRANSPORT=none mpirun -np 4 ./all_to_all/bench_all_to_all ``` + +## Citation + +If you use this codebase or otherwise find our work valuable, please cite: + +```bibtex +@misc{pplx-kernels, + title={{pplx-kernels}: {Perplexity} {MoE} Kernels}, + author={Nandor Licker and Kevin Hu and Vladimir Zaytsev and Lequn Chen}, + year={2025}, + publisher = {GitHub}, + howpublished = {\url{https://github.com/perplexityai/pplx-kernels}}, +} +```