]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ggml : fix trailing whitespaces (#0)
authorGeorgi Gerganov <redacted>
Thu, 24 Apr 2025 14:22:27 +0000 (17:22 +0300)
committerGeorgi Gerganov <redacted>
Thu, 24 Apr 2025 14:32:47 +0000 (17:32 +0300)
ggml/src/ggml.c

index c8b2feff4251da94ecdc74236eb064fb8fc025dc..2a39dc7bfd125dd6d0df38dab8c206a0a0e22777 100644 (file)
@@ -4069,7 +4069,7 @@ struct ggml_tensor * ggml_conv_2d_dw_direct(
         int                   stride1,
         int                   pad0,
         int                   pad1,
-        int                   dilation0,  
+        int                   dilation0,
         int                   dilation1) {
     GGML_ASSERT(a->ne[2] == 1);
     GGML_ASSERT(a->ne[3] == b->ne[2]);