Skip to content

Conversation

@DN6
Copy link
Collaborator

@DN6 DN6 commented Sep 19, 2023

What does this PR do?

There are ~31 failing test_float16_inference tests in the the slow test runner. This PR fixes the flakiness issues.

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.

return super().test_save_load_optional_components()

def test_float16_inference(self):
super().test_float16_inference(expected_max_diff=1.0)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
super().test_float16_inference(expected_max_diff=1.0)
...

think values can not have a higher diff than 1.0 so this test is a bit moot I think. Let's maybe just skip it.

return super().test_save_load_optional_components()

def test_float16_inference(self):
super().test_float16_inference(expected_max_diff=1.0)
Copy link
Contributor

@patrickvonplaten patrickvonplaten Sep 19, 2023

Choose a reason for hiding this comment

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

Suggested change
super().test_float16_inference(expected_max_diff=1.0)
...

think values can not have a higher diff than 1.0 so this test is a bit moot I think. Let's maybe just skip it.

@DN6 DN6 merged commit c2787c1 into main Sep 19, 2023
AmericanPresidentJimmyCarter pushed a commit to AmericanPresidentJimmyCarter/diffusers that referenced this pull request Apr 26, 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.

3 participants