summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim Dettmers <TimDettmers@users.noreply.github.com>2022-09-05 16:11:38 -0700
committerGitHub <noreply@github.com>2022-09-05 16:11:38 -0700
commit5d9bc7a301618d6642a70951ac46637d4889c82b (patch)
treeeeca6b70c68750d4db9237eadfc0dbf516175e97 /README.md
parent4e4668ab09ff9fb7afc56f5faf1bdb08d32ecfb3 (diff)
parent616e23491dc66fdd6ed7b3af5c450aa59858192b (diff)
Merge pull request #19 from mbrukman/patch-1
Add syntax highlighting for BibTeX entries
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1f94317..eac64a5 100644
--- a/README.md
+++ b/README.md
@@ -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},