提交 4fafc34e 编写于 作者: C catboxanon

Fix to make LoRA old method setting work

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册