Skip to content

Commit 6857c39

Browse files
Update prototype_source/pt2e_quant_qat_x86_inductor.rst
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent 0dc0d03 commit 6857c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prototype_source/pt2e_quant_qat_x86_inductor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ to the post-training quantization (PTQ) flow for the most part:
6868
optimized_model = torch.compile(converted_model)
6969
_ = optimized_model(*example_inputs)
7070
71-
Please note that since the Inductor ``freeze`` feature does not turn on by default yet, need to run example code with ``TORCHINDUCTOR_FREEZING=1``.
71+
Please note that the Inductor ``freeze`` feature is not enabled by default. To use this feature, you need to run example code with ``TORCHINDUCTOR_FREEZING=1``.
7272

7373
For example:
7474

0 commit comments

Comments
 (0)