Skip to content

Commit 656da84

Browse files
authored
[docs] add a mention of torchao and other backends in speed memory docs. (#13499)
add a mention of torchao and other backends in speed memory docs.
1 parent 7448258 commit 656da84

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/source/en/optimization/speed-memory-optims.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ The table below provides a comparison of optimization strategy combinations and
3333

3434
This guide will show you how to compile and offload a quantized model with [bitsandbytes](../quantization/bitsandbytes#torchcompile). Make sure you are using [PyTorch nightly](https://pytorch.org/get-started/locally/) and the latest version of bitsandbytes.
3535

36+
While we use bitsandbytes in this example, other quantization backends such as [TorchAO](../quantization/torchao.md) also support these features.
37+
3638
```bash
3739
pip install -U bitsandbytes
3840
```

0 commit comments

Comments
 (0)