File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ without involvement of the quantization team:
33
33
- This API has limitation to support advanced quantization intention and complicated quantization operator patterns
34
34
as in the discussion of `Issue-96288 <https://github.com/pytorch/pytorch/issues/96288 >`__ to support ``conv add `` fusion.
35
35
- 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
37
37
too much quantization details users need to know which can be hidden from user interface to make it simpler.
38
38
39
39
To address these issues,
You can’t perform that action at this time.
0 commit comments