Skip to content

Commit e7f5e7d

Browse files
committed
rebase
1 parent 57cf2f1 commit e7f5e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/torch_tensorrt/dynamo/backend/backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def _pretraced_backend(
9898

9999
logger.debug("Post-AOT Autograd graph:\n" + str(gm.graph))
100100

101-
gm = post_lowering(gm, sample_inputs)
101+
gm = post_lowering(gm)
102102

103103
logger.debug("Lowered Input graph:\n " + str(gm.graph))
104104

0 commit comments

Comments
 (0)