We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd6e30 commit a39b101Copy full SHA for a39b101
README.md
@@ -120,3 +120,17 @@ To run the all-to-all benchmarks on one node:
120
```bash
121
NVSHMEM_REMOTE_TRANSPORT=none mpirun -np 4 ./all_to_all/bench_all_to_all
122
```
123
+
124
+## Citation
125
126
+If you use this codebase or otherwise find our work valuable, please cite:
127
128
+```bibtex
129
+@misc{pplx-kernels,
130
+ title={{pplx-kernels}: {Perplexity} {MoE} Kernels},
131
+ author={Nandor Licker and Kevin Hu and Vladimir Zaytsev and Lequn Chen},
132
+ year={2025},
133
+ publisher = {GitHub},
134
+ howpublished = {\url{https://github.com/perplexityai/pplx-kernels}},
135
+}
136
+```
0 commit comments