We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a530f25 commit b93240dCopy full SHA for b93240d
1 file changed
docs/source/pt2e_quantization/index.rst
@@ -52,7 +52,7 @@ API Example::
52
m = prepare_pt2e(m, quantizer)
53
54
# run calibration
55
- # calibration is a must for both static and dynamic quantization
+ # must run calibration for both static and dynamic quantization
56
# calibrate(m, sample_inference_data)
57
58
m = convert_pt2e(m)
0 commit comments