Skip to content

Commit

Permalink
Quality fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarques committed Oct 3, 2023
1 parent 4855898 commit 8d63a8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sparseml/exporters/onnx_to_deepsparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ def __init__(
sparseml_transforms.PropagateDequantThroughSplit(),
]
if use_qlinear_matmul:
transforms.append(sparseml_transforms.MatMulToQLinearMatMul(),)
transforms.append(
sparseml_transforms.MatMulToQLinearMatMul(),
)

transforms.extend(
[
Expand Down

0 comments on commit 8d63a8a

Please sign in to comment.