Skip to content

Commit b975bce

Browse files
authored
[docs] update torchao doc link (#11634)
update torchao doc link
1 parent 8183d0f commit b975bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/en/quantization/torchao.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The quantization methods supported are as follows:
9191

9292
Some quantization methods are aliases (for example, `int8wo` is the commonly used shorthand for `int8_weight_only`). This allows using the quantization methods described in the torchao docs as-is, while also making it convenient to remember their shorthand notations.
9393

94-
Refer to the official torchao documentation for a better understanding of the available quantization methods and the exhaustive list of configuration options available.
94+
Refer to the [official torchao documentation](https://docs.pytorch.org/ao/stable/index.html) for a better understanding of the available quantization methods and the exhaustive list of configuration options available.
9595

9696
## Serializing and Deserializing quantized models
9797

@@ -155,5 +155,5 @@ transformer.load_state_dict(state_dict, strict=True, assign=True)
155155
156156
## Resources
157157

158-
- [TorchAO Quantization API](https://github.com/pytorch/ao/blob/main/torchao/quantization/README.md)
158+
- [TorchAO Quantization API](https://docs.pytorch.org/ao/stable/index.html)
159159
- [Diffusers-TorchAO examples](https://github.com/sayakpaul/diffusers-torchao)

0 commit comments

Comments
 (0)