Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus-von-Koeller authored Feb 26, 2024
1 parent 3e3d375 commit d574210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Please review the [bitsandbytes section in the PEFT docs](https://huggingface.co

# Accelerate

Bitsandbytes is also easily usable from within Accelerate, where you can quantize any pytorch model simply by passing a quantization config; e.g:
Bitsandbytes is also easily usable from within Accelerate, where you can quantize any PyTorch model simply by passing a quantization config; e.g:

```py
from accelerate import init_empty_weights
Expand Down

0 comments on commit d574210

Please sign in to comment.