Skip to content

Commit

Permalink
uncommenting the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apbose committed May 2, 2024
1 parent c4de771 commit 52e552f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/py/dynamo/conversion/harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def run_test(
input.to(dtype_32bit),
]
+ list(trt_inputs[num_input + 1 :])
)
)

trt_input_specs = [Input.from_tensor(i) for i in trt_inputs]
input_specs = [Input.from_tensor(i) for i in inputs]
Expand Down

0 comments on commit 52e552f

Please sign in to comment.