Skip to content

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 sayakpaul and yiyixuxu February 28, 2024 04:22
@DN6 DN6 merged commit e6cf219 into main Feb 28, 2024
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.

4 participants