Skip to content

Commit 26f044b

Browse files
fold_quantize=False
1 parent 82a47a5 commit 26f044b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prototype_source/openvino_quantizer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Finally, we will convert the calibrated Model to a quantized Model. ``convert_pt
189189

190190
.. code-block:: python
191191
192-
quantized_model = convert_pt2e(prepared_model)
192+
quantized_model = convert_pt2e(prepared_model, fold_quantize=False)
193193
194194
After these steps, we finished running the quantization flow, and we will get the quantized model.
195195

0 commit comments

Comments
 (0)