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
renzhc
diffusers_dcu
Commits
19085ac8
Unverified
Commit
19085ac8
authored
Sep 29, 2025
by
Sayak Paul
Committed by
GitHub
Sep 29, 2025
Browse files
Don't skip Qwen model tests for group offloading with disk (#12382)
u[
parent
041501ae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
tests/models/test_modeling_common.py
tests/models/test_modeling_common.py
+0
-5
No files found.
tests/models/test_modeling_common.py
View file @
19085ac8
...
...
@@ -1793,11 +1793,6 @@ class ModelTesterMixin:
if
not
self
.
model_class
.
_supports_group_offloading
:
pytest
.
skip
(
"Model does not support group offloading."
)
if
self
.
model_class
.
__name__
==
"QwenImageTransformer2DModel"
:
pytest
.
skip
(
"QwenImageTransformer2DModel doesn't support group offloading with disk. Needs to be investigated."
)
def
_has_generator_arg
(
model
):
sig
=
inspect
.
signature
(
model
.
forward
)
params
=
sig
.
parameters
...
...
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