You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: py/torch_tensorrt/dynamo/_compiler.py
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -885,16 +885,6 @@ def preserve_module_specs(
885
885
# Iterate over all components that can be accelerated
886
886
# Generate the corresponding TRT Module for those
887
887
888
-
# Here we delete the frozen parameters from the graph module. Note this does not affect the submodules. We are going to delete the frozen parameters from the submodules in the convert_module function.
0 commit comments