diff options
author | Misha Brukman <mbrukman@google.com> | 2022-08-20 12:04:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 12:04:31 -0400 |
commit | 616e23491dc66fdd6ed7b3af5c450aa59858192b (patch) | |
tree | 229cb00b918c5a0b027b541f831fac968f844d16 | |
parent | 9d60b3c5279641ba936facd710c722ebe52fcf40 (diff) |
Add syntax highlighting for BibTeX entries
Also minor punctuation fixes.
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -115,7 +115,8 @@ We thank Fabio Cannizzo for his work on [FastBinarySearch](https://github.com/fa ## How to cite us If you found this library and found LLM.int8() useful, please consider citing our work: -``` + +```bibtex @article{dettmers2022llmint8, title={LLM.int8(): 8-bit Matrix Multiplication for Transformers at Scale}, author={Dettmers, Tim and Lewis, Mike and Belkada, Younes and Zettlemoyer, Luke}, @@ -124,8 +125,9 @@ If you found this library and found LLM.int8() useful, please consider citing ou } ``` -For 8-bit optimizers or quantization routines please consider citing the following work. -``` +For 8-bit optimizers or quantization routines, please consider citing the following work: + +```bibtex @article{dettmers2022optimizers, title={8-bit Optimizers via Block-wise Quantization}, author={Dettmers, Tim and Lewis, Mike and Shleifer, Sam and Zettlemoyer, Luke}, |