Skip to content

Commit

Permalink
Remove peft tests from old lora backend tests (#6273)
Browse files Browse the repository at this point in the history
update
  • Loading branch information
DN6 authored Dec 22, 2023
1 parent c022e52 commit 59d1caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lora/test_lora_layers_peft.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -1650,7 +1650,7 @@ def test_load_unload_load_kohya_lora(self):

@slow
@require_torch_gpu
class LoraSDXLIntegrationTests(unittest.TestCase):
class LoraSDXLIntegrationTests(PeftLoraLoaderMixinTests, unittest.TestCase):
def tearDown(self):
import gc

Expand Down

0 comments on commit 59d1caa

Please sign in to comment.