Skip to content

Commit 00dd96a

Browse files
committed
tol
1 parent f0308a4 commit 00dd96a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/test_basic_parity.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def assert_parity_absolute(pl_values, pt_values, norm_by: float = 1, max_diff: f
4545
@pytest.mark.parametrize(
4646
'cls_model,max_diff_speed,max_diff_memory',
4747
[
48-
(ParityModuleRNN, 0.05, 0.0001),
49-
(ParityModuleMNIST, 0.25, 0.0001), # todo: lower this thr
48+
(ParityModuleRNN, 0.05, 0.001),
49+
(ParityModuleMNIST, 0.25, 0.001), # todo: lower this thr
5050
]
5151
)
5252
@pytest.mark.skipif(not torch.cuda.is_available(), reason="test requires GPU machine")

0 commit comments

Comments
 (0)