Skip to content

Commit 8f0e888

Browse files
committed
Merge branch 'Add-Matryoshka-Diffusion-Models' of github.com:tolgacangoz/diffusers into Add-Matryoshka-Diffusion-Models
2 parents 4c3ba48 + 29eceb7 commit 8f0e888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lora/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def test_low_cpu_mem_usage_with_injection(self):
341341
self.assertTrue(output_lora.shape == self.output_shape)
342342

343343
@require_peft_version_greater("0.13.1")
344-
@require_transformers_version_greater("4.45.1")
344+
@require_transformers_version_greater("4.45.2")
345345
def test_low_cpu_mem_usage_with_loading(self):
346346
"""Tests if we can load LoRA state dict with low_cpu_mem_usage."""
347347

0 commit comments

Comments
 (0)