diff --git a/tests/py/dynamo/models/test_models_export.py b/tests/py/dynamo/models/test_models_export.py index 53be48879a..66f7a1821b 100644 --- a/tests/py/dynamo/models/test_models_export.py +++ b/tests/py/dynamo/models/test_models_export.py @@ -413,7 +413,6 @@ def calibrate_loop(model): mtq.quantize(model, quant_cfg, forward_loop=calibrate_loop) # model has INT8 qdq nodes at this point output_pyt = model(input_tensor) - breakpoint() with torch.no_grad(): with export_torch_mode(): exp_program = torch.export.export(model, (input_tensor,), strict=False)