We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9e309 commit 68ca2c8Copy full SHA for 68ca2c8
py/torch_tensorrt/dynamo/_refit.py
@@ -300,7 +300,7 @@ def refit_module_weights(
300
301
# Check the number of supported operations in the graph
302
num_supported_ops, total_ops = partitioning.get_graph_converter_support(
303
- new_gm, settings.debug, settings.torch_executed_ops
+ new_gm, settings.torch_executed_ops
304
)
305
306
if num_supported_ops == 0 or (
0 commit comments