Skip to content

Commit

Permalink
Use quantize_and_export_to_jarvis in more places
Browse files Browse the repository at this point in the history
Summary: As titled. It cleans up a lot of tests, is easier to read and encapsulates things better.

Differential Revision: D57554527
  • Loading branch information
mcremon-meta authored and facebook-github-bot committed May 20, 2024
1 parent 7ea53e2 commit 579b499
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backends/cadence/aot/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
def export_program(
model: torch.nn.Module,
inputs: Any,
pt2_quant: bool = False,
) -> ExportedProgram:
# We don't support training mode. Make it eval
if hasattr(model, "eval"):
Expand Down

0 comments on commit 579b499

Please sign in to comment.