Skip to content

Commit 6ce01bd

Browse files
authored
Bump tolerance on shape test (huggingface#5289)
bump tolerance on shape test
1 parent 0922210 commit 6ce01bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pipelines/shap_e/test_shap_e_img2img.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def test_float16_inference(self):
250250
super().test_float16_inference(expected_max_diff=1e-1)
251251

252252
def test_save_load_local(self):
253-
super().test_save_load_local(expected_max_difference=1e-3)
253+
super().test_save_load_local(expected_max_difference=5e-3)
254254

255255
@unittest.skip("Key error is raised with accelerate")
256256
def test_sequential_cpu_offload_forward_pass(self):

0 commit comments

Comments
 (0)