Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lanluo-nvidia committed Oct 16, 2024
1 parent 2843d37 commit 3eb48d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/torch_tensorrt/dynamo/conversion/_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def interpret_module_to_result(
)

interpreter_result = interpreter.run()
return output_shapes, interpreter_result
return interpreter_result, output_shapes


def convert_module(
Expand Down

0 comments on commit 3eb48d7

Please sign in to comment.