-
Notifications
You must be signed in to change notification settings - Fork 6.5k
mps test fixes
#2470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mps test fixes
#2470
Conversation
mish op not yet supported.
They are too slow for fast CI.
|
The documentation is not available anymore as the PR was closed or merged. |
sayakpaul
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I wonder if we could use the skip_mps decorator here.
I don't think so, because exclusion is based on device + pipeline_class - tests work on other pipelines. |
|
@sayakpaul I ended up using @skip_mps because other tests kept failing with the same pipeline. We can do a finer-grained analysis later. The failing test is because of #2468, so merging this now. |
|
I see. Yeah let's take some time to test this in isolation. Happy to work with you some time next week on this. |
* Skip variant tests (UNet1d, UNetRL) on mps. mish op not yet supported. * Exclude a couple of panorama tests on mps They are too slow for fast CI. * Exclude mps panorama from more tests. * mps: exclude all fast panorama tests as they keep failing.
* Skip variant tests (UNet1d, UNetRL) on mps. mish op not yet supported. * Exclude a couple of panorama tests on mps They are too slow for fast CI. * Exclude mps panorama from more tests. * mps: exclude all fast panorama tests as they keep failing.
Addresses https://github.com/huggingface/diffusers/actions/runs/4214039605/jobs/7314220521