Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
c7f2d239
Unverified
Commit
c7f2d239
authored
Apr 14, 2025
by
Fanli Lin
Committed by
GitHub
Apr 14, 2025
Browse files
make `KolorsPipelineFastTests::test_inference_batch_single_identical` pass on XPU (#11313)
adjust diff
parent
fa1ac50a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/pipelines/kolors/test_kolors.py
tests/pipelines/kolors/test_kolors.py
+1
-1
No files found.
tests/pipelines/kolors/test_kolors.py
View file @
c7f2d239
...
...
@@ -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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment