remove the redundant lx

This commit is contained in:
leejet 2025-11-12 23:54:22 +08:00
parent ceb0fcfae6
commit 8850157f33

View File

@ -614,7 +614,7 @@ struct LoraModel : public GGMLRunner {
forward_params.conv2d.direct, forward_params.conv2d.direct,
forward_params.conv2d.scale); forward_params.conv2d.scale);
} }
lx = lx = ggml_ext_conv_2d(ctx, lx = ggml_ext_conv_2d(ctx,
lx, lx,
lora_up, lora_up,
nullptr, nullptr,