Skip to content

Commit 5d9bc7a

Browse files
authored
Merge pull request #19 from mbrukman/patch-1
Add syntax highlighting for BibTeX entries
2 parents 4e4668a + 616e234 commit 5d9bc7a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ We thank Fabio Cannizzo for his work on [FastBinarySearch](https://github.com/fa
115115

116116
## How to cite us
117117
If you found this library and found LLM.int8() useful, please consider citing our work:
118-
```
118+
119+
```bibtex
119120
@article{dettmers2022llmint8,
120121
title={LLM.int8(): 8-bit Matrix Multiplication for Transformers at Scale},
121122
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
124125
}
125126
```
126127

127-
For 8-bit optimizers or quantization routines please consider citing the following work.
128-
```
128+
For 8-bit optimizers or quantization routines, please consider citing the following work:
129+
130+
```bibtex
129131
@article{dettmers2022optimizers,
130132
title={8-bit Optimizers via Block-wise Quantization},
131133
author={Dettmers, Tim and Lewis, Mike and Shleifer, Sam and Zettlemoyer, Luke},

0 commit comments

Comments
 (0)