Skip to content

make KandinskyV22PipelineInpaintCombinedFastTests::test_float16_inference pass on XPU #11308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/pipelines/kandinsky2_2/test_kandinsky_combined.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def test_inference_batch_single_identical(self):
super().test_inference_batch_single_identical(expected_max_diff=1e-2)

def test_float16_inference(self):
super().test_float16_inference(expected_max_diff=5e-1)
super().test_float16_inference(expected_max_diff=8e-1)

def test_dict_tuple_outputs_equivalent(self):
super().test_dict_tuple_outputs_equivalent(expected_max_difference=5e-4)
Expand Down