We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6513201 commit 3cb0f96Copy full SHA for 3cb0f96
tests/pipelines/deepfloyd_if/test_if_img2img_superresolution.py
@@ -72,7 +72,6 @@ def test_xformers_attention_forwardGenerator_pass(self):
72
def test_save_load_optional_components(self):
73
self._test_save_load_optional_components()
74
75
- @unittest.skipIf(torch_device != "cuda", reason="float16 requires CUDA")
76
def test_save_load_float16(self):
77
# Due to non-determinism in save load of the hf-internal-testing/tiny-random-t5 text encoder
78
super().test_save_load_float16(expected_max_diff=1e-1)
0 commit comments