Commit 4fafc34e authored by catboxanon's avatar catboxanon

Fix to make LoRA old method setting work

parent 458eda13
......@@ -357,7 +357,7 @@ def network_forward(module, input, original_forward):
if module is None:
continue
y = module.forward(y, input)
y = module.forward(input, y)
return y
......
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