From 32b3f07fabe80f57445d3f6ae73b921118e50994 Mon Sep 17 00:00:00 2001 From: "Cui, Yifeng" Date: Mon, 23 Jun 2025 23:11:11 -0700 Subject: [PATCH] Set strict export explicitly for API change --- prototype_source/pt2e_quant_xpu_inductor.rst | 1 + 1 file changed, 1 insertion(+) 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()