You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"In detail, removing LoRA layers via calling `set_processor` or `set_default_attn_processor` is deprecated. Please make sure to call `pipe.unload_lora_weights()` instead.",
312
+
"In detail, removing LoRA layers via calling `set_default_attn_processor` is deprecated. Please make sure to call `pipe.unload_lora_weights()` instead.",
317
313
)
318
314
# TODO(Patrick, Sayak) - this can be deprecated once PEFT LoRA integration is complete
319
315
# We need to remove all LoRA layers
316
+
# Don't forget to remove ALL `_remove_lora` from the codebase
0 commit comments