Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backends/cadence/aot/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def get_fake_quant_model(
logging.info(program.graph.print_tabular())

# Get prepared graph module
prepared_gm = prepare_pt2(model, inputs, quantizer, dump_graphs=dump_graphs)
prepared_gm = prepare_traced_pt2(program, quantizer, dump_graphs=dump_graphs)

# Calibrate
# If no calibration data is provided, use the inputs
Expand Down
Loading