Unverified Commit 86bcbc38 authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

[Tests] increase transformers version in `test_low_cpu_mem_usage_with_loading` (#9662)

increase transformers version in test_low_cpu_mem_usage_with_loading
parent 6a5f0648
......@@ -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."""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment