Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
59d1caa2
"...git@developer.sourcefind.cn:OpenDAS/diffusers.git" did not exist on "67d070749ae393a234470b6ef653821bb4f02cc6"
Unverified
Commit
59d1caa2
authored
Dec 22, 2023
by
Dhruv Nair
Committed by
GitHub
Dec 22, 2023
Browse files
Remove peft tests from old lora backend tests (#6273)
update
parent
c022e529
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/lora/test_lora_layers_peft.py
tests/lora/test_lora_layers_peft.py
+2
-2
No files found.
tests/lora/test_lora_layers_peft.py
View file @
59d1caa2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment