Skip to content

Commit ee99fc0

Browse files
committed
Remove duplicate attribute
1 parent 1ca2766 commit ee99fc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Deeploy/OperatorDescriptor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,6 @@ def canonicalize(self, node: gs.Node, opset: int) -> bool:
729729
inputDescriptor = IoDesc(["data_in_0", "data_in_1"]),
730730
outputDescriptor = IoDesc("data_out"),
731731
attrDescriptors = [
732-
AttrDesc("rqs1_n_levels", IntUnpack),
733732
AttrDesc("rqs1_mul", IntUnpack),
734733
AttrDesc("rqs1_add", IntUnpack),
735734
AttrDesc("rqs1_div", IntUnpack),

0 commit comments

Comments
 (0)