Skip to content

Commit bcb71c9

Browse files
committed
Merge branch 'group-offloading-with-disk' into go-disk-nvme
2 parents b535b99 + 68b07da commit bcb71c9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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)