]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
minor : fix trailing whitespace (#5638)
authorGeorgi Gerganov <redacted>
Thu, 22 Feb 2024 11:54:03 +0000 (13:54 +0200)
committerGeorgi Gerganov <redacted>
Thu, 22 Feb 2024 11:54:03 +0000 (13:54 +0200)
llama.cpp

index 055b57e3187f2c84d48e131d2e2bf3b642f2ebe2..6ab5e1bf4f40938b7a82dbcb9bea7ac3a650e60c 100644 (file)
--- a/llama.cpp
+++ b/llama.cpp
@@ -6192,7 +6192,7 @@ struct llm_build_context {
 
                 cur = ggml_mul_mat(ctx0, model.layers[il].wqkv, cur);
                 cb(cur, "wqkv", il);
-                
+
                 if (model.layers[il].bqkv){
                     cur = ggml_add(ctx0, cur, model.layers[il].bqkv);
                     cb(cur, "bqkv", il);