diff --git a/tests/lowering/matmul/test_addmm.py b/tests/lowering/matmul/test_addmm.py index 8c0bfb3e4..6841afc5b 100644 --- a/tests/lowering/matmul/test_addmm.py +++ b/tests/lowering/matmul/test_addmm.py @@ -41,4 +41,4 @@ def test_addmm(device, input_shapes): if node.target == ttnn.matmul: assert node.meta["val"].size() == input_shapes[0] # Check inference result - assert_with_pcc(result_before, result_after) + assert_with_pcc(result_before, result_after, pcc=0.999)