Skip to content
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

[Tests] reduce the model size in the dit test #7898

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

Bhavay-2001
Copy link
Contributor

What does this PR do?

Reduces the model sizes in the DIT tests.

Fixes #7677

Before submitting

Who can review?

@sayakpaul

@Bhavay-2001 Bhavay-2001 changed the title [Tests] reduce the model size in the dance diffusion test [Tests] reduce the model size in the dit test May 10, 2024
@Bhavay-2001
Copy link
Contributor Author

Hi @sayakpaul, can you pls review.

@sayakpaul
Copy link
Member

Why are you deleting tests/pipelines/dance_diffusion/test_dance_diffusion.py?

@Bhavay-2001
Copy link
Contributor Author

Hi sorry, I thought I added the test_dance_diffusion.py file on which I was working locally.

@Bhavay-2001
Copy link
Contributor Author

Hi @sayakpaul, can you pls review this once? Thanks

num_attention_heads=2,
in_channels=4,
out_channels=8,
out_channels=4,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be 8 as that is how guidance is formulated in DiT.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted and updated.

Copy link
Member

@sayakpaul sayakpaul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Left a comment.

@Bhavay-2001
Copy link
Contributor Author

Hi @sayakpaul, can you pls review this.
Thanks

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.

[Tests] help us speed up the fast pipeline tests
2 participants