Unverified Commit b975bcef authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

[docs] update torchao doc link (#11634)

update torchao doc link
parent 8183d0f1
...@@ -91,7 +91,7 @@ The quantization methods supported are as follows: ...@@ -91,7 +91,7 @@ The quantization methods supported are as follows:
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. 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.
Refer to the official torchao documentation for a better understanding of the available quantization methods and the exhaustive list of configuration options available. 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.
## Serializing and Deserializing quantized models ## Serializing and Deserializing quantized models
...@@ -155,5 +155,5 @@ transformer.load_state_dict(state_dict, strict=True, assign=True) ...@@ -155,5 +155,5 @@ transformer.load_state_dict(state_dict, strict=True, assign=True)
## Resources ## Resources
- [TorchAO Quantization API](https://github.com/pytorch/ao/blob/main/torchao/quantization/README.md) - [TorchAO Quantization API](https://docs.pytorch.org/ao/stable/index.html)
- [Diffusers-TorchAO examples](https://github.com/sayakpaul/diffusers-torchao) - [Diffusers-TorchAO examples](https://github.com/sayakpaul/diffusers-torchao)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment