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

[Diffusers CI] Switch slow test runners #7123

Merged
merged 1 commit into from
Feb 28, 2024
Merged

[Diffusers CI] Switch slow test runners #7123

merged 1 commit into from
Feb 28, 2024

Conversation

DN6
Copy link
Collaborator

@DN6 DN6 commented Feb 28, 2024

What does this PR do?

Moves the diffusers slow tests from the V100 runners to the pool of T4 runners.

The timeout issues in the diffusers slow test CI is likely coming from a lack of RAM. The T4 runners are g4dn.4xlarge instances with 64GB RAM, which should help mitigate the issue. Additionally, there are more T4 runners available in the pool than V100s (2 V100s vs 40+ T4s), which means that more of our pipelines tests can run in parallel. So we should hopefully see a speed up in the CI as well.

Since we're switching GPUs some precision related failures are expected. I will open PRs to follow up on those issues as they occur.

Fixes # (issue)

Before submitting

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@DN6 DN6 requested review from yiyixuxu and sayakpaul February 28, 2024 04:22
@DN6 DN6 merged commit e6cf219 into main Feb 28, 2024
10 checks passed
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