From: Georgi Gerganov Date: Thu, 24 Apr 2025 14:22:27 +0000 (+0300) Subject: ggml : fix trailing whitespaces (llama/0) X-Git-Tag: upstream/0.0.1982~3 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=cc1f12458e79ea042d4c289da19f39794e1a41d7;p=pkg%2Fggml%2Fsources%2Fggml ggml : fix trailing whitespaces (llama/0) --- diff --git a/src/ggml.c b/src/ggml.c index c8b2feff..2a39dc7b 100644 --- a/src/ggml.c +++ b/src/ggml.c @@ -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]);