Skip to content

Commit d3efa39

Browse files
authored
docs: fix link in quantization overview documentation (#2962)
docs: fix URL in basic dtype section
1 parent ef4d0e1 commit d3efa39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/quantization_overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Any quantization algorithm will be using some components from the above stack, f
2121

2222
Basic DTypes
2323
~~~~~~~~~~~~
24-
`dtype <https://en.wikipedia.org/wiki/Data_type>`__ is a bit of overloaded term, by basic dtype, we mean the dtypes that makes sense without any extra metadata (e.g. makes sense when people call ``torch.empty(.., dtype)``), for more details please check out `this post <dev-discuss.pytorch.org/t/supporting-new-dtypes-in-pytorch/1833>`__.
24+
`dtype <https://en.wikipedia.org/wiki/Data_type>`__ is a bit of overloaded term, by basic dtype, we mean the dtypes that makes sense without any extra metadata (e.g. makes sense when people call ``torch.empty(.., dtype)``), for more details please check out `this post <https://dev-discuss.pytorch.org/t/supporting-new-dtypes-in-pytorch/1833>`__.
2525

2626
No matter what quantization we are doing, in the end we will be using some low precision dtypes to represent the quantized data or quantization parameters, the low precision dtypes relevant for torchao are:
2727

0 commit comments

Comments
 (0)