Skip to content

Commit 6c0c72d

Browse files
committed
up
1 parent c8afd1c commit 6c0c72d

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
@@ -2309,7 +2309,7 @@ def test_lora_adapter_metadata_save_load_inference(self, lora_alpha):
23092309
pipe = self.pipeline_class(**components).to(torch_device)
23102310
_, _, inputs = self.get_dummy_inputs(with_generator=False)
23112311

2312-
output_no_lora = self.cached_non_lora_outputs(scheduler_cls.__name__)
2312+
output_no_lora = self.cached_non_lora_outputs[scheduler_cls.__name__]
23132313
self.assertTrue(output_no_lora.shape == self.output_shape)
23142314

23152315
pipe, _ = self.add_adapters_to_pipeline(

0 commit comments

Comments
 (0)