Skip to content

Commit 4ac4e52

Browse files
authored
Merge branch 'main' into cogview3-plus
2 parents 270d407 + 86bcbc3 commit 4ac4e52

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)