Skip to content

Commit

Permalink
[doc] fix typo (huggingface#27981)
Browse files Browse the repository at this point in the history
  • Loading branch information
stas00 authored and iantbutler01 committed Dec 16, 2023
1 parent 250a098 commit 21f9487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/perf_infer_gpu_one.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ model.save_pretrained("saved_model")

bitsandbytes is a quantization library that includes support for 4-bit and 8-bit quantization. Quantization reduces your model size compared to its native full precision version, making it easier to fit large models onto GPUs with limited memory.

Make sure you have bitsnbytes and 🤗 Accelerate installed:
Make sure you have bitsandbytes and 🤗 Accelerate installed:

```bash
# these versions support 8-bit and 4-bit
Expand Down

0 comments on commit 21f9487

Please sign in to comment.