Skip to content

Commit 9e8279e

Browse files
DavidBertdg845
andcommitted
restrict the version of transformers
Co-authored-by: dg845 <58458699+dg845@users.noreply.github.com>
1 parent aed1f19 commit 9e8279e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/pipelines/photon/test_pipeline_photon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from ..test_pipelines_common import PipelineTesterMixin
1616

1717

18+
@pytest.mark.xfail(condition=is_transformers_version(">", "4.57.1"), reason="See https://github.com/huggingface/diffusers/pull/12456#issuecomment-3424228544", strict=False)
1819
class PhotonPipelineFastTests(PipelineTesterMixin, unittest.TestCase):
1920
pipeline_class = PhotonPipeline
2021
params = TEXT_TO_IMAGE_PARAMS - {"cross_attention_kwargs"}

0 commit comments

Comments
 (0)