Unverified Commit 6ce01bd6 authored by Dhruv Nair's avatar Dhruv Nair Committed by GitHub
Browse files

Bump tolerance on shape test (#5289)

bump tolerance on shape test
parent 0922210c
......@@ -250,7 +250,7 @@ class ShapEImg2ImgPipelineFastTests(PipelineTesterMixin, unittest.TestCase):
super().test_float16_inference(expected_max_diff=1e-1)
def test_save_load_local(self):
super().test_save_load_local(expected_max_difference=1e-3)
super().test_save_load_local(expected_max_difference=5e-3)
@unittest.skip("Key error is raised with accelerate")
def test_sequential_cpu_offload_forward_pass(self):
......
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