Skip to content

Commit 3ea5abc

Browse files
CuiYifengsvekars
andauthored
Set strict export explicitly for API change (#3410)
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent efd3430 commit 3ea5abc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prototype_source/pt2e_quant_xpu_inductor.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ We will start by performing the necessary imports, capturing the FX Graph from t
8585
exported_model = export_for_training(
8686
model,
8787
example_inputs,
88+
strict=True
8889
).module()
8990

9091

0 commit comments

Comments
 (0)