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 7734a29 commit 5fd9a81Copy full SHA for 5fd9a81
tests/pipelines/consisid/test_consisid.py
@@ -273,8 +273,7 @@ def test_attention_slicing_forward_pass(
273
"Attention slicing should not affect the inference results",
274
)
275
276
- def test_vae_tiling(self, expected_diff_max: float = 0.35):
277
- # Note (SHYuanBest): I don't know why this requires a higher expected_max_diff
+ def test_vae_tiling(self, expected_diff_max: float = 0.4):
278
generator_device = "cpu"
279
components = self.get_dummy_components()
280
0 commit comments