Skip to content

Commit 8d63a8a

Browse files
committed
Quality fixes
1 parent 4855898 commit 8d63a8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sparseml/exporters/onnx_to_deepsparse.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ def __init__(
8080
sparseml_transforms.PropagateDequantThroughSplit(),
8181
]
8282
if use_qlinear_matmul:
83-
transforms.append(sparseml_transforms.MatMulToQLinearMatMul(),)
83+
transforms.append(
84+
sparseml_transforms.MatMulToQLinearMatMul(),
85+
)
8486

8587
transforms.extend(
8688
[

0 commit comments

Comments
 (0)