mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
[Tests] increase transformers version in test_low_cpu_mem_usage_with_loading (#9662)
increase transformers version in test_low_cpu_mem_usage_with_loading
This commit is contained in:
@@ -341,7 +341,7 @@ class PeftLoraLoaderMixinTests:
|
||||
self.assertTrue(output_lora.shape == self.output_shape)
|
||||
|
||||
@require_peft_version_greater("0.13.1")
|
||||
@require_transformers_version_greater("4.45.1")
|
||||
@require_transformers_version_greater("4.45.2")
|
||||
def test_low_cpu_mem_usage_with_loading(self):
|
||||
"""Tests if we can load LoRA state dict with low_cpu_mem_usage."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user