Skip to content

Commit 5983241

Browse files
author
Svetlana Karslioglu
authored
Update prototype_source/quantization_in_pytorch_2_0_export_tutorial.rst
1 parent 4d250bb commit 5983241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prototype_source/quantization_in_pytorch_2_0_export_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ without involvement of the quantization team:
3333
- This API has limitation to support advanced quantization intention and complicated quantization operator patterns
3434
as in the discussion of `Issue-96288 <https://github.com/pytorch/pytorch/issues/96288>`__ to support ``conv add`` fusion.
3535
- This API uses ``QConfigMapping`` and ``BackendConfig`` as separate object in quantization configuration
36-
which may cause confusion about incompatibilities between these 2 objects. Also these quantization configurations require
36+
which may cause confusion about incompatibilities between these two objects. Also these quantization configurations require
3737
too much quantization details users need to know which can be hidden from user interface to make it simpler.
3838

3939
To address these issues,

0 commit comments

Comments
 (0)