We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0922210 commit 6ce01bdCopy full SHA for 6ce01bd
tests/pipelines/shap_e/test_shap_e_img2img.py
@@ -250,7 +250,7 @@ def test_float16_inference(self):
250
super().test_float16_inference(expected_max_diff=1e-1)
251
252
def test_save_load_local(self):
253
- super().test_save_load_local(expected_max_difference=1e-3)
+ super().test_save_load_local(expected_max_difference=5e-3)
254
255
@unittest.skip("Key error is raised with accelerate")
256
def test_sequential_cpu_offload_forward_pass(self):
0 commit comments