From cca8032e2371c839f404ebecd68868f23b292578 Mon Sep 17 00:00:00 2001 From: "Lin, Fanli" Date: Mon, 14 Apr 2025 01:35:36 -0700 Subject: [PATCH] adjust diff --- tests/pipelines/kolors/test_kolors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pipelines/kolors/test_kolors.py b/tests/pipelines/kolors/test_kolors.py index 218de2897e66..15c735a8c8a0 100644 --- a/tests/pipelines/kolors/test_kolors.py +++ b/tests/pipelines/kolors/test_kolors.py @@ -145,4 +145,4 @@ def test_save_load_float16(self): 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)