Skip to content

Commit 3b9b343

Browse files
committed
add a skip marker.
1 parent ab5959e commit 3b9b343

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/lora/test_lora_layers_flux.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ def test_with_alpha_in_state_dict(self):
158158
@slow
159159
@require_torch_gpu
160160
@require_peft_backend
161+
@unittest.skip("We cannot run inference on this model with the current CI hardware")
162+
# TODO (DN6, sayakpaul): move these tests to a beefier GPU
161163
class FluxLoRAIntegrationTests(unittest.TestCase):
162164
"""internal note: The integration slices were obtained on audace."""
163165

0 commit comments

Comments
 (0)