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
450dc48a
Unverified
Commit
450dc48a
authored
Apr 10, 2025
by
Yao Matrix
Committed by
GitHub
Apr 10, 2025
Browse files
make test_dict_tuple_outputs_equivalent pass on XPU (#11265)
Signed-off-by:
Matrix Yao
<
matrix.yao@intel.com
>
parent
77b4f66b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/pipelines/i2vgen_xl/test_i2vgenxl.py
tests/pipelines/i2vgen_xl/test_i2vgenxl.py
+1
-1
No files found.
tests/pipelines/i2vgen_xl/test_i2vgenxl.py
View file @
450dc48a
...
@@ -187,7 +187,7 @@ class I2VGenXLPipelineFastTests(SDFunctionTesterMixin, PipelineTesterMixin, unit
...
@@ -187,7 +187,7 @@ class I2VGenXLPipelineFastTests(SDFunctionTesterMixin, PipelineTesterMixin, unit
super
().
test_sequential_cpu_offload_forward_pass
(
expected_max_diff
=
0.008
)
super
().
test_sequential_cpu_offload_forward_pass
(
expected_max_diff
=
0.008
)
def
test_dict_tuple_outputs_equivalent
(
self
):
def
test_dict_tuple_outputs_equivalent
(
self
):
super
().
test_dict_tuple_outputs_equivalent
(
expected_max_difference
=
0.00
8
)
super
().
test_dict_tuple_outputs_equivalent
(
expected_max_difference
=
0.00
9
)
def
test_save_load_optional_components
(
self
):
def
test_save_load_optional_components
(
self
):
super
().
test_save_load_optional_components
(
expected_max_difference
=
0.008
)
super
().
test_save_load_optional_components
(
expected_max_difference
=
0.008
)
...
...
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