Skip to content

Commit ac1a6ec

Browse files
committed
start fixing nan
1 parent 5704376 commit ac1a6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lora/test_lora_layers_flux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def test_modify_padding_mode(self):
167167
@slow
168168
@require_torch_gpu
169169
@require_peft_backend
170-
# @unittest.skip("We cannot run inference on this model with the current CI hardware")
170+
@unittest.skip("We cannot run inference on this model with the current CI hardware")
171171
# TODO (DN6, sayakpaul): move these tests to a beefier GPU
172172
class FluxLoRAIntegrationTests(unittest.TestCase):
173173
"""internal note: The integration slices were obtained on audace.

0 commit comments

Comments
 (0)