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.
skip_mps
1 parent a20d03d commit fb5f5f7Copy full SHA for fb5f5f7
tests/lora/utils.py
@@ -39,6 +39,7 @@
39
require_peft_version_greater,
40
require_transformers_version_greater,
41
torch_device,
42
+ skip_mps,
43
)
44
45
@@ -1562,6 +1563,7 @@ def test_simple_inference_with_text_denoiser_multi_adapter_weighted(self):
1562
1563
"output with no lora and output with lora disabled should give same results",
1564
1565
1566
+ @skip_mps
1567
@pytest.mark.xfail(
1568
condition=torch.device(torch_device).type == "cpu" and is_torch_version(">=", "2.5"),
1569
reason="Test currently fails on CPU and PyTorch 2.5.1 but not on PyTorch 2.4.1.",
0 commit comments