1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Remove peft tests from old lora backend tests (#6273)

update
This commit is contained in:
Dhruv Nair
2023-12-22 13:35:52 +05:30
committed by GitHub
parent c022e52923
commit 59d1caa238

View File

@@ -1397,7 +1397,7 @@ class StableDiffusionXLLoRATests(PeftLoraLoaderMixinTests, unittest.TestCase):
@slow
@require_torch_gpu
class LoraIntegrationTests(unittest.TestCase):
class LoraIntegrationTests(PeftLoraLoaderMixinTests, unittest.TestCase):
def tearDown(self):
import gc
@@ -1650,7 +1650,7 @@ class LoraIntegrationTests(unittest.TestCase):
@slow
@require_torch_gpu
class LoraSDXLIntegrationTests(unittest.TestCase):
class LoraSDXLIntegrationTests(PeftLoraLoaderMixinTests, unittest.TestCase):
def tearDown(self):
import gc