We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c337bef commit 967a064Copy full SHA for 967a064
build/packaging/smoke_test.py
@@ -65,7 +65,7 @@ def export_linear_model() -> bytes:
65
66
# Export the pytorch model and process for ExecuTorch.
67
print("Exporting program...")
68
- exported_program = export(LinearModel(), example_inputs)
+ exported_program = export(LinearModel(), example_inputs, strict=True)
69
print("Lowering to edge...")
70
edge_program = to_edge(exported_program)
71
print("Creating ExecuTorch program...")
0 commit comments