Skip to content

Commit

Permalink
Fix typo in _compile.py (#3128)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusgh authored Aug 29, 2024
1 parent fa812a9 commit 39f8255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/torch_tensorrt/_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def convert_method_to_trt_engine(
torchtrt_kwarg_inputs = prepare_inputs(kwarg_inputs)

exp_program = torch_tensorrt.dynamo.trace(
module, torchtrt_arg_inputs, kwarg_inputs=torchtrt_kwarg_inputs**kwargs
module, torchtrt_arg_inputs, kwarg_inputs=torchtrt_kwarg_inputs, **kwargs
)

return dynamo_convert_exported_program_to_serialized_trt_engine(
Expand Down

0 comments on commit 39f8255

Please sign in to comment.