diff --git a/python/tests/test_fast.py b/python/tests/test_fast.py index 77b5c721f..a2b803d70 100644 --- a/python/tests/test_fast.py +++ b/python/tests/test_fast.py @@ -181,7 +181,7 @@ class TestFast(mlx_tests.MLXTestCase): return x # Per dtype absolute tolerance - tolerances = {mx.float32: 2e-6, mx.float16: 2e-3, mx.bfloat16: 2e-2} + tolerances = {mx.float32: 3e-6, mx.float16: 3e-3, mx.bfloat16: 3e-2} dtypes = [mx.float32, mx.float16, mx.bfloat16] epss = [1e-3, 1e-5]