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
cd3bbe29
Unverified
Commit
cd3bbe29
authored
Nov 13, 2025
by
Sayak Paul
Committed by
GitHub
Nov 13, 2025
Browse files
skip autoencoderdl layerwise casting memory (#12647)
parent
7a001c3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tests/models/autoencoders/test_models_autoencoder_dc.py
tests/models/autoencoders/test_models_autoencoder_dc.py
+4
-0
No files found.
tests/models/autoencoders/test_models_autoencoder_dc.py
View file @
cd3bbe29
...
...
@@ -82,3 +82,7 @@ class AutoencoderDCTests(ModelTesterMixin, AutoencoderTesterMixin, unittest.Test
@
unittest
.
skipIf
(
IS_GITHUB_ACTIONS
,
reason
=
"Skipping test inside GitHub Actions environment"
)
def
test_layerwise_casting_inference
(
self
):
super
().
test_layerwise_casting_inference
()
@
unittest
.
skipIf
(
IS_GITHUB_ACTIONS
,
reason
=
"Skipping test inside GitHub Actions environment"
)
def
test_layerwise_casting_memory
(
self
):
super
().
test_layerwise_casting_memory
()
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