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
511d7381
Unverified
Commit
511d7381
authored
Apr 11, 2025
by
Sayak Paul
Committed by
GitHub
Apr 11, 2025
Browse files
[CI] relax tolerance for unclip further (#11268)
relax tolerance for unclip further.
parent
ea5a6a8b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/pipelines/unclip/test_unclip.py
tests/pipelines/unclip/test_unclip.py
+1
-1
No files found.
tests/pipelines/unclip/test_unclip.py
View file @
511d7381
...
@@ -381,7 +381,7 @@ class UnCLIPPipelineFastTests(PipelineTesterMixin, unittest.TestCase):
...
@@ -381,7 +381,7 @@ class UnCLIPPipelineFastTests(PipelineTesterMixin, unittest.TestCase):
]
]
self
.
_test_inference_batch_single_identical
(
self
.
_test_inference_batch_single_identical
(
additional_params_copy_to_batched_inputs
=
additional_params_copy_to_batched_inputs
,
expected_max_diff
=
5
e-3
additional_params_copy_to_batched_inputs
=
additional_params_copy_to_batched_inputs
,
expected_max_diff
=
9.8
e-3
)
)
def
test_inference_batch_consistent
(
self
):
def
test_inference_batch_consistent
(
self
):
...
...
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