Skip to content

Commit 10ee5ee

Browse files
committed
remove comment
1 parent 85bcb2b commit 10ee5ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/brevitas/graph/equalize.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,6 @@ def fuse_parametrizations(model: nn.Module) -> nn.Module:
17491749
submodule,
17501750
(WeightQuantProxyFromInjectorBase, BiasQuantProxyFromInjectorBase)):
17511751
state_dict = submodule.state_dict()
1752-
# Currently there is no better way to detect if a module is compiled
17531752
break
17541753
# The rotated tensor is saved by setting leave_parametrized=True
17551754
parametrize.remove_parametrizations(

0 commit comments

Comments
 (0)