Skip to content

Commit b8c88b2

Browse files
committed
Revert "[xnnpack] Reexport after quantize in aot_compiler (#7714)"
This reverts commit 2f0518d.
1 parent 91eba41 commit b8c88b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/xnnpack/aot_compiler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
logging.info("Quantizing Model...")
9393
# TODO(T165162973): This pass shall eventually be folded into quantizer
9494
model = quantize(model, example_inputs)
95-
ep = torch.export.export_for_training(model, example_inputs)
9695

9796
edge = to_edge_transform_and_lower(
9897
ep,

0 commit comments

Comments
 (0)