Skip to content

Commit 86bcbc3

Browse files
authored
[Tests] increase transformers version in test_low_cpu_mem_usage_with_loading (#9662)
increase transformers version in test_low_cpu_mem_usage_with_loading
1 parent 6a5f064 commit 86bcbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lora/utils.py

+1-1
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)