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 feb49b2 commit fb751c5Copy full SHA for fb751c5
tests/lora/test_lora_layers_wanvace.py
@@ -18,7 +18,6 @@
18
import unittest
19
20
import numpy as np
21
-import pytest
22
import safetensors.torch
23
import torch
24
from PIL import Image
@@ -160,11 +159,6 @@ def test_simple_inference_with_text_lora_fused(self):
160
159
def test_simple_inference_with_text_lora_save_load(self):
161
pass
162
163
- @pytest.mark.xfail(
164
- condition=True,
165
- reason="RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same",
166
- strict=True,
167
- )
168
def test_layerwise_casting_inference_denoiser(self):
169
super().test_layerwise_casting_inference_denoiser()
170
0 commit comments