We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f4c08 commit dda1912Copy full SHA for dda1912
src/llama.cpp
@@ -7819,7 +7819,6 @@ static struct ggml_tensor * llm_build_lora_mm(
7819
struct ggml_tensor * w,
7820
struct ggml_tensor * cur) {
7821
struct ggml_tensor * res = ggml_mul_mat(ctx0, w, cur);
7822
-
7823
for (auto & it : lctx.lora_adapters) {
7824
struct llama_lora_weight * lora = it.first->get_weight(w);
7825
if (lora == nullptr) {
0 commit comments