Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
peri044 committed Oct 28, 2024
1 parent df13856 commit d406366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/torch_tensorrt/dynamo/runtime/register_fake_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@


@torch.library.register_fake("tensorrt::execute_engine")
def execute_engine(inputs, trt_engine):
breakpoint()
def fake_tensorrt_execute_engine(inputs, trt_engine):
print("==============done==========")
return trt_engine(inputs)


Expand Down

0 comments on commit d406366

Please sign in to comment.