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 fc57898 commit 55f9658Copy full SHA for 55f9658
tests/pipelines/stable_diffusion/test_stable_diffusion.py
@@ -1139,6 +1139,7 @@ def test_stable_diffusion_pipeline_with_model_offloading(self):
1139
1140
# With attention slicing
1141
backend_empty_cache(torch_device)
1142
+ backend_reset_max_memory_allocated(torch_device)
1143
backend_reset_peak_memory_stats(torch_device)
1144
1145
pipe.enable_attention_slicing()
0 commit comments