1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

make KolorsPipelineFastTests::test_inference_batch_single_identical pass on XPU (#11313)

adjust diff
This commit is contained in:
Fanli Lin
2025-04-14 18:02:02 +08:00
committed by GitHub
parent fa1ac50a66
commit c7f2d239fe

View File

@@ -145,4 +145,4 @@ class KolorsPipelineFastTests(PipelineTesterMixin, unittest.TestCase):
super().test_save_load_float16(expected_max_diff=2e-1)
def test_inference_batch_single_identical(self):
self._test_inference_batch_single_identical(expected_max_diff=5e-4)
self._test_inference_batch_single_identical(expected_max_diff=5e-3)