Skip to content

Commit

Permalink
fix: resolve merge conflict in unit test (#3341)
Browse files Browse the repository at this point in the history
Signed-off-by: Kyunggeun Lee <[email protected]>
  • Loading branch information
quic-kyunggeu authored Sep 13, 2024
1 parent 7153ad4 commit 644df6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ def _create_quantized_module(module):
# (lambda: custom.NotEqual(), lambda: ...),
# (lambda: custom.Equal(), lambda: ...),
(lambda: custom.Bmm(), lambda: (randn(1, 100, 100), randn(1, 100, 100))),
(lambda: custom.CumSum(), lambda: (randn(10, 100), 0)),
(lambda: custom.CumSum(), lambda: (randn(10, 100), tensor(0))),
# (lambda: custom.MaskedFill(), lambda: ...),
# (lambda: custom.Mean(), lambda: ...),
# (lambda: custom.Sum(), lambda: ...),
Expand Down

0 comments on commit 644df6f

Please sign in to comment.