We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a001c3 commit cd3bbe2Copy full SHA for cd3bbe2
tests/models/autoencoders/test_models_autoencoder_dc.py
@@ -82,3 +82,7 @@ def prepare_init_args_and_inputs_for_common(self):
82
@unittest.skipIf(IS_GITHUB_ACTIONS, reason="Skipping test inside GitHub Actions environment")
83
def test_layerwise_casting_inference(self):
84
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