Skip to content

Commit 05fc3d3

Browse files
committed
remove comment
1 parent 5f8cde6 commit 05fc3d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/lora/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1766,8 +1766,7 @@ def test_simple_inference_with_text_lora_denoiser_fused_multi(
17661766
pipe.set_adapters(["adapter-1"])
17671767
outputs_lora_1 = pipe(**inputs, generator=torch.manual_seed(0))[0]
17681768

1769-
pipe.fuse_lora(components=self.pipeline_class._lora_loadable_modules)
1770-
# pipe.fuse_lora(components=self.pipeline_class._lora_loadable_modules, adapter_names=["adapter-1"])
1769+
pipe.fuse_lora(components=self.pipeline_class._lora_loadable_modules, adapter_names=["adapter-1"])
17711770
assert pipe.num_fused_loras == 1
17721771

17731772
# Fusing should still keep the LoRA layers so outpout should remain the same

0 commit comments

Comments
 (0)