Skip to content

Commit 75dc7bb

Browse files
committed
Removed debug flag usage
1 parent ff92545 commit 75dc7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/torch_tensorrt/dynamo/_refit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def refit_module_weights(
300300

301301
# Check the number of supported operations in the graph
302302
num_supported_ops, total_ops = partitioning.get_graph_converter_support(
303-
new_gm, settings.debug, settings.torch_executed_ops
303+
new_gm, settings.torch_executed_ops
304304
)
305305

306306
if num_supported_ops == 0 or (

0 commit comments

Comments
 (0)