From ecebaf66fc3ec5b0271d55bbed0e240a550043ae Mon Sep 17 00:00:00 2001 From: Asankhaya Sharma Date: Mon, 13 Jan 2025 06:21:29 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index c7ead59a..fe64d106 100644 --- a/README.md +++ b/README.md @@ -364,3 +364,17 @@ called patchflows. We saw huge performance gains across all the supported patchf - [Unsupervised Evaluation of Code LLMs with Round-Trip Correctness](https://arxiv.org/abs/2402.08699) - [Inspired the implementation of rto](https://github.com/codelion/optillm/blob/main/optillm/rto.py) - [Patched MOA: optimizing inference for diverse software development tasks](https://arxiv.org/abs/2407.18521) - [Implementation](https://github.com/codelion/optillm/blob/main/optillm/moa.py) - [Patched RTC: evaluating LLMs for diverse software development tasks](https://arxiv.org/abs/2407.16557) - [Implementation](https://github.com/codelion/optillm/blob/main/optillm/rto.py) + +## Citation + +If you use this library in your research, please cite: + +```bibtex +@software{optillm, + title = {Optillm: Optimizing inference proxy for LLMs}, + author = {Asankhaya Sharma}, + year = {2024}, + publisher = {GitHub}, + url = {https://github.com/codelion/optillm} +} +```