Skip to content

Commit 811b8c1

Browse files
authored
Merge pull request #131 from codelion/codelion-patch-1
Update README.md
2 parents e64b3e7 + ecebaf6 commit 811b8c1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,3 +364,17 @@ called patchflows. We saw huge performance gains across all the supported patchf
364364
- [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)
365365
- [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)
366366
- [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)
367+
368+
## Citation
369+
370+
If you use this library in your research, please cite:
371+
372+
```bibtex
373+
@software{optillm,
374+
title = {Optillm: Optimizing inference proxy for LLMs},
375+
author = {Asankhaya Sharma},
376+
year = {2024},
377+
publisher = {GitHub},
378+
url = {https://github.com/codelion/optillm}
379+
}
380+
```

0 commit comments

Comments
 (0)