Skip to content

Commit 39f8255

Browse files
authored
Fix typo in _compile.py (#3128)
1 parent fa812a9 commit 39f8255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/torch_tensorrt/_compile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def convert_method_to_trt_engine(
388388
torchtrt_kwarg_inputs = prepare_inputs(kwarg_inputs)
389389

390390
exp_program = torch_tensorrt.dynamo.trace(
391-
module, torchtrt_arg_inputs, kwarg_inputs=torchtrt_kwarg_inputs**kwargs
391+
module, torchtrt_arg_inputs, kwarg_inputs=torchtrt_kwarg_inputs, **kwargs
392392
)
393393

394394
return dynamo_convert_exported_program_to_serialized_trt_engine(

0 commit comments

Comments
 (0)