Uh oh!
There was an error while loading. Please reload this page.
[tests] fix test_from_save_pretrained_dtype_inference - #13872
Conversation
HuggingFaceDocBuilderDev
commented
Jun 5, 2026
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. |
Uh oh!
There was an error while loading. Please reload this page.
sayakpaul
commented
Jun 9, 2026
Some test failures in https://github.com/huggingface/diffusers/actions/runs/27183408863/job/80247268518?pr=13872 are unrelated. Fixing the |
sayakpaul
commented
Jun 9, 2026
Failing tests are now unrelated and I have opened a PR to fix those: |
| break | ||
| if dtype_present_in_args and fp32_modules is not None: | ||
| logger.debug( |
DN6
left a comment
There was a problem hiding this comment.
LGTM. Good to merge once conflicts are resolved
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
sayakpaul
commented
Jul 3, 2026
Failing tests are unrelated. |
What does this PR do?
Context: #13862 (comment)
I have run the tests we were skipping before and they're passing now.