Skip to content

Commit 6e924f1

Browse files
remove breakpoint() (#3750)
1 parent df8a238 commit 6e924f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/py/dynamo/models/test_models_export.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ def calibrate_loop(model):
413413
mtq.quantize(model, quant_cfg, forward_loop=calibrate_loop)
414414
# model has INT8 qdq nodes at this point
415415
output_pyt = model(input_tensor)
416-
breakpoint()
417416
with torch.no_grad():
418417
with export_torch_mode():
419418
exp_program = torch.export.export(model, (input_tensor,), strict=False)

0 commit comments

Comments
 (0)