Skip to content

Commit 32b3f07

Browse files
committed
Set strict export explicitly for API change
1 parent d3ac156 commit 32b3f07

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)