Skip to content

Commit 68b07da

Browse files
authored
Merge branch 'main' into group-offloading-with-disk
2 parents 90e546a + fc51583 commit 68b07da

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

tests/pipelines/wan/test_wan_vace.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,15 @@ def test_inference_batch_consistent(self):
199199
@unittest.skip("Batching is not yet supported with this pipeline")
200200
def test_inference_batch_single_identical(self):
201201
return super().test_inference_batch_single_identical()
202+
203+
@unittest.skip(
204+
"AutoencoderKLWan encoded latents are always in FP32. This test is not designed to handle mixed dtype inputs"
205+
)
206+
def test_float16_inference(self):
207+
pass
208+
209+
@unittest.skip(
210+
"AutoencoderKLWan encoded latents are always in FP32. This test is not designed to handle mixed dtype inputs"
211+
)
212+
def test_save_load_float16(self):
213+
pass

0 commit comments

Comments
 (0)