We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76dd4e8 commit f9194f6Copy full SHA for f9194f6
1 file changed
tests/pipelines/test_pipelines.py
@@ -629,6 +629,7 @@ def test_download_safetensors_only_variant_exists_for_model(self):
629
# https://huggingface.co/hf-internal-testing/stable-diffusion-broken-variants/tree/main/unet
630
assert len(files) == 15, f"We should only download 15 files, not {len(files)}"
631
632
+ @pytest.mark.xfail(condition=is_transformers_version(">", "4.56.2"), reason="Some import error", strict=False)
633
def test_download_bin_only_variant_exists_for_model(self):
634
variant = None
635
use_safetensors = False
0 commit comments