We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f12d2 commit de4ba0aCopy full SHA for de4ba0a
tests/lora/test_lora_layers_sana.py
@@ -29,7 +29,7 @@
29
30
31
@require_peft_backend
32
-class SanaLoRATests(unittest.TestCase, PeftLoraLoaderMixinTests):
+class SanaLoRATests(PeftLoraLoaderMixinTests, unittest.TestCase):
33
pipeline_class = SanaPipeline
34
scheduler_cls = FlowMatchEulerDiscreteScheduler(shift=7.0)
35
scheduler_kwargs = {}
0 commit comments