Skip to content

Commit cd3bbe2

Browse files
authored
skip autoencoderdl layerwise casting memory (huggingface#12647)
1 parent 7a001c3 commit cd3bbe2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/models/autoencoders/test_models_autoencoder_dc.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ def prepare_init_args_and_inputs_for_common(self):
8282
@unittest.skipIf(IS_GITHUB_ACTIONS, reason="Skipping test inside GitHub Actions environment")
8383
def test_layerwise_casting_inference(self):
8484
super().test_layerwise_casting_inference()
85+
86+
@unittest.skipIf(IS_GITHUB_ACTIONS, reason="Skipping test inside GitHub Actions environment")
87+
def test_layerwise_casting_memory(self):
88+
super().test_layerwise_casting_memory()

0 commit comments

Comments
 (0)