Skip to content

Conversation

yao-matrix
Copy link
Contributor

@yao-matrix yao-matrix commented Apr 30, 2025

all cases passed, expect below one:
pytest -rA tests/pipelines/stable_diffusion_panorama/test_stable_diffusion_panorama.py::StableDiffusionPanoramaPipelineFastTests::test_from_pipe_consistent_forward_pass_cpu_offload

for this case, both XPU and A100 failed w/ same log(as below), so not XPU platform issue, maybe case issue, will fix in separate PR if root caused.

  self.assertLess(
       max_diff,
       expected_max_diff,
       "The outputs of the pipelines created with `from_pipe` and `__init__` are different.",
   )

E AssertionError: 0.37802565 not less than 0.001 : The outputs of the pipelines created with from_pipe and __init__ are >different.

Signed-off-by: Yao Matrix <matrix.yao@intel.com>
@yao-matrix
Copy link
Contributor Author

@a-r-r-o-w @DN6 pls help review, thx

@a-r-r-o-w a-r-r-o-w merged commit a674914 into huggingface:main May 5, 2025
7 of 8 checks passed
@yao-matrix yao-matrix deleted the semantic-xpu branch May 5, 2025 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants