Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
616e2349
Unverified
Commit
616e2349
authored
Aug 20, 2022
by
Misha Brukman
Committed by
GitHub
Aug 20, 2022
Browse files
Add syntax highlighting for BibTeX entries
Also minor punctuation fixes.
parent
9d60b3c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
README.md
README.md
+5
-3
No files found.
README.md
View file @
616e2349
...
...
@@ -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}
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment