Skip to content

Commit de4ba0a

Browse files
committed
update
1 parent 40f12d2 commit de4ba0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lora/test_lora_layers_sana.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131
@require_peft_backend
32-
class SanaLoRATests(unittest.TestCase, PeftLoraLoaderMixinTests):
32+
class SanaLoRATests(PeftLoraLoaderMixinTests, unittest.TestCase):
3333
pipeline_class = SanaPipeline
3434
scheduler_cls = FlowMatchEulerDiscreteScheduler(shift=7.0)
3535
scheduler_kwargs = {}

0 commit comments

Comments
 (0)