Commit 7facedda authored by justheuristic's avatar justheuristic
Browse files

copypaste tolerances

parent eac9aca4
...@@ -427,4 +427,4 @@ def test_matmullt( ...@@ -427,4 +427,4 @@ def test_matmullt(
) )
if req_grad[2]: if req_grad[2]:
torch.testing.assert_allclose(gradBias1, gradBias2) torch.testing.assert_allclose(gradBias1, gradBias2, atol=0.18, rtol=0.3)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment