-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Fix slow tests #689
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
Fix slow tests #689
Conversation
- to fix `test_stable_diffusion_memory_chunking` test
|
The documentation is not available anymore as the PR was closed or merged. |
This reverts commit b2cfc7a.
* revert using baddbmm in attention - to fix `test_stable_diffusion_memory_chunking` test * styling
|
@NouamaneTazi @patrickvonplaten, do you remember any details about why this needed to be reverted? by my measurements (admittedly on CompVis): reintroducing was it the case that |
|
Hey @Birch-san, Good question! Now that we have strong unet testing we could maybe re-open this PR to see if it improves overall performance. |
|
And @NouamaneTazi ? |
|
Ah, lemme correct myself. the 19% speed increase was the outcome of 2 changes:
|
|
Think we could open a PR and do through tests for other cases as well. @NouamaneTazi would you like to tackle this ? |
|
I agree we should open a new PR and explore this again :) |
|
@patrickvonplaten @pcuenca @patil-suraj @NouamaneTazi |
* revert using baddbmm in attention - to fix `test_stable_diffusion_memory_chunking` test * styling
Fixes slow tests after the PR #371