-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Closed
Labels
staleIssues that haven't received updatesIssues that haven't received updates
Description
There are three (so far) pipelines that don't produce the same outputs between two consecutive runs on MPS, despite having a warmup step in the common fast tests:
diffusers/tests/test_pipelines_common.py
Lines 67 to 73 in cd91fc0
| if torch_device == "mps" and self.pipeline_class in ( | |
| DanceDiffusionPipeline, | |
| CycleDiffusionPipeline, | |
| StableDiffusionImg2ImgPipeline, | |
| ): | |
| # FIXME: inconsistent outputs on MPS | |
| return |
Needs further investigation to avoid skipping these tests
Metadata
Metadata
Assignees
Labels
staleIssues that haven't received updatesIssues that haven't received updates