Skip to content

Commit 3a03541

Browse files
committed
minor : fix trailing whitespace (#5638)
1 parent 56d03d9 commit 3a03541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6192,7 +6192,7 @@ struct llm_build_context {
61926192

61936193
cur = ggml_mul_mat(ctx0, model.layers[il].wqkv, cur);
61946194
cb(cur, "wqkv", il);
6195-
6195+
61966196
if (model.layers[il].bqkv){
61976197
cur = ggml_add(ctx0, cur, model.layers[il].bqkv);
61986198
cb(cur, "bqkv", il);

0 commit comments

Comments
 (0)