Skip to content

Commit dda1912

Browse files
author
Lorenzo Toniazzi
committed
remove printing
1 parent 96f4c08 commit dda1912

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/llama.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7819,7 +7819,6 @@ static struct ggml_tensor * llm_build_lora_mm(
78197819
struct ggml_tensor * w,
78207820
struct ggml_tensor * cur) {
78217821
struct ggml_tensor * res = ggml_mul_mat(ctx0, w, cur);
7822-
78237822
for (auto & it : lctx.lora_adapters) {
78247823
struct llama_lora_weight * lora = it.first->get_weight(w);
78257824
if (lora == nullptr) {

0 commit comments

Comments
 (0)