diff --git a/prototype_source/pt2e_quant_xpu_inductor.rst b/prototype_source/pt2e_quant_xpu_inductor.rst index 84f9cc60ffc..38be4cc73cc 100644 --- a/prototype_source/pt2e_quant_xpu_inductor.rst +++ b/prototype_source/pt2e_quant_xpu_inductor.rst @@ -85,6 +85,7 @@ We will start by performing the necessary imports, capturing the FX Graph from t exported_model = export_for_training( model, example_inputs, + strict=True ).module()